11 references to FT_U2
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
498case FUNDTYPE.FT_U2: 1253case FUNDTYPE.FT_U2: 1432case FUNDTYPE.FT_U2: 1481case FUNDTYPE.FT_U2:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1497case FUNDTYPE.FT_U2: 1546case FUNDTYPE.FT_U2: 1584case FUNDTYPE.FT_U2:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1698case FUNDTYPE.FT_U2:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
43|| Type.FundamentalType == FUNDTYPE.FT_U2, "Bad fundType in getI64Value");
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (2)
137new PredefinedTypeInfo(PredefinedType.PT_CHAR, typeof(char), "System.Char", FUNDTYPE.FT_U2), 140new PredefinedTypeInfo(PredefinedType.PT_USHORT, typeof(ushort), "System.UInt16", FUNDTYPE.FT_U2),