2 writes to cachedContextState
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
3559this.cachedContextState = new CachedBindingContextState(); 3568this.cachedContextState = element.cachedContextState;
9 references to cachedContextState
System.ServiceModel (9)
System\ServiceModel\Channels\ChannelDemuxer.cs (9)
3568this.cachedContextState = element.cachedContextState; 3611if (!this.cachedContextState.IsStateCached) 3615this.cachedContextState.CachedBindingParameters.Add(parameter); 3617this.cachedContextState.IsStateCached = true; 3622foreach (object parameter in this.cachedContextState.CachedBindingParameters) 3675if (this.cacheContextState && this.cachedContextState.IsStateCached) 3677for (int i = 0; i < this.cachedContextState.CachedBindingParameters.Count; ++i) 3679if (!context.BindingParameters.Contains(this.cachedContextState.CachedBindingParameters[i].GetType())) 3681context.BindingParameters.Add(this.cachedContextState.CachedBindingParameters[i]);