1 write to ManualResetEvent
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelShapeTests.4.0.0.cs (1)
222ManualResetEvent = manualResetEvent;
2 references to ManualResetEvent
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.0.0.cs (2)
184Assert.True(imp.ManualResetEvent.WaitOne(20000)); 229ManualResetEvent.Set();