1 write to Rune
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (1)
92Rune = rune;
7 references to Rune
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (7)
63/// <see langword="false"/> it current Unicode symbol is correct encoded and <see cref="RunePosition.Rune"/> 66/// <see langword="true"/> if current Unicode symbol is invalid encoded and <see cref="RunePosition.Rune"/> was 105Rune == other.Rune && StartIndex == other.StartIndex && Length == other.Length && WasReplaced == other.WasReplaced; 123HashCode.Combine(Rune, StartIndex, Length, WasReplaced); 133rune = Rune; 146rune = Rune;