2 instantiations of FieldAnnotation
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
258
annotatedFields.Add(new
FieldAnnotation
(field, annotation));
469
annotatedFields.Add(new
FieldAnnotation
(backingField, annotation));
6 references to FieldAnnotation
illink (6)
Linker.Dataflow\FlowAnnotations.cs (6)
92
if (GetAnnotations(field.DeclaringType).TryGetAnnotation(field, out
var
annotation))
238
ArrayBuilder<
FieldAnnotation
> annotatedFields = default;
705
readonly
FieldAnnotation
[]? _annotatedFields;
712
FieldAnnotation
[]? annotatedFields,
740
public bool TryGetAnnotation(FieldDefinition field, out
FieldAnnotation
annotation)
749
foreach (
var
f in _annotatedFields)