Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web / FileChangesMonitor.cs
index e4b03d4752a7028638c7b89fed7946289eda792b..f60acb0bc25b84f7837890c0473e4a133cb35e8b 100644 (file)
@@ -149,7 +149,7 @@ namespace System.Web {
          }
 
         [SuppressMessage("Microsoft.Interoperability", "CA1404:CallGetLastErrorImmediatelyAfterPInvoke",
-                         Justification="[....]: Call to GetLastWin32Error() does follow P/Invoke call that is outside the if/else block.")]
+                         Justification="Microsoft: Call to GetLastWin32Error() does follow P/Invoke call that is outside the if/else block.")]
         static internal byte[] GetDacl(string filename) {
             // DevDiv #322858 - allow skipping DACL step for perf gain
             if (HostingEnvironment.FcnSkipReadAndCacheDacls) {
@@ -305,7 +305,7 @@ namespace System.Web {
             }
             else {
 #if DBG
-                // Needs the lock to [....] with DebugDescription
+                // Needs the lock to sync with DebugDescription
                 lock (_targets) {
 #endif                
                     _targets.Add(callback.Target, new FileMonitorTarget(callback, alias));
@@ -330,7 +330,7 @@ namespace System.Web {
 #endif
             if (target != null && target.Release() == 0) {
 #if DBG
-                // Needs the lock to [....] with DebugDescription
+                // Needs the lock to sync with DebugDescription
                 lock (_targets) {
 #endif                
                     _targets.Remove(callbackTarget);