1 instantiation of LocalStateLattice
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowAnalysis.cs (1)
47 LocalStateAndContextLattice<TValue, TContext, TLattice, TContextLattice> localStateAndContextLattice = new (new (lattice), contextLattice);
2 references to LocalStateLattice
ILLink.RoslynAnalyzer (2)
DataFlow\LocalStateAndContextLattice.cs (2)
37 public readonly LocalStateLattice<TValue, TValueLattice> LocalStateLattice; 40 public LocalStateAndContextLattice (LocalStateLattice<TValue, TValueLattice> localStateLattice, TContextLattice contextLattice)