6 references to RequiresGenericArgumentDataFlow
illink (6)
Linker.Dataflow\GenericArgumentDataFlow.cs (4)
87
if (
RequiresGenericArgumentDataFlow
(flowAnnotations, genericArgument))
92
return
RequiresGenericArgumentDataFlow
(flowAnnotations, method.DeclaringType);
97
return
RequiresGenericArgumentDataFlow
(flowAnnotations, field.DeclaringType);
111
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))