2 instantiations of DependencyInfo
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
303node = New DependencyInfo() 321node = New DependencyInfo()
11 references to DependencyInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceFieldSymbol.vb (11)
248Dim graph = PooledDictionary(Of SourceFieldSymbol, DependencyInfo).GetInstance() 288Private Sub CreateGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo)) 296Dim node As DependencyInfo = Nothing 375Private Shared Sub CheckGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo)) 382Dim node As DependencyInfo = pair.Value 388Dim n As DependencyInfo = Nothing 395Dim n As DependencyInfo = Nothing 410Private Shared Sub OrderGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), order As ArrayBuilder(Of FieldInfo)) 421Dim node As DependencyInfo = Nothing 504graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), 526Private Shared Function IsPartOfCycle(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), field As SourceFieldSymbol) As Boolean