6 instantiations of DependencyDesc
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\BaseTypeAnalysis.vb (6)
51
Dim dependency As ConsList(Of DependencyDesc) = ConsList(Of DependencyDesc).Empty.Prepend(New
DependencyDesc
(DependencyKind.Inheritance, this))
75
dependency = dependency.Prepend(New
DependencyDesc
(If(hasContainment, DependencyKind.Containment, DependencyKind.Inheritance), head))
108
dependency = dependency.Prepend(New
DependencyDesc
(DependencyKind.Inheritance, this))
223
Return chain.Prepend(New
DependencyDesc
(DependencyKind.Containment, current))
237
Return chain.Prepend(New
DependencyDesc
(DependencyKind.Inheritance, current))
247
Return chain.Prepend(New
DependencyDesc
(DependencyKind.Inheritance, current))
9 references to DependencyDesc
Microsoft.CodeAnalysis.VisualBasic (9)
Symbols\BaseTypeAnalysis.vb (9)
51
Dim dependency As ConsList(Of
DependencyDesc
) = ConsList(Of
DependencyDesc
).Empty.Prepend(New DependencyDesc(DependencyKind.Inheritance, this))
143
Private Function GetInheritanceDetails(chain As ConsList(Of
DependencyDesc
)) As DiagnosticInfo
147
Private Function GetBaseTypeReferenceDetails(chain As ConsList(Of
DependencyDesc
)) As DiagnosticInfo
151
Private Function GetInheritanceOrDependenceDetails(chain As ConsList(Of
DependencyDesc
), inheritsOrDepends As ERRID) As DiagnosticInfo
154
Dim dependent As
DependencyDesc
= chain.Head
192
current As TypeSymbol) As ConsList(Of
DependencyDesc
)
204
Return ConsList(Of
DependencyDesc
).Empty
218
Dim chain As ConsList(Of
DependencyDesc
) = Nothing