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