2 writes to serviceEndpoint
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
186serviceEndpoint = CreateServiceEndpoint(); 206serviceEndpoint = CreateServiceEndpoint();
9 references to serviceEndpoint
System.ServiceModel (9)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (9)
115if (serviceEndpoint == null) 120object transparentProxy = serviceChannelFactory.CreateChannel(contractType, new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri); 123SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri, contractType); 170ServiceChannelFactory serviceChannelFactory = ServiceChannelFactory.BuildChannelFactory(serviceEndpoint) as ServiceChannelFactory; 184if (serviceEndpoint == null) 189serviceEndpoint.Behaviors.Add(behavior);