2 instantiations of DependencyInfo
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
323node = New DependencyInfo() 341node = New DependencyInfo()
11 references to DependencyInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceFieldSymbol.vb (11)
268Dim graph = PooledDictionary(Of SourceFieldSymbol, DependencyInfo).GetInstance() 308Private Sub CreateGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo)) 316Dim node As DependencyInfo = Nothing 395Private Shared Sub CheckGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo)) 402Dim node As DependencyInfo = pair.Value 408Dim n As DependencyInfo = Nothing 415Dim n As DependencyInfo = Nothing 430Private Shared Sub OrderGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), order As ArrayBuilder(Of FieldInfo)) 441Dim node As DependencyInfo = Nothing 524graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), 546Private Shared Function IsPartOfCycle(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), field As SourceFieldSymbol) As Boolean