2 references to GetNonRandomizedHashCodeOrdinalIgnoreCaseSlow
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (2)
946return GetNonRandomizedHashCodeOrdinalIgnoreCaseSlow(hash1, hash2, this.AsSpan(Length - length)); 1032return GetNonRandomizedHashCodeOrdinalIgnoreCaseSlow(hash1, hash2, span.Slice(span.Length - length));