5 references to HasErrors
Microsoft.CodeAnalysis.CSharp (5)
Parser\Lexer.cs (1)
2189
if (this.
HasErrors
)
Parser\Lexer_RawStringLiteral.cs (4)
88
if (this.
HasErrors
)
204
if (this.
HasErrors
)
234
if (this.
HasErrors
)
238
info.StringValue = this.
HasErrors
? "" : TextWindow.Intern(_builder);