1 write to onOpenedCalled
System.ServiceModel (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
713
this.
onOpenedCalled
= true;
2 references to onOpenedCalled
System.ServiceModel (2)
System\ServiceModel\Channels\CommunicationObject.cs (2)
594
if (!this.
onOpenedCalled
)
1119
if (!this.communicationObject.
onOpenedCalled
)