1 write to MyManualResetEvent
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelShapeTests.4.0.0.cs (1)
201
MyManualResetEvent
= manualResetEvent;
2 references to MyManualResetEvent
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.0.0.cs (2)
155
Assert.True(imp.
MyManualResetEvent
.WaitOne(20000));
208
MyManualResetEvent
.Set();