1 write to Rune
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (1)
92
Rune
= 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
105
Rune
== other.
Rune
&& StartIndex == other.StartIndex && Length == other.Length && WasReplaced == other.WasReplaced;
123
HashCode.Combine(
Rune
, StartIndex, Length, WasReplaced);
133
rune =
Rune
;
146
rune =
Rune
;