X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Freferencesource%2FSystem.Web%2FFileChangesMonitor.cs;h=e4b03d4752a7028638c7b89fed7946289eda792b;hb=215901f51bf00e9d1e58cada05033aae8283e336;hp=5691656cb249a395f3ab52f22a1b84ed5f37774d;hpb=10e54be5f860d412d2ab5b193de582e232ceeb7e;p=mono.git diff --git a/mcs/class/referencesource/System.Web/FileChangesMonitor.cs b/mcs/class/referencesource/System.Web/FileChangesMonitor.cs index 5691656cb24..e4b03d4752a 100644 --- a/mcs/class/referencesource/System.Web/FileChangesMonitor.cs +++ b/mcs/class/referencesource/System.Web/FileChangesMonitor.cs @@ -149,7 +149,7 @@ namespace System.Web { } [SuppressMessage("Microsoft.Interoperability", "CA1404:CallGetLastErrorImmediatelyAfterPInvoke", - Justification="Microsoft: Call to GetLastWin32Error() does follow P/Invoke call that is outside the if/else block.")] + Justification="[....]: 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 sync with DebugDescription + // Needs the lock to [....] 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 sync with DebugDescription + // Needs the lock to [....] with DebugDescription lock (_targets) { #endif _targets.Remove(callbackTarget); @@ -1574,7 +1574,7 @@ namespace System.Web { } } } - // Dev10 + // Dev10 Bug 663511: Deletes, moves, and renames of the App_LocalResources folder may be ignored if (dirName.IndexOf(HttpRuntime.LocalResourcesDirectoryName, StringComparison.OrdinalIgnoreCase) > -1) { return true; }