8 references to SK_TypeParameterSymbol
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
56
case SYMKIND.
SK_TypeParameterSymbol
:
365
case SYMKIND.
SK_TypeParameterSymbol
:
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\Symbol.cs (2)
161
case SYMKIND.
SK_TypeParameterSymbol
:
185
case SYMKIND.
SK_TypeParameterSymbol
:
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolMask.cs (1)
13
MASK_TypeParameterSymbol = 1 << SYMKIND.
SK_TypeParameterSymbol
,
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (3)
27
case SYMKIND.
SK_TypeParameterSymbol
:
142
TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.
SK_TypeParameterSymbol
, pName, pParent);
154
TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.
SK_TypeParameterSymbol
, pName, pParent);