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