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