2 references to MultiValueLattice
ILLink.RoslynAnalyzer (2)
TrimAnalysis\ArrayValue.cs (2)
16
MultiValue result =
MultiValueLattice
.Top;
18
result =
MultiValueLattice
.Meet (result, new MultiValue (new ArrayValue (sizeValue)));