2 references to GetNonRandomizedHashCode
System.ServiceModel (2)
System\ServiceModel\Diagnostics\PerformanceCountersBase.cs (2)
38
return String.Format("{0}{1}", instanceName, StringUtil.
GetNonRandomizedHashCode
(fullInstanceName).ToString("X", CultureInfo.InvariantCulture));
96
string hash = ((uint)StringUtil.
GetNonRandomizedHashCode
(str) % 99).ToString("00", CultureInfo.InvariantCulture);