3 references to hashLength
System.ServiceModel (3)
System\ServiceModel\Diagnostics\ServicePerformanceCountersBase.cs (3)
184
serviceName = GetHashedString(serviceName, count -
hashLength
, serviceName.Length - count +
hashLength
, true);
191
uri = GetHashedString(uri, 0, uri.Length - count +
hashLength
, false);