1 write to _testSessionHookupMutex
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EventHookup\EventHookupTestState.cs (1)
42_testSessionHookupMutex = new Mutex(false);
3 references to _testSessionHookupMutex
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
EventHookup\EventHookupTestState.cs (3)
43_commandHandler.TESTSessionHookupMutex = _testSessionHookupMutex; 75_testSessionHookupMutex.WaitOne(); 80_testSessionHookupMutex.ReleaseMutex();