1 instantiation of InterproceduralStateLattice
illink (1)
Linker.Dataflow\MethodBodyScanner.cs (1)
54
this.InterproceduralStateLattice = new
InterproceduralStateLattice
(default, default, context);
3 references to InterproceduralStateLattice
illink (3)
Linker.Dataflow\InterproceduralState.cs (2)
24
readonly
InterproceduralStateLattice
lattice;
26
public InterproceduralState (ValueSet<MethodIL> methodBodies, HoistedLocalState hoistedLocals,
InterproceduralStateLattice
lattice)
Linker.Dataflow\MethodBodyScanner.cs (1)
48
protected readonly
InterproceduralStateLattice
InterproceduralStateLattice;