6 references to Event
Microsoft.TestPlatform.CommunicationUtilities (6)
Interfaces\Communication\ICommunicationChannel.cs (6)
43_slim = new ManualResetEventSlim(Event != null); 48var e = Event; 62Event += eventHandler; 63if (Event != null) 71Event -= eventHandler; 72if (Event == null)