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); 2862var errors = this.GetErrors(GetFullWidth(leading)); 3218var errors = this.GetErrors(GetFullWidth(leading)); 3404var errors = this.GetErrors(GetFullWidth(leading)); 3558var errors = this.GetErrors(GetFullWidth(leading)); 3614var errors = this.GetErrors(GetFullWidth(leading)); 4026var errors = this.GetErrors(GetFullWidth(leading)); 4148var errors = this.GetErrors(GetFullWidth(leading)); 4278var errors = this.GetErrors(GetFullWidth(leading));