9 instantiations of UIntPtr
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
PresentationCore (1)
System.Formats.Nrbf (2)
System.Private.CoreLib (1)
UIAutomationClientSideProviders (3)
279 references to UIntPtr
GenerateDocumentationAndConfigFiles (4)
Metrics (4)
Metrics.Legacy (4)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (6)
Microsoft.Build.Framework (3)
Microsoft.CodeAnalysis (8)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
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.Extensions.Package (4)
Microsoft.CodeAnalysis.InteractiveHost (4)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (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)
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,
mscorlib (1)
netstandard (1)
PresentationCore (1)
Roslyn.Diagnostics.Analyzers (4)
Roslyn.Diagnostics.CSharp.Analyzers (1)
System.Collections.Concurrent (1)
System.Formats.Nrbf (2)
System.IO.MemoryMappedFiles (4)
System.Net.Ping (1)
System.Net.Sockets (7)
System.Private.CoreLib (84)
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;
677public static void RhUnwindAndIntercept(ref ExInfo exInfo, UIntPtr interceptStackFrameSP)
774UIntPtr handlingFrameSP = MaxSP;
784UIntPtr prevFramePtr = UIntPtr.Zero;
973private static void DebugScanCallFrame(int passNumber, byte* ip, UIntPtr sp)
979private static void DebugVerifyHandlingFrame(UIntPtr handlingFrameSP)
982Debug.Assert(((UIntPtr*)handlingFrameSP) > &handlingFrameSP,
1000private static void UpdateStackTrace(object exceptionObj, UIntPtr curFramePtr, IntPtr ip, UIntPtr sp,
1001ref 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)
Test.Utilities (4)
Text.Analyzers (4)
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)