1 write to _reportDiagnostic
ILLink.RoslynAnalyzer (1)
TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
32
_reportDiagnostic
= reportDiagnostic;
2 references to _reportDiagnostic
ILLink.RoslynAnalyzer (2)
TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (2)
39
var diagnosticContext = new DiagnosticContext(_location,
_reportDiagnostic
);
43
GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(_typeNameResolver, _location, namedType,
_reportDiagnostic
);