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