2 writes to Methods
ILLink.RoslynAnalyzer (2)
DataFlow\InterproceduralState.cs (2)
34
Methods
= methods;
57
Methods
= new ValueSet<MethodBodyValue>(methodsList);
9 references to Methods
ILLink.RoslynAnalyzer (9)
DataFlow\InterproceduralState.cs (7)
40
=>
Methods
.Equals(other.
Methods
) && HoistedLocals.Equals(other.HoistedLocals);
49
=> new(
Methods
.DeepCopy(),
54
Debug.Assert(!
Methods
.IsUnknown());
55
var methodsList = new List<MethodBodyValue>(
Methods
.GetKnownValues());
110
MethodLattice.Meet(left.
Methods
, right.
Methods
),
DataFlow\LocalDataFlowAnalysis.cs (2)
91
Debug.Assert(!oldInterproceduralState.
Methods
.IsUnknown());
92
foreach (var method in oldInterproceduralState.
Methods
.GetKnownValues())