1 write to channelCacheEnabled
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Send.cs (1)
439this.channelCacheEnabled = enabled;
5 references to channelCacheEnabled
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Send.cs (5)
219Fx.Assert(this.channelCacheEnabled.HasValue, "The value of channelCacheEnabled must be initialized!"); 220return this.channelCacheEnabled.Value; 410if (!this.channelCacheEnabled.HasValue) 437if (!this.channelCacheEnabled.HasValue) 443Fx.Assert(this.channelCacheEnabled.Value == enabled, "Once ChannelCacheEnabled is set, it cannot be changed!");