2 references to TypeParameterKind
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (2)
Symbols\SimpleTypeParameterSymbol.vb (2)
25
Debug.Assert(Me.
TypeParameterKind
= If(TypeOf Me.ContainingSymbol Is MethodSymbol, TypeParameterKind.Method,
28
$"Container is {Me.ContainingSymbol?.Kind}, TypeParameterKind is {Me.
TypeParameterKind
}")