5 references to Inheritance
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\BaseTypeAnalysis.vb (5)
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))
237
Return chain.Prepend(New DependencyDesc(DependencyKind.
Inheritance
, current))
247
Return chain.Prepend(New DependencyDesc(DependencyKind.
Inheritance
, current))