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