3 references to GetCharsFromUtf32
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (1)
3380
char highSurrogate = SlidingTextWindow.
GetCharsFromUtf32
(charValue, out lowSurrogate);
Parser\SlidingTextWindow.cs (2)
478
character =
GetCharsFromUtf32
(uintChar, out surrogateCharacter);
625
ch =
GetCharsFromUtf32
(uintChar, out surrogate);