11 references to FT_U2
Microsoft.CSharp (11)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
483case FUNDTYPE.FT_U2: 1222case FUNDTYPE.FT_U2: 1398case FUNDTYPE.FT_U2: 1447case FUNDTYPE.FT_U2:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1469case FUNDTYPE.FT_U2: 1518case FUNDTYPE.FT_U2: 1556case FUNDTYPE.FT_U2:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1663case 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)
135new PredefinedTypeInfo(PredefinedType.PT_CHAR, typeof(char), "System.Char", FUNDTYPE.FT_U2), 138new PredefinedTypeInfo(PredefinedType.PT_USHORT, typeof(ushort), "System.UInt16", FUNDTYPE.FT_U2),