5 references to PT_INTPTR
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
661
fIntPtrOverride2 = atSrcBase.IsPredefType(PredefinedType.
PT_INTPTR
) || atSrcBase.IsPredefType(PredefinedType.PT_UINTPTR);
707
(aggPredefType == PredefinedType.
PT_INTPTR
||
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
368
if (IsPredefType(PredefinedType.
PT_INTPTR
) || IsPredefType(PredefinedType.PT_UINTPTR))
Microsoft\CSharp\RuntimeBinder\Semantics\Types\PredefinedTypes.cs (2)
29
sym.SetSkipUDOps(pt <= PredefinedType.PT_ENUM && pt != PredefinedType.
PT_INTPTR
&& pt != PredefinedType.PT_UINTPTR && pt != PredefinedType.PT_TYPE);
141
new PredefinedTypeInfo(PredefinedType.
PT_INTPTR
, typeof(IntPtr), "System.IntPtr", FUNDTYPE.FT_STRUCT),