2 instantiations of DependencyInfo
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceFieldSymbol.vb (2)
322node = New DependencyInfo() 340node = New DependencyInfo()
11 references to DependencyInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceFieldSymbol.vb (11)
267Dim graph = PooledDictionary(Of SourceFieldSymbol, DependencyInfo).GetInstance() 307Private Sub CreateGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo)) 315Dim node As DependencyInfo = Nothing 394Private Shared Sub CheckGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo)) 401Dim node As DependencyInfo = pair.Value 407Dim n As DependencyInfo = Nothing 414Dim n As DependencyInfo = Nothing 429Private Shared Sub OrderGraph(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), order As ArrayBuilder(Of FieldInfo)) 440Dim node As DependencyInfo = Nothing 523graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), 545Private Shared Function IsPartOfCycle(graph As Dictionary(Of SourceFieldSymbol, DependencyInfo), field As SourceFieldSymbol) As Boolean