4 references to PT_SHORT
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (3)
62
case PredefinedType.
PT_SHORT
:
82
PredefinedType.
PT_SHORT
=> "short",
129
new PredefinedTypeInfo(PredefinedType.
PT_SHORT
, typeof(short), "System.Int16", FUNDTYPE.FT_I2),
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1522
cvType = SymbolLoader.GetPredefindType(PredefinedType.
PT_SHORT
);