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