Base:
property
IsClassType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsClassType
6 references to IsClassType
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (4)
1135
if (!pDest.
IsClassType
)
1191
if (pSource is AggregateType sourceAts && (sourceAts.IsStructType || sourceAts.
IsClassType
|| sourceAts.IsInterfaceType))
1458
if (!pSource.
IsClassType
|| !pDest.IsClassType)
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())
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
62
if (!(pBase is AggregateType atsBase && atsBase.
IsClassType
))