4 references to IsStruct
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
587
if (pSource.OwningAggregate.
IsStruct
() && _typeDest.FundamentalType == FUNDTYPE.FT_REF)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (3)
282
return agg.
IsStruct
() || agg.IsEnum();
286
public override bool IsStructType => OwningAggregate.
IsStruct
();
354
else if (!sym.
IsStruct
())