1 write to WasReplaced
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (1)
93
WasReplaced
= wasReplaced;
3 references to WasReplaced
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (3)
105
Rune == other.Rune && StartIndex == other.StartIndex && Length == other.Length &&
WasReplaced
== other.
WasReplaced
;
123
HashCode.Combine(Rune, StartIndex, Length,
WasReplaced
);