2 references to Mutex
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\NetStream.cs (1)
1394private Mutex _tempFileMutex = new Mutex(false);
System.Workflow.Runtime (1)
DebugEngine\BreakSafeBase.cs (1)
36this.nonEELock = new Mutex(false);