1 write to Field
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
965
=> (
Field
, Annotation) = (field, annotation);
2 references to Field
ILCompiler.Compiler (2)
Compiler\Dataflow\FlowAnnotations.cs (2)
615
if (annotatedFields.Any(a => a.
Field
== backingField && a.Annotation != annotation))
892
if (f.
Field
== field)