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