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