3 writes to id
System.ServiceModel (3)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (3)
35this.id = id; 88this.id = baseEndpoint.id; 236set { this.id = value; }
2 references to id
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
88this.id = baseEndpoint.id; 235get { return this.id; }