1 write to _reportDiagnostic
ILLink.RoslynAnalyzer (1)
TrimAnalysis\DiagnosticContext.cs (1)
22_reportDiagnostic = reportDiagnostic;
4 references to _reportDiagnostic
ILLink.RoslynAnalyzer (4)
TrimAnalysis\DiagnosticContext.cs (4)
32if (_reportDiagnostic is null) 35_reportDiagnostic(CreateDiagnostic(id, args)); 40if (_reportDiagnostic is null) 43_reportDiagnostic(CreateDiagnostic(id, actualValue, expectedAnnotationsValue, args));