1 write to onComplete
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
390onComplete = new Action<object>(OnComplete);
2 references to onComplete
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
388if (onComplete == null) 392return new SessionReceiveContextAsyncResult(receiveContext, timeout, callback, state, onComplete);