9 references to _diagnostics
ILAssembler (9)
GrammarVisitor.cs (9)
125_diagnostics.Add(new Diagnostic(id, severity, message, location)); 140var structuralErrors = _diagnostics.Where(d => d.Severity == DiagnosticSeverity.Error && !IsRecoverableError(d.Id)); 143return (_diagnostics.ToImmutable(), null); 239return (_diagnostics.ToImmutable(), peBuilder); 273return (_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(