3 references to MaybeLattice
ILLink.RoslynAnalyzer (3)
DataFlow\InterproceduralState.cs (2)
94
public readonly DictionaryLattice<LocalKey, Maybe<TValue>,
MaybeLattice
<TValue, TValueLattice>> HoistedLocalLattice;
98
DictionaryLattice<LocalKey, Maybe<TValue>,
MaybeLattice
<TValue, TValueLattice>> hoistedLocalLattice
DataFlow\LocalDataFlowAnalysis.cs (1)
69
DictionaryLattice<LocalKey, Maybe<TValue>,
MaybeLattice
<TValue, TLattice>> hoistedLocalLattice = default;