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