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