5 references to IsTypeInterestingForDataflow
illink (5)
Linker.Dataflow\FlowAnnotations.cs (4)
251
if (!
IsTypeInterestingForDataflow
(field.FieldType))
284
if (!
IsTypeInterestingForDataflow
(param.ParameterType))
298
if (returnAnnotation != DynamicallyAccessedMemberTypes.None && !
IsTypeInterestingForDataflow
(method.ReturnType))
355
if (!
IsTypeInterestingForDataflow
(property.PropertyType))
Linker.Dataflow\MethodBodyScanner.cs (1)
961
if (valueWithStaticType.StaticType is not null && _context.Annotations.FlowAnnotations.
IsTypeInterestingForDataflow
(valueWithStaticType.StaticType.Value.Type))