6 references to ProcessGenericArgumentDataFlow
ILCompiler.Compiler (6)
Compiler\Dataflow\GenericArgumentDataFlow.cs (4)
55ProcessGenericArgumentDataFlow(diagnosticContext, reflectionMarker, instantiatedType); 83ProcessGenericArgumentDataFlow(diagnosticContext, reflectionMarker, method.OwningType); 88ProcessGenericArgumentDataFlow(diagnosticContext, reflectionMarker, field.OwningType); 110ProcessGenericArgumentDataFlow(diagnosticContext, reflectionMarker, genericArgument);
Compiler\Dataflow\RequireDynamicallyAccessedMembersAction.cs (1)
34GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(_diagnosticContext, _reflectionMarker, foundType);
Compiler\Dataflow\TrimAnalysisGenericInstantiationAccessPattern.cs (1)
38GenericArgumentDataFlow.ProcessGenericArgumentDataFlow(diagnosticContext, reflectionMarker, type);