8 references to SK_TypeParameterSymbol
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
57case SYMKIND.SK_TypeParameterSymbol: 376case SYMKIND.SK_TypeParameterSymbol:
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\Symbol.cs (2)
161case SYMKIND.SK_TypeParameterSymbol: 185case SYMKIND.SK_TypeParameterSymbol:
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolMask.cs (1)
13MASK_TypeParameterSymbol = 1 << SYMKIND.SK_TypeParameterSymbol,
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (3)
29case SYMKIND.SK_TypeParameterSymbol: 152TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.SK_TypeParameterSymbol, pName, pParent); 165TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.SK_TypeParameterSymbol, pName, pParent);