4 references to ComputeHash32OrdinalIgnoreCase
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\RandomizedStringEqualityComparer.cs (2)
127return Marvin.ComputeHash32OrdinalIgnoreCase( 134Marvin.ComputeHash32OrdinalIgnoreCase(
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (2)
700return Marvin.ComputeHash32OrdinalIgnoreCase(ref _firstChar, _stringLength /* in chars, not bytes */, (uint)seed, (uint)(seed >> 32)); 743return Marvin.ComputeHash32OrdinalIgnoreCase(ref MemoryMarshal.GetReference(value), value.Length /* in chars, not bytes */, (uint)seed, (uint)(seed >> 32));