4 writes to message
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (4)
33bool innerReceiveCompleted = innerChannel.EndTryReceive(asyncResult, out this.message); 41bool completedSynchronously = this.OnInnerReceiveDone(ref this.message, this.timeoutHelper.RemainingTime()); 62bool innerReceiveCompleted = thisResult.innerChannel.EndTryReceive(result, out thisResult.message); 71completeSelf = thisResult.OnInnerReceiveDone(ref thisResult.message, thisResult.timeoutHelper.RemainingTime());
1 reference to message
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveMessageAndVerifySecurityAsyncResultBase.cs (1)
94message = thisResult.message;