132 references to System_UIntPtr
ConfigurationSchemaGenerator (1)
Microsoft.CodeAnalysis (22)
SpecialMembers.cs (12)
1003(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
1007(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
1011(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
1015(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
1019(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
1023(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
1027(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
1030(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
1035(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
1038(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
1043(byte)SpecialType.System_UIntPtr, // DeclaringTypeId
1046(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UIntPtr,
Microsoft.CodeAnalysis.CodeStyle (8)
Microsoft.CodeAnalysis.CSharp (57)
Binder\DecisionDagBuilder.cs (10)
1572case (SpecialType.System_IntPtr, SpecialType.System_UIntPtr):
1573case (SpecialType.System_UIntPtr, SpecialType.System_IntPtr):
1579case (SpecialType.System_Int32, SpecialType.System_UIntPtr):
1581case (SpecialType.System_UInt32, SpecialType.System_UIntPtr):
1584case (SpecialType.System_UIntPtr, SpecialType.System_Int32):
1585case (SpecialType.System_UIntPtr, SpecialType.System_UInt32):
1591case (SpecialType.System_Int64, SpecialType.System_UIntPtr):
1593case (SpecialType.System_UInt64, SpecialType.System_UIntPtr):
1596case (SpecialType.System_UIntPtr, SpecialType.System_Int64):
1597case (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);
4842type.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)
Microsoft.Interop.SourceGeneration (3)