6 references to IsTypeInterestingForDataflow
ILCompiler.Compiler (6)
Compiler\Dataflow\FlowAnnotations.cs (5)
389if (!IsTypeInterestingForDataflow(field.FieldType)) 423if (IsTypeInterestingForDataflow(method.OwningType) && !signature.IsStatic) 447if (returnAnnotation != DynamicallyAccessedMemberTypes.None && !IsTypeInterestingForDataflow(signature.ReturnType)) 459if (!IsTypeInterestingForDataflow(signature[parameter.SequenceNumber - 1])) 519if (!IsTypeInterestingForDataflow(property.Signature.ReturnType))
Compiler\Dataflow\MethodBodyScanner.cs (1)
1055if (valueWithStaticType.StaticType is not null && FlowAnnotations.IsTypeInterestingForDataflow(valueWithStaticType.StaticType.Value.Type))