4 writes to DependedOnBy
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Source\SourceFieldSymbol.vb (4)
304node.DependedOnBy = ImmutableHashSet(Of SourceFieldSymbol).Empty 322node.DependedOnBy = ImmutableHashSet(Of SourceFieldSymbol).Empty 325node.DependedOnBy = node.DependedOnBy.Add(field) 470n.DependedOnBy = n.DependedOnBy.Remove(field)
8 references to DependedOnBy
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceFieldSymbol.vb (8)
325node.DependedOnBy = node.DependedOnBy.Add(field) 385Debug.Assert(node.DependedOnBy IsNot Nothing) 391Debug.Assert(n.DependedOnBy.Contains(field)) 394For Each dependedOnBy As SourceFieldSymbol In node.DependedOnBy 407Debug.Assert(graph.Values.Sum(Function(n) n.DependedOnBy.Count) = graph.Values.Sum(Function(n) n.Dependencies.Count)) 438For Each dependedOnBy In node.DependedOnBy 470n.DependedOnBy = n.DependedOnBy.Remove(field) 479For Each dependedOnBy In node.DependedOnBy