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