142 references to System_UIntPtr
Microsoft.CodeAnalysis (21)
SpecialMembers.cs (12)
914(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
918(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
922(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
926(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
930(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
934(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
938(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
941(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
946(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
949(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
954(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
957(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
Microsoft.CodeAnalysis.CodeStyle (8)
Microsoft.CodeAnalysis.CSharp (72)
Binder\DecisionDagBuilder.cs (10)
1523case (SpecialType.System_IntPtr, SpecialType.System_UIntPtr):
1524case (SpecialType.System_UIntPtr, SpecialType.System_IntPtr):
1530case (SpecialType.System_Int32, SpecialType.System_UIntPtr):
1532case (SpecialType.System_UInt32, SpecialType.System_UIntPtr):
1535case (SpecialType.System_UIntPtr, SpecialType.System_Int32):
1536case (SpecialType.System_UIntPtr, SpecialType.System_UInt32):
1542case (SpecialType.System_Int64, SpecialType.System_UIntPtr):
1544case (SpecialType.System_UInt64, SpecialType.System_UIntPtr):
1547case (SpecialType.System_UIntPtr, SpecialType.System_Int64):
1548case (SpecialType.System_UIntPtr, SpecialType.System_UInt64):
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (13)
Semantics\NativeIntegerTests.cs (12)
222Assert.Equal(signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr, type.SpecialType);
237Assert.Equal(signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr, type.SpecialType);
545var specialType = signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr;
742var specialType = signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr;
756var specialType = signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr;
1540verifyInterfaces(comp, (NamedTypeSymbol)comp.GetMember<MethodSymbol>("I.F2").ReturnType, SpecialType.System_UIntPtr, includesIEquatable);
1661VerifyErrorType(comp.CreateNativeIntegerTypeSymbol(signed: false), SpecialType.System_UIntPtr, isNativeInt: true);
1663VerifyErrorType(((Compilation)comp).CreateNativeIntegerTypeSymbol(signed: false), SpecialType.System_UIntPtr, isNativeInt: true);
3645Assert.Equal(SpecialType.System_UIntPtr, underlyingType1.SpecialType);
3721Assert.Equal(SpecialType.System_UIntPtr, underlyingType1.SpecialType);
3755Assert.Equal(SpecialType.System_UIntPtr, underlyingType1.SpecialType);
4816type.SpecialType == (signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic (6)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (8)