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