Base:
property
IsClassType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsClassType
6 references to IsClassType
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (4)
1135if (!pDest.IsClassType) 1191if (pSource is AggregateType sourceAts && (sourceAts.IsStructType || sourceAts.IsClassType || sourceAts.IsInterfaceType)) 1458if (!pSource.IsClassType || !pDest.IsClassType) 1498if (pDest is AggregateType destAts && (destAts.IsStructType || destAts.IsClassType || destAts.IsInterfaceType))
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2377if (type is AggregateType ats && (ats.IsClassType || ats.IsStructType) && !ats.OwningAggregate.IsSkipUDOps())
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
62if (!(pBase is AggregateType atsBase && atsBase.IsClassType))