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