1 write to configurationContext
System.ServiceModel (1)
System\ServiceModel\Description\ConfigLoader.cs (1)
54this.configurationContext = configurationContext;
2 references to configurationContext
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (2)
150ChannelEndpointElement channelElement = LookupChannel(this.configurationContext, configurationName, serviceEndpoint.Contract, null, wildcard, false, out standardEndpoint); 191CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors(this.configurationContext);