6 references to RequiresGenericArgumentDataFlow
illink (6)
Linker.Dataflow\GenericArgumentDataFlow.cs (4)
99
if (
RequiresGenericArgumentDataFlow
(flowAnnotations, genericArgument))
104
return
RequiresGenericArgumentDataFlow
(flowAnnotations, method.DeclaringType);
109
return
RequiresGenericArgumentDataFlow
(flowAnnotations, field.DeclaringType);
128
if (
RequiresGenericArgumentDataFlow
(flowAnnotations, genericArgument))
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
65
return GenericArgumentDataFlow.
RequiresGenericArgumentDataFlow
(annotations.FlowAnnotations, type)
Linker.Dataflow\RequireDynamicallyAccessedMembersAction.cs (1)
31
if (GenericArgumentDataFlow.
RequiresGenericArgumentDataFlow
(_reflectionMarker.Context.Annotations.FlowAnnotations, foundType))