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)
615if (annotatedFields.Any(a => a.Field == backingField && a.Annotation != annotation)) 892if (f.Field == field)