9 references to _diagnostics
ILAssembler (9)
GrammarVisitor.cs (9)
125
_diagnostics
.Add(new Diagnostic(id, severity, message, location));
140
var structuralErrors =
_diagnostics
.Where(d => d.Severity == DiagnosticSeverity.Error && !IsRecoverableError(d.Id));
143
return (
_diagnostics
.ToImmutable(), null);
239
return (
_diagnostics
.ToImmutable(), peBuilder);
273
return (
_diagnostics
.ToImmutable(), standardBuilder);
701
_diagnostics
.Add(new Diagnostic(DiagnosticIds.KeyFileError, DiagnosticSeverity.Error, $"Failed to read key file '{keyFilePath}': {ex.Message}", location));
1219
_diagnostics
.Add(
3351
_diagnostics
.Add(new Diagnostic(
3376
_diagnostics
.Add(new Diagnostic(