Base:
method
IsPredefType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsPredefType(Microsoft.CSharp.RuntimeBinder.Syntax.PredefinedType)
10 references to IsPredefType
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
688fIntPtrOverride2 = atSrcBase.IsPredefType(PredefinedType.PT_INTPTR) || atSrcBase.IsPredefType(PredefinedType.PT_UINTPTR);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
500Debug.Assert(aggTypeDest.IsPredefType(PredefinedType.PT_DECIMAL));
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
569Debug.Assert(typeCls2 != null && typeCls2.IsPredefType(PredefinedType.PT_OBJECT));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2080Debug.Assert(!typeDst.IsPredefType(PredefinedType.PT_BOOL));
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (3)
242if (aggDest.IsPredefType(PredefinedType.PT_MULTIDEL) 243|| aggDest.IsPredefType(PredefinedType.PT_DELEGATE) || IsBaseInterface( 271if (aggDest.IsPredefType(PredefinedType.PT_ARRAY)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (2)
368if (IsPredefType(PredefinedType.PT_INTPTR) || IsPredefType(PredefinedType.PT_UINTPTR))