Implemented interface member:
property
Top
ILLink.Shared.DataFlow.ILattice<TValue>.Top
1 write to Top
illink (1)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\DictionaryLattice.cs (1)
24
Top
= new DefaultValueDictionary<TKey, TValue>(valueLattice.Top);
1 reference to Top
illink (1)
Linker.Dataflow\InterproceduralState.cs (1)
102
public InterproceduralState Top => new InterproceduralState(MethodBodyLattice.Top, HoistedLocalsLattice.
Top
, this);