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