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