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