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