Base:
property
IsStructType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsStructType
3 references to IsStructType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1191
if (pSource is AggregateType sourceAts && (sourceAts.
IsStructType
|| sourceAts.IsClassType || sourceAts.IsInterfaceType))
1498
if (pDest is AggregateType destAts && (destAts.
IsStructType
|| destAts.IsClassType || destAts.IsInterfaceType))
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2377
if (type is AggregateType ats && (ats.IsClassType || ats.
IsStructType
) && !ats.OwningAggregate.IsSkipUDOps())