11 references to GetErrors
Microsoft.CodeAnalysis.CSharp (11)
Parser\Lexer.cs (11)
317var errors = this.GetErrors(GetFullWidth(leading)); 2216trivia = trivia.WithDiagnosticsGreen(this.GetErrors(leadingTriviaWidth: 0)); 2494var errors = this.GetErrors(leadingTriviaWidth: 0); 2857var errors = this.GetErrors(GetFullWidth(leading)); 3213var errors = this.GetErrors(GetFullWidth(leading)); 3399var errors = this.GetErrors(GetFullWidth(leading)); 3553var errors = this.GetErrors(GetFullWidth(leading)); 3609var errors = this.GetErrors(GetFullWidth(leading)); 4021var errors = this.GetErrors(GetFullWidth(leading)); 4143var errors = this.GetErrors(GetFullWidth(leading)); 4273var errors = this.GetErrors(GetFullWidth(leading));