1 write to HoistedLocals
ILLink.RoslynAnalyzer (1)
DataFlow\InterproceduralState.cs (1)
35
HoistedLocals
= hoistedLocals;
10 references to HoistedLocals
ILLink.RoslynAnalyzer (10)
DataFlow\InterproceduralState.cs (10)
40
=> Methods.Equals (other.Methods) &&
HoistedLocals
.Equals (other.
HoistedLocals
);
50
HoistedLocals
.Clone (), lattice);
62
var existingValue =
HoistedLocals
.Get (key);
66
HoistedLocals
.Set (key, new Maybe<TValue> (lattice.HoistedLocalLattice.ValueLattice.ValueLattice.Top));
71
var existingValue =
HoistedLocals
.Get (key);
78
HoistedLocals
.Set (key,
85
=> (value =
HoistedLocals
.Get (key).MaybeValue) != null;
111
HoistedLocalLattice.Meet (left.
HoistedLocals
, right.
HoistedLocals
),