1 instantiation of LocalStateAndContextLattice
ILLink.RoslynAnalyzer (1)
9 references to LocalStateAndContextLattice
ILLink.RoslynAnalyzer (9)
DataFlow\LocalDataFlowAnalysis.cs (3)
23 LocalStateAndContextLattice<TValue, TContext, TLattice, TContextLattice>,
41 static LocalStateAndContextLattice<TValue, TContext, TLattice, TContextLattice> GetLatticeAndEntryValue(
47 LocalStateAndContextLattice<TValue, TContext, TLattice, TContextLattice> localStateAndContextLattice = new (new (lattice), contextLattice);
DataFlow\LocalDataFlowVisitor.cs (3)
27 LocalStateAndContextLattice<TValue, TContext, TValueLattice, TContextLattice>,
37 protected readonly LocalStateAndContextLattice<TValue, TContext, TValueLattice, TContextLattice> LocalStateAndContextLattice;
61 LocalStateAndContextLattice<TValue, TContext, TValueLattice, TContextLattice> lattice,