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