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