1 write to Field
ILCompiler.Compiler (1)
Compiler\Dataflow\HoistedLocalKey.cs (1)
23Field = field;
3 references to Field
ILCompiler.Compiler (3)
Compiler\Dataflow\HoistedLocalKey.cs (3)
26public bool Equals(HoistedLocalKey other) => Field.Equals(other.Field); 30public override int GetHashCode() => Field.GetHashCode();