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