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)
661fIntPtrOverride2 = atSrcBase.IsPredefType(PredefinedType.PT_INTPTR) || atSrcBase.IsPredefType(PredefinedType.PT_UINTPTR);
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
499Debug.Assert(aggTypeDest.IsPredefType(PredefinedType.PT_DECIMAL));
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
568Debug.Assert(typeCls2 != null && typeCls2.IsPredefType(PredefinedType.PT_OBJECT));
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2031Debug.Assert(!typeDst.IsPredefType(PredefinedType.PT_BOOL));
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (3)
233if (aggDest.IsPredefType(PredefinedType.PT_MULTIDEL) 234|| aggDest.IsPredefType(PredefinedType.PT_DELEGATE) || IsBaseInterface( 262if (aggDest.IsPredefType(PredefinedType.PT_ARRAY)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (2)
368if (IsPredefType(PredefinedType.PT_INTPTR) || IsPredefType(PredefinedType.PT_UINTPTR))