1 write to mutexHandle
mscorlib (1)
system\threading\mutex.cs (1)
239this.mutexHandle = mutexHandle;
4 references to mutexHandle
mscorlib (4)
system\threading\mutex.cs (4)
214if (cleanupInfo.mutexHandle != null && !cleanupInfo.mutexHandle.IsInvalid) { 216Win32Native.ReleaseMutex(cleanupInfo.mutexHandle); 218cleanupInfo.mutexHandle.Dispose();