3 references to GetCharsFromUtf32
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (1)
3380char highSurrogate = SlidingTextWindow.GetCharsFromUtf32(charValue, out lowSurrogate);
Parser\SlidingTextWindow.cs (2)
478character = GetCharsFromUtf32(uintChar, out surrogateCharacter); 625ch = GetCharsFromUtf32(uintChar, out surrogate);