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