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