1 write to _reportDiagnostic
ILLink.RoslynAnalyzer (1)
TrimAnalysis\DiagnosticContext.cs (1)
23_reportDiagnostic = reportDiagnostic;
4 references to _reportDiagnostic
ILLink.RoslynAnalyzer (4)
TrimAnalysis\DiagnosticContext.cs (4)
34if (_reportDiagnostic is null) 37_reportDiagnostic(CreateDiagnostic(id, args)); 42if (_reportDiagnostic is null) 45_reportDiagnostic(CreateDiagnostic(id, actualValue, expectedAnnotationsValue, args));