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