2 instantiations of FieldAnnotation
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
234
annotatedFields.Add (new
FieldAnnotation
(field, annotation));
400
annotatedFields.Add (new
FieldAnnotation
(backingField, annotation));
6 references to FieldAnnotation
illink (6)
Linker.Dataflow\FlowAnnotations.cs (6)
76
if (GetAnnotations (field.DeclaringType).TryGetAnnotation (field, out
var
annotation))
218
ArrayBuilder<
FieldAnnotation
> annotatedFields = default;
599
readonly
FieldAnnotation
[]? _annotatedFields;
606
FieldAnnotation
[]? annotatedFields,
631
public bool TryGetAnnotation (FieldDefinition field, out
FieldAnnotation
annotation)
639
foreach (
var
f in _annotatedFields) {