10 instantiations of UIntPtr
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
PresentationCore (1)
System.Formats.Nrbf (2)
System.Private.CoreLib (1)
UIAutomationClientSideProviders (3)
321 references to UIntPtr
GenerateDocumentationAndConfigFiles (4)
Metrics (4)
Metrics.Legacy (4)
Microsoft.AspNetCore.Server.HttpSys (4)
Microsoft.AspNetCore.Server.IIS (1)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (6)
Microsoft.AspNetCore.Shared.Tests (2)
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.Formats.Nrbf (2)
System.IO.MemoryMappedFiles (4)
System.Net.Ping (1)
System.Net.Sockets (7)
System.Private.CoreLib (89)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (16)
22internal static UIntPtr MaxSP
26return (UIntPtr)(void*)(-1);
257UIntPtr sp, ref ExInfo exInfo,
465internal UIntPtr FP;
502_notifyDebuggerSP = UIntPtr.Zero;
515_notifyDebuggerSP = UIntPtr.Zero;
551internal volatile UIntPtr _notifyDebuggerSP;
557internal volatile UIntPtr _handlingFrameSP;
738UIntPtr handlingFrameSP = MaxSP;
748UIntPtr prevFramePtr = UIntPtr.Zero;
941private static void DebugScanCallFrame(int passNumber, byte* ip, UIntPtr sp)
947private static void DebugVerifyHandlingFrame(UIntPtr handlingFrameSP)
970private static void UpdateStackTrace(object exceptionObj, UIntPtr curFramePtr, IntPtr ip, UIntPtr sp,
971ref bool isFirstRethrowFrame, ref UIntPtr prevFramePtr, ref bool isFirstFrame, ref ExInfo exInfo)
System.Private.Windows.Core (23)
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 (15)
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)