8 references to SK_TypeParameterSymbol
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
57
case SYMKIND.
SK_TypeParameterSymbol
:
376
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)
29
case SYMKIND.
SK_TypeParameterSymbol
:
152
TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.
SK_TypeParameterSymbol
, pName, pParent);
165
TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.
SK_TypeParameterSymbol
, pName, pParent);