3 references to ToUInt64
Aspire.Hosting.Browsers (1)
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
80var attributeList = Marshal.AllocHGlobal((nint)attributeListSize.ToUInt64());
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
80var attributeList = Marshal.AllocHGlobal((nint)attributeListSize.ToUInt64());
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsContainerResourceQuotaProvider.cs (1)
82var memoryLimitInBytes = jobHandle.GetExtendedLimitInfo().JobMemoryLimit.ToUInt64();