12 references to DependencyKind
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\BaseTypeAnalysis.vb (12)
24
Public ReadOnly kind As
DependencyKind
27
Friend Sub New(kind As
DependencyKind
, dependent As TypeSymbol)
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))
115
If d.kind =
DependencyKind
.Containment Then
159
Case
DependencyKind
.Containment
172
Case
DependencyKind
.Containment
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))