1 write to onComplete
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveContext.cs (1)
145onComplete = new Action<object>(OnComplete);
2 references to onComplete
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqReceiveContext.cs (2)
143if (onComplete == null) 147return new ReceiveContextAsyncResult(receiver, timeout, callback, state, onComplete);