Base:
property
TypeParameterKind
Microsoft.CodeAnalysis.CSharp.Symbols.WrappedTypeParameterSymbol.TypeParameterKind
2 references to TypeParameterKind
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedSubstitutedTypeParameterSymbol.cs (2)
28Debug.Assert(this.TypeParameterKind == (ContainingSymbol is MethodSymbol ? TypeParameterKind.Method : 31$"Container is {ContainingSymbol?.Kind}, TypeParameterKind is {this.TypeParameterKind}");