8 references to GenericArgumentDataFlow
ILLink.RoslynAnalyzer (8)
DynamicallyAccessedMembersAnalyzer.cs (2)
134
GenericArgumentDataFlow
.ProcessGenericArgumentDataFlow(location, baseType, context.ReportDiagnostic);
137
GenericArgumentDataFlow
.ProcessGenericArgumentDataFlow(location, interfaceType, context.ReportDiagnostic);
TrimAnalysis\TrimAnalysisGenericInstantiationPattern.cs (3)
56
GenericArgumentDataFlow
.ProcessGenericArgumentDataFlow(location, type, reportDiagnostic);
60
GenericArgumentDataFlow
.ProcessGenericArgumentDataFlow(location, method, reportDiagnostic);
64
GenericArgumentDataFlow
.ProcessGenericArgumentDataFlow(location, field, reportDiagnostic);
TrimAnalysis\TrimAnalysisVisitor.cs (3)
445
if (
GenericArgumentDataFlow
.RequiresGenericArgumentDataFlow(method))
462
if (
GenericArgumentDataFlow
.RequiresGenericArgumentDataFlow(field))
477
if (
GenericArgumentDataFlow
.RequiresGenericArgumentDataFlow(property))