11 references to GetErrors
Microsoft.CodeAnalysis.CSharp (11)
Parser\Lexer.cs (11)
311var errors = this.GetErrors(GetFullWidth(leading)); 2550trivia = trivia.WithDiagnosticsGreen(this.GetErrors(leadingTriviaWidth: 0)); 2841var errors = this.GetErrors(leadingTriviaWidth: 0); 3177var errors = this.GetErrors(GetFullWidth(leading)); 3533var errors = this.GetErrors(GetFullWidth(leading)); 3719var errors = this.GetErrors(GetFullWidth(leading)); 3873var errors = this.GetErrors(GetFullWidth(leading)); 3929var errors = this.GetErrors(GetFullWidth(leading)); 4341var errors = this.GetErrors(GetFullWidth(leading)); 4463var errors = this.GetErrors(GetFullWidth(leading)); 4593var errors = this.GetErrors(GetFullWidth(leading));