6 references to 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))