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