6 references to UIntPtr
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchBinder.cs (1)
298
return new System.
UIntPtr
(constantValue.UInt32Value);
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Windows\WindowsContainerSnapshotProviderTests.cs (2)
67
_limitInfo.JobMemoryLimit = new
UIntPtr
(2000);
169
_limitInfo.JobMemoryLimit = new
UIntPtr
(0);
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
42
SetHandle(Misc.VirtualAllocEx(_processHandle, IntPtr.Zero, new
UIntPtr
((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE));
MS\Internal\AutomationProxies\Misc.cs (2)
578
memAddr = VirtualAlloc(IntPtr.Zero, new
UIntPtr
(cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE);
581
VirtualAlloc(new IntPtr((byte *)memAddr.ToPointer() + cbSize - pageSize), new
UIntPtr
(pageSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_NOACCESS);