9 references to GenericArgumentDataFlow
ILLink.RoslynAnalyzer (9)
DynamicallyAccessedMembersAnalyzer.cs (2)
146GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(typeNameResolver, location, baseType, context.ReportDiagnostic); 149GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(typeNameResolver, location, interfaceType, context.ReportDiagnostic);
TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
43GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(_typeNameResolver, _location, namedType, _reportDiagnostic);
TrimAnalysis\TrimAnalysisGenericInstantiationPattern.cs (3)
57GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(typeNameResolver, location, type, reportDiagnostic); 61GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(typeNameResolver, location, method, reportDiagnostic); 65GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(typeNameResolver, location, field, reportDiagnostic);
TrimAnalysis\TrimAnalysisVisitor.cs (3)
459if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(method)) 476if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(field)) 491if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(property))