1 write to HoistedLocals
ILCompiler.Compiler (1)
Compiler\Dataflow\InterproceduralState.cs (1)
43=> (_ilProvider, MethodBodies, HoistedLocals, this.lattice) = (ilProvider, methodBodies, hoistedLocals, lattice);
8 references to HoistedLocals
ILCompiler.Compiler (8)
Compiler\Dataflow\InterproceduralState.cs (8)
46=> MethodBodies.Equals(other.MethodBodies) && HoistedLocals.Equals(other.HoistedLocals); 54=> new(_ilProvider, MethodBodies.DeepCopy(), HoistedLocals.Clone(), lattice); 122HoistedLocals.Set(key, 124HoistedLocals.Get(key), value)); 128=> HoistedLocals.Get(key); 164HoistedLocalsLattice.Meet(left.HoistedLocals, right.HoistedLocals),