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