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