2 instantiations of FieldAnnotation
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
258
annotatedFields.Add(new
FieldAnnotation
(field, annotation));
459
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;
695
readonly
FieldAnnotation
[]? _annotatedFields;
702
FieldAnnotation
[]? annotatedFields,
730
public bool TryGetAnnotation(FieldDefinition field, out
FieldAnnotation
annotation)
739
foreach (
var
f in _annotatedFields)