2 references to Rune
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
96
:
this
((uint)char.ConvertToUtf32(highSurrogate, lowSurrogate), false)
1288
internal static Rune UnsafeCreate(uint scalarValue) => new
Rune
(scalarValue, false);