2 instantiations of FieldAnnotation
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
292
annotatedFields.Add(new
FieldAnnotation
(field, annotation));
493
annotatedFields.Add(new
FieldAnnotation
(backingField, annotation));
6 references to FieldAnnotation
illink (6)
Linker.Dataflow\FlowAnnotations.cs (6)
126
if (GetAnnotations(field.DeclaringType).TryGetAnnotation(field, out
var
annotation))
272
ArrayBuilder<
FieldAnnotation
> annotatedFields = default;
729
readonly
FieldAnnotation
[]? _annotatedFields;
736
FieldAnnotation
[]? annotatedFields,
764
public bool TryGetAnnotation(FieldDefinition field, out
FieldAnnotation
annotation)
773
foreach (
var
f in _annotatedFields)