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