2 writes to isSystemEndpoint
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
36this.isSystemEndpoint = isSystemEndpoint; 62this.isSystemEndpoint = isSystemEndpoint;
1 reference to isSystemEndpoint
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
199get { return this.isSystemEndpoint; }