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