Base:
property
TypeParameterKind
Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeParameterSymbol.TypeParameterKind
5 references to TypeParameterKind
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Wrapped\WrappedTypeParameterSymbol.vb (5)
98
Debug.Assert(Me.
TypeParameterKind
= If(TypeOf Me.ContainingSymbol Is MethodSymbol,
TypeParameterKind
.Method,
99
If(TypeOf Me.ContainingSymbol Is NamedTypeSymbol,
TypeParameterKind
.Type,
100
TypeParameterKind
.Cref)),
101
$"Container is {Me.ContainingSymbol?.Kind}, TypeParameterKind is {Me.
TypeParameterKind
}")