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