9 references to GetHashedString
System.ServiceModel (9)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (3)
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);
System\ServiceModel\Diagnostics\OperationPerformanceCountersBase.cs (4)
97
service =
GetHashedString
(service, count - hashLength, service.Length - count + hashLength, true);
104
contract =
GetHashedString
(contract, count - hashLength, contract.Length - count + hashLength, true);
111
operation =
GetHashedString
(operation, count - hashLength, operation.Length - count + hashLength, true);
118
uri =
GetHashedString
(uri, 0, uri.Length - count + hashLength, false);
System\ServiceModel\Diagnostics\ServicePerformanceCountersBase.cs (2)
184
serviceName =
GetHashedString
(serviceName, count - hashLength, serviceName.Length - count + hashLength, true);
191
uri =
GetHashedString
(uri, 0, uri.Length - count + hashLength, false);