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