2 references to TypeAnnotations
ILCompiler.Compiler (2)
Compiler\Dataflow\FlowAnnotations.cs (2)
343
return new
TypeAnnotations
(key, DynamicallyAccessedMemberTypes.None, null, null, null);
647
return new
TypeAnnotations
(ecmaType, typeAnnotation, annotatedMethods.ToArray(), annotatedFields.ToArray(), typeGenericParameterAnnotations);