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