1 write to BehaviorConfiguration
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
38
this.
BehaviorConfiguration
= source.BehaviorConfiguration;
4 references to BehaviorConfiguration
System.ServiceModel (4)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
38
this.BehaviorConfiguration = source.
BehaviorConfiguration
;
System\ServiceModel\Configuration\ServicesSection.cs (1)
73
BehaviorsSection.ValidateEndpointBehaviorReference(endpoint.
BehaviorConfiguration
, context, endpoint);
System\ServiceModel\Description\ConfigLoader.cs (2)
522
EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(endpointElement.
BehaviorConfiguration
, ConfigurationHelpers.GetEvaluationContext(endpointElement));
964
EndpointBehaviorElement behaviorEndpointElement = ConfigLoader.LookupEndpointBehaviors(serviceEndpointElementCopy.
BehaviorConfiguration
, ConfigurationHelpers.GetEvaluationContext(serviceEndpointElement));