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