2 instantiations of ContextInformation
System.Configuration (2)
System\Configuration\Configuration.cs (1)
136_evalContext = new ContextInformation(_configRecord);
System\Configuration\ConfigurationElement.cs (1)
1870_evalContext = new ContextInformation(_configRecord);
91 references to ContextInformation
System.Configuration (4)
System\Configuration\Configuration.cs (2)
34private ContextInformation _evalContext; // evaluation context 133public ContextInformation EvaluationContext {
System\Configuration\ConfigurationElement.cs (2)
70internal ContextInformation _evalContext; 1859protected ContextInformation EvaluationContext {
System.ServiceModel (84)
System\ServiceModel\Configuration\BehaviorsSection.cs (3)
42internal static BehaviorsSection UnsafeGetAssociatedSection(ContextInformation evalContext) 50internal static void ValidateEndpointBehaviorReference(string behaviorConfiguration, ContextInformation evaluationContext, ConfigurationElement configurationElement) 78internal static void ValidateServiceBehaviorReference(string behaviorConfiguration, ContextInformation evaluationContext, ConfigurationElement configurationElement)
System\ServiceModel\Configuration\BindingCollectionElement.cs (2)
99ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 105ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\BindingsSection.cs (4)
265internal void UpdateBindingSections(ContextInformation evaluationContext) 304internal static void ValidateBindingReference(string binding, string bindingConfiguration, ContextInformation evaluationContext, ConfigurationElement configurationElement) 352ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 358ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ChannelEndpointElement.cs (2)
224ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 232ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ClientSection.cs (4)
45internal static ClientSection UnsafeGetSection(ContextInformation contextInformation) 63ContextInformation context = ConfigurationHelpers.GetEvaluationContext(this); 94ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 100ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\CommonBehaviorsSection.cs (1)
41internal static CommonBehaviorsSection UnsafeGetAssociatedSection(ContextInformation contextEval)
System\ServiceModel\Configuration\ConfigurationHelpers.cs (13)
22internal static BindingCollectionElement GetAssociatedBindingCollectionElement(ContextInformation evaluationContext, string bindingCollectionName) 54internal static BindingCollectionElement UnsafeGetAssociatedBindingCollectionElement(ContextInformation evaluationContext, string bindingCollectionName) 84internal static EndpointCollectionElement GetAssociatedEndpointCollectionElement(ContextInformation evaluationContext, string endpointCollectionName) 116internal static EndpointCollectionElement UnsafeGetAssociatedEndpointCollectionElement(ContextInformation evaluationContext, string endpointCollectionName) 146internal static object GetAssociatedSection(ContextInformation evalContext, string sectionPath) 178internal static object UnsafeGetAssociatedSection(ContextInformation evalContext, string sectionPath) 281internal static object UnsafeGetSectionFromContext(ContextInformation evalContext, string sectionPath) 310internal static ContextInformation GetEvaluationContext(IConfigurationContextProviderInternal provider) 327internal static ContextInformation GetOriginalEvaluationContext(IConfigurationContextProviderInternal provider) 369ContextInformation GetEvaluationContext(); 380ContextInformation GetOriginalEvaluationContext(); 390ContextInformation inheritedContext; 398internal ContextInformation GetOriginalContext(IConfigurationContextProviderInternal owner)
System\ServiceModel\Configuration\EndpointCollectionElement.cs (2)
99ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 106ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ExtensionsSection.cs (4)
141internal static ExtensionElementCollection LookupAssociatedCollection(Type extensionType, ContextInformation evaluationContext, out string collectionName) 151internal static ExtensionElementCollection UnsafeLookupAssociatedCollection(Type extensionType, ContextInformation evaluationContext, out string collectionName) 192internal static ExtensionElementCollection LookupCollection(string collectionName, ContextInformation evaluationContext) 246internal static ExtensionElementCollection UnsafeLookupCollection(string collectionName, ContextInformation evaluationContext)
System\ServiceModel\Configuration\IssuedTokenParametersEndpointAddressElement.cs (3)
57ContextInformation context = ConfigurationHelpers.GetEvaluationContext(this); 68ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 75ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ServiceElement.cs (2)
76ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 84ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ServiceEndpointElement.cs (2)
272ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 279ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (4)
322ContextInformation evaluationContext = ConfigurationHelpers.GetEvaluationContext(this); 375Type GetExtensionType(ContextInformation evaluationContext, string name) 631ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 639ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (7)
25ContextInformation containingEvaluationContext = null; 39internal bool CanAdd(string extensionCollectionName, ContextInformation evaluationContext) 125internal ContextInformation ContainingEvaluationContext 174internal ContextInformation EvalContext 193ContextInformation evaluationContext = this.ContainingEvaluationContext; 318ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 326ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\ServicesSection.cs (3)
48ContextInformation context = ConfigurationHelpers.GetEvaluationContext(this); 90ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 98ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\StandardBindingElement.cs (2)
154ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 162ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\StandardEndpointElement.cs (2)
172ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 180ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Configuration\StandardEndpointsSection.cs (4)
166internal void UpdateEndpointSections(ContextInformation evaluationContext) 205internal static void ValidateEndpointReference(string endpoint, string endpointConfiguration, ContextInformation evaluationContext, ConfigurationElement configurationElement) 253ContextInformation IConfigurationContextProviderInternal.GetEvaluationContext() 259ContextInformation IConfigurationContextProviderInternal.GetOriginalEvaluationContext()
System\ServiceModel\Description\ConfigLoader.cs (20)
44ContextInformation configurationContext; 51public ConfigLoader(ContextInformation configurationContext) 304internal static void LoadChannelBehaviors(string behaviorName, ContextInformation context, KeyedByTypeCollection<IEndpointBehavior> channelBehaviors) 315internal static Collection<IWsdlImportExtension> LoadWsdlImporters(WsdlImporterElementCollection wsdlImporterElements, ContextInformation context) 344internal static Collection<IPolicyImportExtension> LoadPolicyImporters(PolicyImporterElementCollection policyImporterElements, ContextInformation context) 558static EndpointCollectionElement LookupEndpointCollectionElement(string endpointSectionName, ContextInformation context) 592internal static ServiceEndpoint LookupEndpoint(string configurationName, EndpointAddress address, ContractDescription contract, ContextInformation configurationContext) 600internal static ServiceEndpoint LookupEndpoint(ChannelEndpointElement channelEndpointElement, ContextInformation context) 610static ServiceEndpoint LookupEndpoint(ChannelEndpointElement channelEndpointElement, ContextInformation context, EndpointAddress address, ContractDescription contract) 725EndpointAddress address, ContextInformation context, ContractDescription contract, out ServiceEndpoint endpoint) 782internal ServiceEndpoint LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, 893ContextInformation context, ServiceHostBase host, ServiceDescription description, out ServiceEndpoint endpoint, bool omitSettingEndpointAddress = false) 1042static BindingCollectionElement GetBindingCollectionElement(string bindingSectionName, ContextInformation context) 1067internal static Binding LookupBinding(string bindingSectionName, string configurationName, ContextInformation context) 1193static EndpointBehaviorElement LookupEndpointBehaviors(string behaviorName, ContextInformation context) 1227static ServiceBehaviorElement LookupServiceBehaviors(string behaviorName, ContextInformation context) 1261static CommonBehaviorsSection LookupCommonBehaviors(ContextInformation context) 1317static ChannelEndpointElement LookupChannel(ContextInformation configurationContext, string configurationName, ContractDescription contract, 1463static bool IsConfigAboveApplication(ContextInformation contextInformation) 1488static bool IsWebConfigAboveApplication(ContextInformation contextInformation)
System.Web (1)
Configuration\IdentitySection.cs (1)
277internal ContextInformation ProtectedEvaluationContext {
System.Web.Services (2)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (2)
74ContextInformation context = this.EvaluationContext; 118ContextInformation context = this.EvaluationContext;