3 references to Mutex
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EventHookup\EventHookupTestState.cs (1)
43
_testSessionHookupMutex = new
Mutex
(false);
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
1289
private Mutex _tempFileMutex = new
Mutex
(false);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
393
private readonly Mutex _processLevelMutex = new
Mutex
(initiallyOwned: false);