3 writes to communicationObject
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
442this.communicationObject = communicationObject; 466this.communicationObject = communicationObject; 565communicationObject = null;
6 references to communicationObject
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (6)
499else if (this.communicationObject != null) 540if (this.communicationObject == null) 546? this.communicationObject.CreateAbortedException() 547: this.communicationObject.GetTerminalException(); 594if (this.communicationObject != null) 630if (this.communicationObject != null)