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