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