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