11 references to GetErrors
Microsoft.CodeAnalysis.CSharp (11)
Parser\Lexer.cs (11)
317var errors = this.GetErrors(GetFullWidth(leading)); 2221trivia = trivia.WithDiagnosticsGreen(this.GetErrors(leadingTriviaWidth: 0)); 2499var errors = this.GetErrors(leadingTriviaWidth: 0); 2839var errors = this.GetErrors(GetFullWidth(leading)); 3195var errors = this.GetErrors(GetFullWidth(leading)); 3381var errors = this.GetErrors(GetFullWidth(leading)); 3535var errors = this.GetErrors(GetFullWidth(leading)); 3591var errors = this.GetErrors(GetFullWidth(leading)); 4003var errors = this.GetErrors(GetFullWidth(leading)); 4125var errors = this.GetErrors(GetFullWidth(leading)); 4255var errors = this.GetErrors(GetFullWidth(leading));