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