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