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