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