4 writes to DependedOnBy
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\ConstantEvaluationHelpers.cs (4)
124node.DependedOnBy = ImmutableHashSet<SourceFieldSymbolWithSyntaxReference>.Empty; 144node.DependedOnBy = ImmutableHashSet<SourceFieldSymbolWithSyntaxReference>.Empty; 147node.DependedOnBy = node.DependedOnBy.Add(field); 231n.DependedOnBy = n.DependedOnBy.Remove(field);
8 references to DependedOnBy
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\ConstantEvaluationHelpers.cs (8)
147node.DependedOnBy = node.DependedOnBy.Add(field); 194foreach (var dependedOnBy in node.DependedOnBy) 231n.DependedOnBy = n.DependedOnBy.Remove(field); 240foreach (var dependedOnBy in node.DependedOnBy) 340Debug.Assert(node.DependedOnBy != null); 347Debug.Assert(n.DependedOnBy.Contains(field)); 350foreach (var dependedOnBy in node.DependedOnBy) 365Debug.Assert(graph.Values.Sum(n => n.DependedOnBy.Count) == graph.Values.Sum(n => n.Dependencies.Count));