10 references to GetTypeAnnotation
ILCompiler.Compiler (10)
Compiler\Dataflow\HandleCallAction.cs (1)
473
var annotation = _reflectionMarker.Annotations.
GetTypeAnnotation
(staticType);
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (3)
143
DynamicallyAccessedMemberTypes annotation = flowAnnotations.
GetTypeAnnotation
(type);
172
var baseAnnotation = flowAnnotations.
GetTypeAnnotation
(type.BaseType);
188
if (flowAnnotations.
GetTypeAnnotation
(iface).HasFlag(annotationToApplyToInterfaces))
Compiler\DependencyAnalysis\ObjectGetTypeFlowDependenciesNode.cs (2)
47
if (baseType != null && flowAnnotations.
GetTypeAnnotation
(baseType) != default)
54
if (flowAnnotations.
GetTypeAnnotation
(interfaceType) != default)
Compiler\UsageBasedMetadataManager.cs (4)
415
if (type.IsDefType && !type.IsInterface && FlowAnnotations.
GetTypeAnnotation
(type) != default)
429
bool allocatedWithFlowAnnotations = allocated && type.IsDefType && FlowAnnotations.
GetTypeAnnotation
(type) != default;
452
if (baseType != null && FlowAnnotations.
GetTypeAnnotation
(baseType) != default)
468
if (FlowAnnotations.
GetTypeAnnotation
(interfaceType) != default)