18 references to Zero
Aspire.Hosting.Browsers (1)
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
75var attributeListSize = UIntPtr.Zero;
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
75var attributeListSize = UIntPtr.Zero;
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
128if (_pdbMod != UIntPtr.Zero)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\PinnedBlockMemoryPoolFactory.cs (1)
31_pools.TryAdd(pool, nuint.Zero);
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\SharedPerformanceCounter.cs (2)
1751_fileViewAddress = Interop.Kernel32.MapViewOfFile(_fileMappingHandle, Interop.Kernel32.FileMapOptions.FILE_MAP_WRITE, 0, 0, UIntPtr.Zero); 1757if (Interop.Kernel32.VirtualQuery(_fileViewAddress, ref meminfo, (UIntPtr)sizeof(Interop.Kernel32.MEMORY_BASIC_INFORMATION)) == UIntPtr.Zero)
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedView.Unix.cs (1)
132if (capacity == UIntPtr.Zero)
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (4)
507_notifyDebuggerSP = UIntPtr.Zero; 520_notifyDebuggerSP = UIntPtr.Zero; 777UIntPtr prevFramePtr = UIntPtr.Zero; 1011if ((prevFramePtr == UIntPtr.Zero) || (curFramePtr != prevFramePtr))
System.Windows.Forms (4)
System\Windows\Forms\Application.ComponentManager.cs (1)
32private UIntPtr _cookieCounter = UIntPtr.Zero;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarButtonAccessibleObject.cs (1)
133mouseInput.Anonymous.mi.dwExtraInfo = UIntPtr.Zero;
System\Windows\Forms\SendKeys\SendKeys.cs (2)
647currentInput[0].Anonymous.ki.dwExtraInfo = UIntPtr.Zero; 649currentInput[1].Anonymous.ki.dwExtraInfo = UIntPtr.Zero;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
144keyboardInput.Anonymous.ki.dwExtraInfo = UIntPtr.Zero;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
54return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
MS\Internal\AutomationProxies\Misc.cs (1)
607VirtualFree(memAddr, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);