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