1 write to _ilProvider
ILCompiler.Compiler (1)
Compiler\Dataflow\InterproceduralState.cs (1)
43
=> (
_ilProvider
, MethodBodies, HoistedLocals, this.lattice) = (ilProvider, methodBodies, hoistedLocals, lattice);
2 references to _ilProvider
ILCompiler.Compiler (2)
Compiler\Dataflow\InterproceduralState.cs (2)
54
=> new(
_ilProvider
, MethodBodies.DeepCopy(), HoistedLocals.Clone(), lattice);
137
MethodIL methodIL =
_ilProvider
.GetMethodIL(method);