1 write to Field
illink (1)
Linker.Dataflow\FlowAnnotations.cs (1)
814
=> (
Field
, Annotation) = (field, annotation);
2 references to Field
illink (2)
Linker.Dataflow\FlowAnnotations.cs (2)
452
if (annotatedFields.Any(a => a.
Field
== backingField && a.Annotation != annotation))
741
if (f.
Field
== field)