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