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