261 references to System_UIntPtr
ConfigurationSchemaGenerator (1)
GenerateDocumentationAndConfigFiles (8)
Metrics (9)
Metrics.Legacy (9)
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.Analyzers (9)
Microsoft.CodeAnalysis.AnalyzerUtilities (9)
Microsoft.CodeAnalysis.BannedApiAnalyzers (9)
Microsoft.CodeAnalysis.CodeStyle (8)
Microsoft.CodeAnalysis.CSharp (72)
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)
227Assert.Equal(signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr, type.SpecialType);
242Assert.Equal(signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr, type.SpecialType);
550var specialType = signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr;
747var specialType = signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr;
761var specialType = signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr;
1545verifyInterfaces(comp, (NamedTypeSymbol)comp.GetMember<MethodSymbol>("I.F2").ReturnType, SpecialType.System_UIntPtr, includesIEquatable);
1666VerifyErrorType(comp.CreateNativeIntegerTypeSymbol(signed: false), SpecialType.System_UIntPtr, isNativeInt: true);
1668VerifyErrorType(((Compilation)comp).CreateNativeIntegerTypeSymbol(signed: false), SpecialType.System_UIntPtr, isNativeInt: true);
3650Assert.Equal(SpecialType.System_UIntPtr, underlyingType1.SpecialType);
3726Assert.Equal(SpecialType.System_UIntPtr, underlyingType1.SpecialType);
3760Assert.Equal(SpecialType.System_UIntPtr, underlyingType1.SpecialType);
4847type.SpecialType == (signed ? SpecialType.System_IntPtr : SpecialType.System_UIntPtr);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Microsoft.CodeAnalysis.Extensions.Package (8)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (9)
Microsoft.CodeAnalysis.PublicApiAnalyzers (9)
Microsoft.CodeAnalysis.ResxSourceGenerator (9)
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)
Roslyn.Diagnostics.Analyzers (9)
Test.Utilities (8)
Text.Analyzers (9)