5 references to IsTypeInterestingForDataflow
illink (5)
Linker.Dataflow\FlowAnnotations.cs (4)
228
if (!
IsTypeInterestingForDataflow
(field.FieldType)) {
256
if (!
IsTypeInterestingForDataflow
(param.ParameterType)) {
269
if (returnAnnotation != DynamicallyAccessedMemberTypes.None && !
IsTypeInterestingForDataflow
(method.ReturnType)) {
312
if (!
IsTypeInterestingForDataflow
(property.PropertyType)) {
Linker.Dataflow\MethodBodyScanner.cs (1)
884
if (valueWithStaticType.StaticType is not null && _context.Annotations.FlowAnnotations.
IsTypeInterestingForDataflow
(valueWithStaticType.StaticType.Value.Type))