4 references to GetTypeAnnotation
ILLink.RoslynAnalyzer (4)
DynamicallyAccessedMembersTypeHierarchy.cs (3)
17var annotation = FlowAnnotations.GetTypeAnnotation(type); 25var baseAnnotation = FlowAnnotations.GetTypeAnnotation(baseType); 41if (FlowAnnotations.GetTypeAnnotation(iface).HasFlag(annotationToApplyToInterfaces))
TrimAnalysis\HandleCallAction.cs (1)
186var annotation = FlowAnnotations.GetTypeAnnotation(staticType);