5 references to PT_UINTPTR
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
661
fIntPtrOverride2 = atSrcBase.IsPredefType(PredefinedType.PT_INTPTR) || atSrcBase.IsPredefType(PredefinedType.
PT_UINTPTR
);
708
aggPredefType == PredefinedType.
PT_UINTPTR
||
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);
142
new PredefinedTypeInfo(PredefinedType.
PT_UINTPTR
, typeof(UIntPtr), "System.UIntPtr", FUNDTYPE.FT_STRUCT),