1 write to Field
illink (1)
Linker.Dataflow\HoistedLocalKey.cs (1)
21
Field
= field;
3 references to Field
illink (3)
Linker.Dataflow\HoistedLocalKey.cs (3)
24
public bool Equals(HoistedLocalKey other) =>
Field
.Equals(other.
Field
);
28
public override int GetHashCode() =>
Field
.GetHashCode();