4 references to GetTypeAnnotation
ILLink.RoslynAnalyzer (4)
DynamicallyAccessedMembersTypeHierarchy.cs (3)
21var annotation = FlowAnnotations.GetTypeAnnotation(type); 29var baseAnnotation = FlowAnnotations.GetTypeAnnotation(baseType); 45if (FlowAnnotations.GetTypeAnnotation(iface).HasFlag(annotationToApplyToInterfaces))
TrimAnalysis\HandleCallAction.cs (1)
187var annotation = FlowAnnotations.GetTypeAnnotation(staticType);