1 write to ContextLattice
ILLink.RoslynAnalyzer (1)
DataFlow\LocalStateAndContextLattice.cs (1)
43ContextLattice = contextLattice;
3 references to ContextLattice
ILLink.RoslynAnalyzer (3)
DataFlow\LocalStateAndContextLattice.cs (2)
44Top = new(LocalStateLattice.Top, ContextLattice.Top); 54Context = ContextLattice.Meet(left.Context, right.Context)
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
51TrimAnalysisPatterns = new TrimAnalysisPatternStore(lattice.LocalStateLattice.Lattice.ValueLattice, lattice.ContextLattice);