12 references to FT_I1
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
504
case FUNDTYPE.
FT_I1
:
1219
case FUNDTYPE.
FT_I1
:
1426
case FUNDTYPE.
FT_I1
:
1472
case FUNDTYPE.
FT_I1
:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1473
case FUNDTYPE.
FT_I1
:
1526
case FUNDTYPE.
FT_I1
:
1566
case FUNDTYPE.
FT_I1
:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1695
case FUNDTYPE.
FT_I1
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
41
Type.FundamentalType == FUNDTYPE.
FT_I1
|| Type.FundamentalType == FUNDTYPE.FT_I2
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
403
case FUNDTYPE.
FT_I1
:
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (2)
138
new PredefinedTypeInfo(PredefinedType.PT_BOOL, typeof(bool), "System.Boolean", FUNDTYPE.
FT_I1
),
139
new PredefinedTypeInfo(PredefinedType.PT_SBYTE, typeof(sbyte), "System.SByte", FUNDTYPE.
FT_I1
),