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