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