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)
122Mutex tmpMutex = new Mutex(false, mutexName, out createdNew, sec);