9 instantiations of UIntPtr
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
PresentationCore (1)
System.Formats.Nrbf (2)
System.Private.CoreLib (1)
UIAutomationClientSideProviders (3)
239 references to UIntPtr
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (6)
Microsoft.Build.Framework (7)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.Collections.Package (4)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (3)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Microsoft.CodeAnalysis.InteractiveHost (4)
Microsoft.CodeAnalysis.Threading.Package (4)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
Microsoft.CSharp (1)
Microsoft.DotNet.XUnitAssert.Tests (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
MSBuildTaskHost (3)
mscorlib (1)
netstandard (1)
PresentationCore (1)
System.Formats.Nrbf (2)
System.IO.MemoryMappedFiles (4)
System.Net.Ping (1)
System.Net.Sockets (7)
System.Private.CoreLib (99)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (17)
22internal static UIntPtr MaxSP
26return (UIntPtr)(void*)(-1);
257UIntPtr sp, ref ExInfo exInfo,
466internal UIntPtr FP;
503_notifyDebuggerSP = UIntPtr.Zero;
516_notifyDebuggerSP = UIntPtr.Zero;
552internal volatile UIntPtr _notifyDebuggerSP;
669public static void RhUnwindAndIntercept(ref ExInfo exInfo, UIntPtr interceptStackFrameSP)
759UIntPtr handlingFrameSP = MaxSP;
769UIntPtr prevFramePtr = UIntPtr.Zero;
958private static void DebugScanCallFrame(int passNumber, byte* ip, UIntPtr sp)
964private static void DebugVerifyHandlingFrame(UIntPtr handlingFrameSP)
967Debug.Assert(((UIntPtr*)handlingFrameSP) > &handlingFrameSP,
985private static void UpdateStackTrace(object exceptionObj, UIntPtr curFramePtr, IntPtr ip, UIntPtr sp,
986ref bool isFirstRethrowFrame, ref UIntPtr prevFramePtr, ref bool isFirstFrame, ref ExInfo exInfo)
System.Private.Windows.Core (2)
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.Interop.Tests (1)
System.Windows.Forms.Primitives (4)
System.Windows.Forms.Tests (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);
xunit.assert (1)