1 write to _ilProvider
ILCompiler.Compiler (1)
Compiler\Dataflow\InterproceduralState.cs (1)
156=> (_ilProvider, MethodBodyLattice, HoistedLocalsLattice) = (ilProvider, methodBodyLattice, hoistedLocalsLattice);
2 references to _ilProvider
ILCompiler.Compiler (2)
Compiler\Dataflow\InterproceduralState.cs (2)
158public InterproceduralState Top => new InterproceduralState(_ilProvider, MethodBodyLattice.Top, HoistedLocalsLattice.Top, this); 162_ilProvider,