8 references to ProcessGenericArgumentDataFlow
ILLink.RoslynAnalyzer (8)
DynamicallyAccessedMembersAnalyzer.cs (2)
146
GenericArgumentDataFlow.
ProcessGenericArgumentDataFlow
(typeNameResolver, location, baseType, context.ReportDiagnostic);
149
GenericArgumentDataFlow.
ProcessGenericArgumentDataFlow
(typeNameResolver, location, interfaceType, context.ReportDiagnostic);
TrimAnalysis\GenericArgumentDataFlow.cs (4)
28
ProcessGenericArgumentDataFlow
(typeNameResolver, location, method.ContainingType, reportDiagnostic);
33
ProcessGenericArgumentDataFlow
(typeNameResolver, location, field.ContainingType, reportDiagnostic);
38
ProcessGenericArgumentDataFlow
(typeNameResolver, location, property.ContainingType, reportDiagnostic);
64
ProcessGenericArgumentDataFlow
(typeNameResolver, location, namedTypeArgument, reportDiagnostic);
TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
43
GenericArgumentDataFlow.
ProcessGenericArgumentDataFlow
(_typeNameResolver, _location, namedType, _reportDiagnostic);
TrimAnalysis\TrimAnalysisGenericInstantiationPattern.cs (1)
57
GenericArgumentDataFlow.
ProcessGenericArgumentDataFlow
(typeNameResolver, location, type, reportDiagnostic);