2 instantiations of FieldAnnotation
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
242
annotatedFields.Add(new
FieldAnnotation
(field, annotation));
440
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))
222
ArrayBuilder<
FieldAnnotation
> annotatedFields = default;
660
readonly
FieldAnnotation
[]? _annotatedFields;
667
FieldAnnotation
[]? annotatedFields,
695
public bool TryGetAnnotation(FieldDefinition field, out
FieldAnnotation
annotation)
704
foreach (
var
f in _annotatedFields)