13 instantiations of UIntPtr
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization.Tests (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes.Tests (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
PresentationCore (1)
System.Formats.Nrbf (2)
System.Private.CoreLib (2)
UIAutomationClientSideProviders (3)
330 references to UIntPtr
Aspire.Hosting.Browsers (12)
Aspire.Hosting.Browsers.Tests (12)
GenerateDocumentationAndConfigFiles (4)
ILCompiler.Diagnostics (6)
Microsoft.AspNetCore.Server.HttpSys (5)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.Build (4)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Extensions.Package (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CSharp (2)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
Microsoft.ML.Vision (8)
ImageClassificationTrainer.cs (8)
1518public UIntPtr length;
1519public UIntPtr capacity;
1528private static extern unsafe void TF_StringCopy(TF_TString* dst, byte* src, UIntPtr size);
1537public delegate void TF_Deallocator(IntPtr data, UIntPtr length, IntPtr arg);
1540public static void Deallocator(IntPtr data, UIntPtr length, IntPtr arg)
1562TF_StringCopy(tstring, src, (UIntPtr)data.Length);
1572(UIntPtr)sizeOfTString,
1584IntPtr data, UIntPtr len,
Microsoft.Private.Windows.Core (26)
Mono.Cecil (1)
mscorlib (1)
netstandard (1)
PresentationCore (1)
Roslyn.Diagnostics.Analyzers (4)
Roslyn.Diagnostics.CSharp.Analyzers (1)
System.Diagnostics.PerformanceCounter (7)
System.Drawing.Common (1)
System.Formats.Nrbf (2)
System.IO.MemoryMappedFiles (4)
System.Net.Ping (1)
System.Net.Sockets (7)
System.Private.CoreLib (98)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (16)
22internal static UIntPtr MaxSP
26return (UIntPtr)(void*)(-1);
259UIntPtr sp, ref ExInfo exInfo,
507_notifyDebuggerSP = UIntPtr.Zero;
520_notifyDebuggerSP = UIntPtr.Zero;
556internal volatile UIntPtr _notifyDebuggerSP;
767UIntPtr handlingFrameSP = MaxSP;
777UIntPtr prevFramePtr = UIntPtr.Zero;
970private static void DebugScanCallFrame(int passNumber, byte* ip, UIntPtr sp)
976private static void DebugVerifyHandlingFrame(UIntPtr handlingFrameSP)
980Debug.Assert(((UIntPtr*)handlingFrameSP) > &handlingFrameSP,
1001private static void UpdateStackTrace(object exceptionObj, UIntPtr curFramePtr, IntPtr ip, UIntPtr sp,
1002ref bool isFirstRethrowFrame, ref UIntPtr prevFramePtr, ref bool isFirstFrame, ref ExInfo exInfo)
1011if ((prevFramePtr == UIntPtr.Zero) || (curFramePtr != prevFramePtr))
System.Private.Reflection.Execution (4)
System.Private.TypeLoader (3)
System.Private.Windows.Core (24)
System.Reflection.Metadata (2)
System.Runtime (1)
System.Runtime.Numerics (4)
System.Text.Json (1)
System.Text.Json.SourceGeneration (1)
System.Windows.Forms (9)
System.Windows.Forms.Primitives (17)
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\Misc.cs (5)
607VirtualFree(memAddr, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
1742internal static IntPtr VirtualAlloc(IntPtr address, UIntPtr size, int allocationType, int protect)
1755internal static IntPtr VirtualAllocEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address, UIntPtr size, int allocationType, int protect)
1768internal static bool VirtualFree(IntPtr address, UIntPtr size, int freeType)
1781internal static bool VirtualFreeEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address, UIntPtr size, int freeType)
MS\Win32\UnsafeNativeMethods.cs (4)
46internal static extern IntPtr VirtualAlloc(IntPtr address, UIntPtr size, int allocationType, int protect);
48internal static extern IntPtr VirtualAllocEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address, UIntPtr size, int allocationType, int protect);
50internal static extern bool VirtualFree(IntPtr address, UIntPtr size, int freeType);
52internal static extern bool VirtualFreeEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address, UIntPtr size, int freeType);