1 instantiation of TypeAnnotations
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
419
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
> ();
181
TypeAnnotations
GetAnnotations (TypeDefinition type)
183
if (!_annotations.TryGetValue (type, out
TypeAnnotations
value)) {
213
TypeAnnotations
BuildTypeAnnotations (TypeDefinition type)