2 references to Mutex
mscorlib (1)
system\threading\mutex.cs (1)
53
:
this
(initiallyOwned, name, out createdNew, (MutexSecurity)null)
System (1)
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
122
Mutex tmpMutex = new
Mutex
(false, mutexName, out createdNew, sec);