Base:
property
TypeParameterKind
Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeParameterSymbol.TypeParameterKind
7 references to TypeParameterKind
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\SynthesizedSymbols\SynthesizedClonedTypeParameterSymbol.vb (7)
49
Debug.Assert(Me.
TypeParameterKind
= If(TypeOf Me.ContainingSymbol Is MethodSymbol,
TypeParameterKind
.Method,
50
If(TypeOf Me.ContainingSymbol Is NamedTypeSymbol,
TypeParameterKind
.Type,
51
TypeParameterKind
.Cref)),
52
$"Container is {Me.ContainingSymbol?.Kind}, TypeParameterKind is {Me.
TypeParameterKind
}")
58
TypeParameterKind
.Method,
59
TypeParameterKind
.Type)