8 references to RequiresGenericArgumentDataFlow
ILCompiler.Compiler (8)
Compiler\Dataflow\GenericArgumentDataFlow.cs (4)
131if (RequiresGenericArgumentDataFlow(flowAnnotations, typeParameter)) 136return RequiresGenericArgumentDataFlow(flowAnnotations, method.OwningType); 143=> RequiresGenericArgumentDataFlow(flowAnnotations, field.OwningType); 160if (RequiresGenericArgumentDataFlow(flowAnnotations, typeParameter))
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
65return GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(flowAnnotations, type) ||
Compiler\Dataflow\RequireDynamicallyAccessedMembersAction.cs (1)
32if (GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(_reflectionMarker.Annotations, foundType))
Compiler\DependencyAnalysis\DataflowAnalyzedTypeDefinitionNode.cs (2)
42needsDataflowAnalysis |= GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(flowAnnotations, type.BaseType); 49needsDataflowAnalysis |= GenericArgumentDataFlow.RequiresGenericArgumentDataFlow(flowAnnotations, interfaceType);