2 references to Rune
Microsoft.CodeAnalysis.CodeStyle (2)
Rune.cs (2)
83
:
this
((uint)char.ConvertToUtf32(highSurrogate, lowSurrogate), false)
1119
internal static Rune UnsafeCreate(uint scalarValue) => new
Rune
(scalarValue, false);