7 references to GenericArgumentDataFlow
ILLink.RoslynAnalyzer (7)
DynamicallyAccessedMembersAnalyzer.cs (2)
126 GenericArgumentDataFlow.ProcessGenericArgumentDataFlow (location, baseType, context.ReportDiagnostic); 129 GenericArgumentDataFlow.ProcessGenericArgumentDataFlow (location, interfaceType, context.ReportDiagnostic);
TrimAnalysis\TrimAnalysisGenericInstantiationPattern.cs (3)
54 GenericArgumentDataFlow.ProcessGenericArgumentDataFlow (location, type, reportDiagnostic); 58 GenericArgumentDataFlow.ProcessGenericArgumentDataFlow (location, method, reportDiagnostic); 62 GenericArgumentDataFlow.ProcessGenericArgumentDataFlow (location, field, reportDiagnostic);
TrimAnalysis\TrimAnalysisVisitor.cs (2)
400 if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow (method)) { 416 if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow (field)) {