12 references to FT_I1
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
489
case FUNDTYPE.
FT_I1
:
1188
case FUNDTYPE.
FT_I1
:
1392
case FUNDTYPE.
FT_I1
:
1438
case FUNDTYPE.
FT_I1
:
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (3)
1445
case FUNDTYPE.
FT_I1
:
1498
case FUNDTYPE.
FT_I1
:
1538
case FUNDTYPE.
FT_I1
:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
1660
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)
136
new PredefinedTypeInfo(PredefinedType.PT_BOOL, typeof(bool), "System.Boolean", FUNDTYPE.
FT_I1
),
137
new PredefinedTypeInfo(PredefinedType.PT_SBYTE, typeof(sbyte), "System.SByte", FUNDTYPE.
FT_I1
),