4 references to _stringLength
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (2)
758
return Marvin.ComputeHash32(ref Unsafe.As<char, byte>(ref _firstChar), (uint)
_stringLength
* 2 /* in bytes, not chars */, (uint)seed, (uint)(seed >> 32));
769
return Marvin.ComputeHash32OrdinalIgnoreCase(ref _firstChar,
_stringLength
/* in chars, not bytes */, (uint)seed, (uint)(seed >> 32));
src\libraries\System.Private.CoreLib\src\System\String.cs (2)
733
if ((uint)index >= (uint)
_stringLength
)
749
get =>
_stringLength
;