8 references to SK_TypeParameterSymbol
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
56case SYMKIND.SK_TypeParameterSymbol: 365case 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)
27case SYMKIND.SK_TypeParameterSymbol: 142TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.SK_TypeParameterSymbol, pName, pParent); 154TypeParameterSymbol pResult = (TypeParameterSymbol)NewBasicSymbol(SYMKIND.SK_TypeParameterSymbol, pName, pParent);