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