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