3 references to GetCharsFromUtf32
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (3)
3058
char highSurrogate =
GetCharsFromUtf32
(charValue, out lowSurrogate);
4702
character =
GetCharsFromUtf32
(uintChar, out surrogateCharacter);
4849
ch =
GetCharsFromUtf32
(uintChar, out surrogate);