4 writes to explicitlyOpened
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannel.cs (4)
1409
this.
explicitlyOpened
= true;
1512
this.
explicitlyOpened
= true;
1777
this.
explicitlyOpened
= true;
1790
this.
explicitlyOpened
= true;
5 references to explicitlyOpened
System.ServiceModel (5)
System\ServiceModel\Channels\ServiceChannel.cs (5)
143
if (!this.
explicitlyOpened
&& (this.autoOpenManager == null))
155
if (!this.
explicitlyOpened
&& (this.autoDisplayUIManager == null))
476
if (!this.
explicitlyOpened
)
802
if (!this.
explicitlyOpened
)
1912
if (this.Rpc.Channel.
explicitlyOpened
)