2 writes to contractName
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
47
this.
contractName
= contractName;
77
this.
contractName
= baseEndpoint.ContractName;
2 references to contractName
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
132
get { return this.
contractName
; }
320
this.perfCounterId = this.perfCounterBaseId + "/" +
contractName
.ToUpperInvariant();