12 references to FT_STRUCT
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (3)
460
if (exprType == FUNDTYPE.
FT_STRUCT
)
1127
if (ftSrc == FUNDTYPE.
FT_STRUCT
|| ftDest == FUNDTYPE.
FT_STRUCT
)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
123
case FUNDTYPE.
FT_STRUCT
:
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (2)
360
return sym.IsPredefined() ? PredefinedTypeFacts.GetFundType(sym.GetPredefType()) : FUNDTYPE.
FT_STRUCT
;
379
case FUNDTYPE.
FT_STRUCT
:
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
56
public override FUNDTYPE FundamentalType => FUNDTYPE.
FT_STRUCT
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (5)
134
new PredefinedTypeInfo(PredefinedType.PT_DECIMAL, typeof(decimal), "System.Decimal", FUNDTYPE.
FT_STRUCT
),
141
new PredefinedTypeInfo(PredefinedType.PT_INTPTR, typeof(IntPtr), "System.IntPtr", FUNDTYPE.
FT_STRUCT
),
142
new PredefinedTypeInfo(PredefinedType.PT_UINTPTR, typeof(UIntPtr), "System.UIntPtr", FUNDTYPE.
FT_STRUCT
),
151
new PredefinedTypeInfo(PredefinedType.PT_DATETIME, typeof(DateTime), "System.DateTime", FUNDTYPE.
FT_STRUCT
),
154
new PredefinedTypeInfo(PredefinedType.PT_G_OPTIONAL, typeof(Nullable<>), "System.Nullable`1", FUNDTYPE.
FT_STRUCT
),