From 4b1766386ecae3bcb1cd401253ad62988a265a06 Mon Sep 17 00:00:00 2001 From: MihaZupan Date: Thu, 21 May 2020 15:22:31 +0200 Subject: [PATCH] Document that System.Uri is thread-safe --- xml/System/Uri.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/System/Uri.xml b/xml/System/Uri.xml index b2e3491d474..55012c8849f 100644 --- a/xml/System/Uri.xml +++ b/xml/System/Uri.xml @@ -233,6 +233,7 @@ Uri baseUri = new Uri(@"\\host\share\some\directory\name\"); ]]> + All members of are thread-safe and may be used concurrently from multiple threads.