Base:
property
IsClassType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsClassType
6 references to IsClassType
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (4)
1136
if (!pDest.
IsClassType
)
1192
if (pSource is AggregateType sourceAts && (sourceAts.IsStructType || sourceAts.
IsClassType
|| sourceAts.IsInterfaceType))
1459
if (!pSource.
IsClassType
|| !pDest.IsClassType)
1499
if (pDest is AggregateType destAts && (destAts.IsStructType || destAts.
IsClassType
|| destAts.IsInterfaceType))
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2434
if (type is AggregateType ats && (ats.
IsClassType
|| ats.IsStructType) && !ats.OwningAggregate.IsSkipUDOps())
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
67
if (!(pBase is AggregateType atsBase && atsBase.
IsClassType
))