2 writes to closeCalled
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
169this.closeCalled = true; 288this.closeCalled = true;
2 references to closeCalled
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
364if (!this.closeCalled) 799if (this.aborted && !this.closeCalled)