8 references to InternalIsSystemEndpoint
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
312&& !endpoint.InternalIsSystemEndpoint(description)
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
98if (endpoint != null && !endpoint.InternalIsSystemEndpoint(service))
System\ServiceModel\Description\DispatcherBuilder.cs (2)
531if (!endpoint.InternalIsSystemEndpoint(description)) 940EndpointDispatcher dispatcher = new EndpointDispatcher(address, contractDescription.Name, contractDescription.Namespace, endpoint.Id, endpoint.InternalIsSystemEndpoint(serviceDescription));
System\ServiceModel\Dispatcher\DataContractSerializerServiceBehavior.cs (1)
71if (!endpoint.InternalIsSystemEndpoint(description))
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (3)
286if (endpoint.InternalIsSystemEndpoint(description)) 366if (endpoint.InternalIsSystemEndpoint(description)) 987if (endpoint.InternalIsSystemEndpoint(description))