5 references to Maybe
ILLink.RoslynAnalyzer (5)
DataFlow\InterproceduralState.cs (2)
66HoistedLocals.Set(key, new Maybe<TValue>(lattice.HoistedLocalLattice.ValueLattice.ValueLattice.Top)); 80existingValue, new(value)));
src\tools\illink\src\ILLink.Shared\DataFlow\MaybeLattice.cs (3)
26return new(copyValue.DeepCopy()); 27return new(value); 51return new Maybe<T>(ValueLattice.Meet(leftValue, rightValue));