1 write to onReceive
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
127this.onReceive = new AsyncCallback(OnReceive);
2 references to onReceive
Extensibility.MessageInterceptor.IntegrationTests (2)
InterceptingDuplexChannel.cs (2)
137IAsyncResult result = BeginReceive(onReceive, null); 161result = BeginReceive(onReceive, null);