2 instantiations of FieldAnnotation
ILCompiler.Compiler (2)
Compiler\Dataflow\FlowAnnotations.cs (2)
396annotatedFields.Add(new FieldAnnotation(field, annotation)); 622annotatedFields.Add(new FieldAnnotation(backingField, annotation));
6 references to FieldAnnotation
ILCompiler.Compiler (6)
Compiler\Dataflow\FlowAnnotations.cs (6)
151if (GetAnnotations(field.OwningType).TryGetAnnotation(field, out var annotation)) 376var annotatedFields = default(ArrayBuilder<FieldAnnotation>); 846private readonly FieldAnnotation[]? _annotatedFields; 855FieldAnnotation[]? annotatedFields, 881public bool TryGetAnnotation(FieldDesc field, out FieldAnnotation annotation) 890foreach (var f in _annotatedFields)