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