2 writes to Methods
ILLink.RoslynAnalyzer (2)
DataFlow\InterproceduralState.cs (2)
34Methods = methods; 57Methods = 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(), 54Debug.Assert(!Methods.IsUnknown()); 55var methodsList = new List<MethodBodyValue>(Methods.GetKnownValues()); 110MethodLattice.Meet(left.Methods, right.Methods),
DataFlow\LocalDataFlowAnalysis.cs (2)
91Debug.Assert(!oldInterproceduralState.Methods.IsUnknown()); 92foreach (var method in oldInterproceduralState.Methods.GetKnownValues())