11 references to GetErrors
Microsoft.CodeAnalysis.CSharp (11)
Parser\Lexer.cs (11)
317var errors = this.GetErrors(GetFullWidth(leading)); 2212trivia = trivia.WithDiagnosticsGreen(this.GetErrors(leadingTriviaWidth: 0)); 2486var errors = this.GetErrors(leadingTriviaWidth: 0); 2849var errors = this.GetErrors(GetFullWidth(leading)); 3205var errors = this.GetErrors(GetFullWidth(leading)); 3391var errors = this.GetErrors(GetFullWidth(leading)); 3545var errors = this.GetErrors(GetFullWidth(leading)); 3601var errors = this.GetErrors(GetFullWidth(leading)); 4013var errors = this.GetErrors(GetFullWidth(leading)); 4135var errors = this.GetErrors(GetFullWidth(leading)); 4265var errors = this.GetErrors(GetFullWidth(leading));