6 writes to IsSystemEndpoint
System.ServiceModel (3)
System\ServiceModel\Description\ConfigLoader.cs (2)
530serviceEndpoint.IsSystemEndpoint = endpointElement.IsSystemEndpoint; 973endpoint.IsSystemEndpoint = serviceEndpointElementCopy.IsSystemEndpoint;
System\ServiceModel\Description\ServiceMetadataEndpoint.cs (1)
33this.IsSystemEndpoint = true;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowControlEndpoint.cs (1)
36this.IsSystemEndpoint = true;
System\ServiceModel\Activities\WorkflowHostingEndpoint.cs (1)
31this.IsSystemEndpoint = true;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryEndpoint.cs (1)
33base.IsSystemEndpoint = true;
9 references to IsSystemEndpoint
System.ServiceModel (4)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
226return this.IsSystemEndpoint;
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
482(contractBehavior == null && !endpoint.IsSystemEndpoint))
System\ServiceModel\ServiceConfiguration.cs (1)
181if (!endpoint.IsSystemEndpoint || (endpoint.Contract.ContractType == typeof(IMetadataExchange)))
System\ServiceModel\ServiceHost.cs (1)
413if (!endpoint.IsSystemEndpoint || endpoint.Contract.ContractType == typeof(IMetadataExchange))
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Description\BufferedReceiveServiceBehavior.cs (1)
95if (serviceEndpoint.IsSystemEndpoint)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
396if (!endpoint.IsSystemEndpoint)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryEndpointValidator.cs (1)
32if (endpoint.IsSystemEndpoint &&
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
306return (endpoint.IsSystemEndpoint &&
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
66if (!endpoint.IsSystemEndpoint &&