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