6 references to MutexDebugName
System.Web (6)
Compilation\CompilationLock.cs (6)
64Debug.Trace("Mutex", "Creating Mutex " + MutexDebugName); 69Debug.Trace("Mutex", "Failed to create Mutex " + MutexDebugName); 74Debug.Trace("Mutex", "Successfully created Mutex " + MutexDebugName); 117Debug.Trace("Mutex", "Waiting for mutex " + MutexDebugName); 130Debug.Trace("Mutex", "Got mutex " + MutexDebugName); 140Debug.Trace("Mutex", "Releasing mutex " + MutexDebugName);