26 references to GetEvaluationContext
System.ServiceModel (26)
System\ServiceModel\Configuration\BindingCollectionElement.cs (1)
54collection = ExtensionsSection.UnsafeLookupCollection(ConfigurationStrings.BindingExtensions, ConfigurationHelpers.GetEvaluationContext(this));
System\ServiceModel\Configuration\BindingsSection.cs (1)
259UpdateBindingSections(ConfigurationHelpers.GetEvaluationContext(this));
System\ServiceModel\Configuration\ClientSection.cs (1)
63ContextInformation context = ConfigurationHelpers.GetEvaluationContext(this);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
408return ConfigurationHelpers.GetEvaluationContext(owner);
System\ServiceModel\Configuration\EndpointCollectionElement.cs (1)
56collection = ExtensionsSection.UnsafeLookupCollection(ConfigurationStrings.EndpointExtensions, ConfigurationHelpers.GetEvaluationContext(this));
System\ServiceModel\Configuration\IssuedTokenParametersEndpointAddressElement.cs (1)
57ContextInformation context = ConfigurationHelpers.GetEvaluationContext(this);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (4)
136element.ContainingEvaluationContext = ConfigurationHelpers.GetEvaluationContext(this); 152element.ContainingEvaluationContext = ConfigurationHelpers.GetEvaluationContext(this); 171retval = element.CanAdd(this.extensionCollectionName, ConfigurationHelpers.GetEvaluationContext(this)); 322ContextInformation evaluationContext = ConfigurationHelpers.GetEvaluationContext(this);
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
196evaluationContext = ConfigurationHelpers.GetEvaluationContext(this);
System\ServiceModel\Configuration\ServicesSection.cs (1)
48ContextInformation context = ConfigurationHelpers.GetEvaluationContext(this);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
160UpdateEndpointSections(ConfigurationHelpers.GetEvaluationContext(this));
System\ServiceModel\Description\ConfigLoader.cs (13)
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)); 440serviceElement == null ? null : ConfigurationHelpers.GetEvaluationContext(serviceElement)); 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)); 537ServiceEndpoint endpoint = LookupEndpoint(endpointElement, ConfigurationHelpers.GetEvaluationContext(serviceElement), host, description); 549EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(ConfigurationStrings.DefaultName, ConfigurationHelpers.GetEvaluationContext(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)); 964EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(serviceEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.GetEvaluationContext(serviceEndpointElement));