4 references to PT_USHORT
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (3)
69
case PredefinedType.
PT_USHORT
:
91
PredefinedType.
PT_USHORT
=> "ushort",
138
new PredefinedTypeInfo(PredefinedType.
PT_USHORT
, typeof(ushort), "System.UInt16", FUNDTYPE.FT_U2),
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1562
cvType = SymbolLoader.GetPredefindType(PredefinedType.
PT_USHORT
);