Base:
property
TypeParameterKind
Microsoft.CodeAnalysis.CSharp.Symbols.TypeParameterSymbol.TypeParameterKind
1 override of TypeParameterKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (1)
33
public override TypeParameterKind
TypeParameterKind
=> ContainingSymbol is MethodSymbol ? TypeParameterKind.Method : TypeParameterKind.Type;