Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web / Compilation / CompilationLock.cs
index 5872f0ea61c38d7a8ee1506b00d8548496d70d81..6e271ae70220412a71e3d7428303675f36a4c793 100644 (file)
@@ -188,7 +188,7 @@ internal static class CompilationLock {
             // Always take the BuildManager lock *before* taking the mutex, to avoid possible
             // deadlock situations (VSWhidbey 530732)
 #pragma warning disable 0618
-            //@TODO: This overload of Monitor.Enter is obsolete.  Please change this to use Monitor.Enter(ref bool), and remove the pragmas   -- [....]
+            //@TODO: This overload of Monitor.Enter is obsolete.  Please change this to use Monitor.Enter(ref bool), and remove the pragmas   -- Microsoft
             Monitor.Enter(BuildManager.TheBuildManager);
 #pragma warning restore 0618
             _mutex.WaitOne();