1 instantiation of LocalStateAndContextLattice
ILLink.RoslynAnalyzer (1)
DataFlow\LocalDataFlowAnalysis.cs (1)
47 LocalStateAndContextLattice<TValue, TContext, TLattice, TContextLattice> localStateAndContextLattice = new (new (lattice), contextLattice);
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\LocalDataFlowState.cs (2)
10 : IDataFlowState<LocalStateAndContext<TValue, TContext>, LocalStateAndContextLattice<TValue, TContext, TValueLattice, TContextLattice>> 24 public LocalStateAndContextLattice<TValue, TContext, TValueLattice, TContextLattice> Lattice { get; init; }
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,
TrimAnalysis\TrimAnalysisVisitor.cs (1)
48 LocalStateAndContextLattice<MultiValue, FeatureContext, ValueSetLattice<SingleValue>, FeatureContextLattice> lattice,