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