2 writes to outstanding
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (2)
84this.outstanding = multipleReceiveResult; 162this.outstanding = null;
2 references to outstanding
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (2)
81Fx.AssertAndThrow(this.outstanding == null, "BeginTryReceive should not have a pending result."); 155MultipleReceiveAsyncResult receiveResult = this.outstanding;