12 instantiations of ConfigLoader
System.ServiceModel (12)
System\ServiceModel\ChannelFactory.cs (2)
146configLoader = new ConfigLoader(configuration.EvaluationContext); 150configLoader = new ConfigLoader();
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
23this.configLoader = new ConfigLoader(typeLoader);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
158ConfigLoader configLoader = new ConfigLoader();
System\ServiceModel\ServiceConfiguration.cs (1)
187ConfigLoader configLoader = new ConfigLoader(resolver);
System\ServiceModel\ServiceHost.cs (7)
371ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.implementedContracts)); 415ConfigLoader loader = new ConfigLoader(GetContractResolver(this.implementedContracts)); 469ConfigLoader configLoader = new ConfigLoader(GetContractResolver(implementedContracts)); 776ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 1835ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 1888ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 1903ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts));
95 references to ConfigLoader
System.ServiceModel (95)
System\ServiceModel\ChannelFactory.cs (3)
143ConfigLoader configLoader; 258serviceEndpointFromConfig = ConfigLoader.LookupEndpoint(configurationName, address, this.serviceEndpoint.Contract); 285serviceEndpointFromConfig = ConfigLoader.LookupEndpoint(configurationName, address, this.serviceEndpoint.Contract, configuration.EvaluationContext);
System\ServiceModel\Channels\PeerCustomResolverBindingElement.cs (1)
158this.binding = ConfigLoader.LookupBinding(this.bindingSection, this.bindingConfiguration);
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
233binding = ConfigLoader.LookupBinding(localIssuerBindingType, localIssuerBinding);
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
16ConfigLoader configLoader;
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
71ComContractElement contractConfigElement = ConfigLoader.LookupComContract(iid);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
288mexBinding = ConfigLoader.LookupBinding(mexBindingSectionName, mexBindingConfiguration);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
158ConfigLoader configLoader = new ConfigLoader(); 239binding = ConfigLoader.LookupBinding(bindingType, bindingConfigName);
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (3)
109security.IssuerAddress = ConfigLoader.LoadEndpointAddress(this.Issuer); 113security.IssuerBinding = ConfigLoader.LookupBinding(this.Issuer.Binding, this.Issuer.BindingConfiguration, this.EvaluationContext); 118security.IssuerMetadataAddress = ConfigLoader.LoadEndpointAddress(this.IssuerMetadata);
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (4)
130issuedToken.LocalIssuerAddress = ConfigLoader.LoadEndpointAddress(this.LocalIssuer); 133issuedToken.LocalIssuerBinding = ConfigLoader.LookupBinding(this.LocalIssuer.Binding, this.LocalIssuer.BindingConfiguration, this.EvaluationContext); 138ConfigLoader.LoadChannelBehaviors(this.LocalIssuerChannelBehaviors, this.EvaluationContext, issuedToken.LocalIssuerChannelBehaviors); 147ConfigLoader.LoadChannelBehaviors(issuerBehaviorElement.BehaviorConfiguration, this.EvaluationContext, issuerBehaviors);
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (3)
158parameters.IssuerAddress = ConfigLoader.LoadEndpointAddress(this.Issuer); 162parameters.IssuerBinding = ConfigLoader.LookupBinding(this.Issuer.Binding, this.Issuer.BindingConfiguration, this.EvaluationContext); 168parameters.IssuerMetadataAddress = ConfigLoader.LoadEndpointAddress(this.IssuerMetadata);
System\ServiceModel\Configuration\MetadataElement.cs (2)
36return ConfigLoader.LoadWsdlImporters(this.WsdlImporters, this.EvaluationContext); 41return ConfigLoader.LoadPolicyImporters(this.PolicyImporters, this.EvaluationContext);
System\ServiceModel\Configuration\PeerCustomResolverElement.cs (2)
70settings.Address = new EndpointAddress(this.Address, ConfigLoader.LoadIdentity(this.Identity), this.Headers.Headers); 76settings.Binding = ConfigLoader.LookupBinding(this.Binding, this.BindingConfiguration);
System\ServiceModel\Configuration\ServiceDebugElement.cs (2)
112behavior.HttpHelpPageBinding = ConfigLoader.LookupBinding(this.HttpHelpPageBinding, this.HttpHelpPageBindingConfiguration); 114behavior.HttpsHelpPageBinding = ConfigLoader.LookupBinding(this.HttpsHelpPageBinding, this.HttpsHelpPageBindingConfiguration);
System\ServiceModel\Configuration\ServiceMetadataPublishingElement.cs (2)
123behavior.HttpGetBinding = ConfigLoader.LookupBinding(this.HttpGetBinding, this.HttpGetBindingConfiguration); 125behavior.HttpsGetBinding = ConfigLoader.LookupBinding(this.HttpsGetBinding, this.HttpsGetBindingConfiguration);
System\ServiceModel\Description\ConfigLoader.cs (51)
164serviceEndpoint.Binding = ConfigLoader.LookupBinding(channelElement.Binding, channelElement.BindingConfiguration, ConfigurationHelpers.GetEvaluationContext(channelElement)); 172CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors(ConfigurationHelpers.GetEvaluationContext(channelElement)); 178EndpointBehaviorElement behaviorElement = ConfigLoader.LookupEndpointBehaviors(channelElement.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(channelElement)); 191CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors(this.configurationContext); 439CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors( 455ServiceBehaviorElement behaviorElement = ConfigLoader.LookupServiceBehaviors(behaviorConfigurationName, ConfigurationHelpers.GetEvaluationContext(serviceElement)); 480binding = ConfigLoader.LookupBinding(endpointElement.Binding, endpointElement.BindingConfiguration, ConfigurationHelpers.GetEvaluationContext(serviceElement)); 522EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(endpointElement.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(endpointElement)); 549EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(ConfigurationStrings.DefaultName, ConfigurationHelpers.GetEvaluationContext(null)); 624if (null == ConfigLoader.resolvedEndpoints) 626ConfigLoader.resolvedEndpoints = new List<string>(); 630if (ConfigLoader.resolvedEndpoints.Contains(resolvedEndpointID)) 634foreach (string resolvedEndpoint in ConfigLoader.resolvedEndpoints) 643ConfigLoader.resolvedEndpoints = null; 653ConfigLoader.resolvedEndpoints.Add(resolvedEndpointID); 655ConfigLoader.resolvedEndpoints.Remove(resolvedEndpointID); 661if (null != ConfigLoader.resolvedEndpoints) 663ConfigLoader.resolvedBindings = null; 668if (null != ConfigLoader.resolvedEndpoints && 6690 == ConfigLoader.resolvedEndpoints.Count) 671ConfigLoader.resolvedEndpoints = null; 744endpoint.Binding = ConfigLoader.LookupBinding(channelEndpointElementCopy.Binding, channelEndpointElementCopy.BindingConfiguration, ConfigurationHelpers.GetEvaluationContext(channelEndpointElement)); 764CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors(ConfigurationHelpers.GetEvaluationContext(channelEndpointElement)); 770EndpointBehaviorElement behaviorElement = ConfigLoader.LookupEndpointBehaviors(channelEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(channelEndpointElement)); 797if (null == ConfigLoader.resolvedEndpoints) 799ConfigLoader.resolvedEndpoints = new List<string>(); 803if (ConfigLoader.resolvedEndpoints.Contains(resolvedEndpointID)) 807foreach (string resolvedEndpoint in ConfigLoader.resolvedEndpoints) 816ConfigLoader.resolvedEndpoints = null; 826ConfigLoader.resolvedEndpoints.Add(resolvedEndpointID); 828ConfigLoader.resolvedEndpoints.Remove(resolvedEndpointID); 834if (null != ConfigLoader.resolvedEndpoints) 836ConfigLoader.resolvedBindings = null; 841if (null != ConfigLoader.resolvedEndpoints && 8420 == ConfigLoader.resolvedEndpoints.Count) 844ConfigLoader.resolvedEndpoints = null; 924binding = ConfigLoader.LookupBinding(serviceEndpointElementCopy.Binding, serviceEndpointElementCopy.BindingConfiguration, context); 964EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(serviceEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(serviceEndpointElement)); 1002return ConfigLoader.LookupBinding(bindingSectionName, configurationName, null); 1127if (null == ConfigLoader.resolvedBindings) 1129ConfigLoader.resolvedBindings = new List<string>(); 1132if (ConfigLoader.resolvedBindings.Contains(resolvedBindingID)) 1136foreach (string resolvedBinding in ConfigLoader.resolvedBindings) 1145ConfigLoader.resolvedBindings = null; 1156ConfigLoader.resolvedBindings.Add(resolvedBindingID); 1158ConfigLoader.resolvedBindings.Remove(resolvedBindingID); 1164if (null != ConfigLoader.resolvedBindings) 1166ConfigLoader.resolvedBindings = null; 1171if (null != ConfigLoader.resolvedBindings && 11720 == ConfigLoader.resolvedBindings.Count) 1174ConfigLoader.resolvedBindings = null;
System\ServiceModel\PeerResolvers\PeerCustomResolverSettings.cs (1)
43binding = ConfigLoader.LookupBinding(this.bindingSection, this.bindingConfiguration);
System\ServiceModel\ServiceConfiguration.cs (1)
187ConfigLoader configLoader = new ConfigLoader(resolver);
System\ServiceModel\ServiceHost.cs (14)
371ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.implementedContracts)); 415ConfigLoader loader = new ConfigLoader(GetContractResolver(this.implementedContracts)); 469ConfigLoader configLoader = new ConfigLoader(GetContractResolver(implementedContracts)); 489ProtocolMappingItem protocolMappingItem = ConfigLoader.LookupProtocolMapping(baseAddress.Scheme); 492Binding defaultBinding = ConfigLoader.LookupBinding(protocolMappingItem.Binding, protocolMappingItem.BindingConfiguration); 776ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 788void LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, string configurationName) 797void LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection) 1819ConfigLoader.LoadDefaultEndpointBehaviors(endpoint); 1835ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 1888ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 1903ConfigLoader configLoader = new ConfigLoader(GetContractResolver(this.ImplementedContracts)); 1917void LoadHostConfigurationInternal(ConfigLoader configLoader, ServiceDescription description, string configurationName) 1930void LoadConfigurationSectionExceptHostInternal(ConfigLoader configLoader, ServiceDescription description, string configurationName)