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