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