1 write to onClosedCalled
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
616
this.
onClosedCalled
= true;
3 references to onClosedCalled
System.ServiceModel (3)
System\ServiceModel\Channels\CommunicationObject.cs (3)
130
if (!this.
onClosedCalled
)
317
if (!this.
onClosedCalled
)
1193
if (!this.communicationObject.
onClosedCalled
)