26 references to GetEvaluationContext
System.ServiceModel (26)
System\ServiceModel\Configuration\BindingCollectionElement.cs (1)
54
collection = ExtensionsSection.UnsafeLookupCollection(ConfigurationStrings.BindingExtensions, ConfigurationHelpers.
GetEvaluationContext
(this));
System\ServiceModel\Configuration\BindingsSection.cs (1)
259
UpdateBindingSections(ConfigurationHelpers.
GetEvaluationContext
(this));
System\ServiceModel\Configuration\ClientSection.cs (1)
63
ContextInformation context = ConfigurationHelpers.
GetEvaluationContext
(this);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
408
return ConfigurationHelpers.
GetEvaluationContext
(owner);
System\ServiceModel\Configuration\EndpointCollectionElement.cs (1)
56
collection = ExtensionsSection.UnsafeLookupCollection(ConfigurationStrings.EndpointExtensions, ConfigurationHelpers.
GetEvaluationContext
(this));
System\ServiceModel\Configuration\IssuedTokenParametersEndpointAddressElement.cs (1)
57
ContextInformation context = ConfigurationHelpers.
GetEvaluationContext
(this);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (4)
136
element.ContainingEvaluationContext = ConfigurationHelpers.
GetEvaluationContext
(this);
152
element.ContainingEvaluationContext = ConfigurationHelpers.
GetEvaluationContext
(this);
171
retval = element.CanAdd(this.extensionCollectionName, ConfigurationHelpers.
GetEvaluationContext
(this));
322
ContextInformation evaluationContext = ConfigurationHelpers.
GetEvaluationContext
(this);
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
196
evaluationContext = ConfigurationHelpers.
GetEvaluationContext
(this);
System\ServiceModel\Configuration\ServicesSection.cs (1)
48
ContextInformation context = ConfigurationHelpers.
GetEvaluationContext
(this);
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
160
UpdateEndpointSections(ConfigurationHelpers.
GetEvaluationContext
(this));
System\ServiceModel\Description\ConfigLoader.cs (13)
164
serviceEndpoint.Binding = ConfigLoader.LookupBinding(channelElement.Binding, channelElement.BindingConfiguration, ConfigurationHelpers.
GetEvaluationContext
(channelElement));
172
CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors(ConfigurationHelpers.
GetEvaluationContext
(channelElement));
178
EndpointBehaviorElement behaviorElement = ConfigLoader.LookupEndpointBehaviors(channelElement.BehaviorConfiguration, ConfigurationHelpers.
GetEvaluationContext
(channelElement));
440
serviceElement == null ? null : ConfigurationHelpers.
GetEvaluationContext
(serviceElement));
455
ServiceBehaviorElement behaviorElement = ConfigLoader.LookupServiceBehaviors(behaviorConfigurationName, ConfigurationHelpers.
GetEvaluationContext
(serviceElement));
480
binding = ConfigLoader.LookupBinding(endpointElement.Binding, endpointElement.BindingConfiguration, ConfigurationHelpers.
GetEvaluationContext
(serviceElement));
522
EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(endpointElement.BehaviorConfiguration, ConfigurationHelpers.
GetEvaluationContext
(endpointElement));
537
ServiceEndpoint endpoint = LookupEndpoint(endpointElement, ConfigurationHelpers.
GetEvaluationContext
(serviceElement), host, description);
549
EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(ConfigurationStrings.DefaultName, ConfigurationHelpers.
GetEvaluationContext
(null));
744
endpoint.Binding = ConfigLoader.LookupBinding(channelEndpointElementCopy.Binding, channelEndpointElementCopy.BindingConfiguration, ConfigurationHelpers.
GetEvaluationContext
(channelEndpointElement));
764
CommonBehaviorsSection commonBehaviors = ConfigLoader.LookupCommonBehaviors(ConfigurationHelpers.
GetEvaluationContext
(channelEndpointElement));
770
EndpointBehaviorElement behaviorElement = ConfigLoader.LookupEndpointBehaviors(channelEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.
GetEvaluationContext
(channelEndpointElement));
964
EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(serviceEndpointElementCopy.BehaviorConfiguration, ConfigurationHelpers.
GetEvaluationContext
(serviceEndpointElement));