1 instantiation of TypeAnnotations
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
462
return new
TypeAnnotations
(type, typeAnnotation, annotatedMethods.ToArray(), annotatedFields.ToArray(), typeGenericParameterAnnotations);
5 references to TypeAnnotations
illink (5)
Linker.Dataflow\FlowAnnotations.cs (5)
21
readonly Dictionary<TypeDefinition,
TypeAnnotations
> _annotations = new Dictionary<TypeDefinition,
TypeAnnotations
>();
183
TypeAnnotations
GetAnnotations(TypeDefinition type)
185
if (!_annotations.TryGetValue(type, out
TypeAnnotations
value))
217
TypeAnnotations
BuildTypeAnnotations(TypeDefinition type)