2 references to NextUnicodeEscape
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
2045
consumedChar = TextWindow.
NextUnicodeEscape
(out consumedSurrogate, out error);
Parser\Lexer_StringLiteral.cs (1)
174
ch = TextWindow.
NextUnicodeEscape
(surrogateCharacter: out surrogateCharacter, info: out error);