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