1 write to IsStateCached
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3617
this.cachedContextState.
IsStateCached
= true;
2 references to IsStateCached
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
3611
if (!this.cachedContextState.
IsStateCached
)
3675
if (this.cacheContextState && this.cachedContextState.
IsStateCached
)