30 references to EvaluationContext
System.Runtime.Serialization (1)
System\Runtime\Serialization\Configuration\DeclaredTypeElement.cs (1)
49if (EvaluationContext.IsMachineLevel)
System.ServiceModel (23)
System\ServiceModel\Configuration\BindingCollectionElement.cs (1)
101return this.EvaluationContext;
System\ServiceModel\Configuration\BindingsSection.cs (1)
354return this.EvaluationContext;
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
226return this.EvaluationContext;
System\ServiceModel\Configuration\ClientSection.cs (1)
96return this.EvaluationContext;
System\ServiceModel\Configuration\EndpointCollectionElement.cs (1)
101return this.EvaluationContext;
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (1)
113security.IssuerBinding = ConfigLoader.LookupBinding(this.Issuer.Binding, this.Issuer.BindingConfiguration, this.EvaluationContext);
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (3)
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 (1)
162parameters.IssuerBinding = ConfigLoader.LookupBinding(this.Issuer.Binding, this.Issuer.BindingConfiguration, this.EvaluationContext);
System\ServiceModel\Configuration\IssuedTokenParametersEndpointAddressElement.cs (1)
70return this.EvaluationContext;
System\ServiceModel\Configuration\MetadataElement.cs (2)
36return ConfigLoader.LoadWsdlImporters(this.WsdlImporters, this.EvaluationContext); 41return ConfigLoader.LoadPolicyImporters(this.PolicyImporters, this.EvaluationContext);
System\ServiceModel\Configuration\ServiceElement.cs (1)
78return this.EvaluationContext;
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
274return this.EvaluationContext;
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (1)
23if (EvaluationContext.IsMachineLevel)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
633return this.EvaluationContext;
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (2)
176get { return this.EvaluationContext; } 320return this.EvaluationContext;
System\ServiceModel\Configuration\ServicesSection.cs (1)
92return this.EvaluationContext;
System\ServiceModel\Configuration\StandardBindingElement.cs (1)
156return this.EvaluationContext;
System\ServiceModel\Configuration\StandardEndpointElement.cs (1)
174return this.EvaluationContext;
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
255return this.EvaluationContext;
System.Web (4)
Configuration\CompilationSection.cs (1)
896WebContext context = EvaluationContext.HostingContext as WebContext;
Configuration\CustomErrorsSection.cs (1)
177context = EvaluationContext.HostingContext as WebContext;
Configuration\IdentitySection.cs (1)
279return this.EvaluationContext;
Configuration\PagesSection.cs (1)
780context = EvaluationContext.HostingContext as WebContext;
System.Web.Services (2)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (2)
74ContextInformation context = this.EvaluationContext; 118ContextInformation context = this.EvaluationContext;