5 references to hashLength
System.ServiceModel (5)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (5)
101
service = GetHashedString(service, count -
hashLength
, service.Length - count +
hashLength
, true);
108
contract = GetHashedString(contract, count -
hashLength
, contract.Length - count +
hashLength
, true);
115
uri = GetHashedString(uri, 0, uri.Length - count +
hashLength
, false);