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