5 references to GetCurrentBootId
Aspire.Hosting (2)
Lifecycle\TerminalHostOrphanCleanupService.cs (1)
238var currentBootId = GetCurrentBootId();
TerminalResourceBuilderExtensions.cs (1)
214var appHostBootId = TerminalHostOrphanCleanupService.GetCurrentBootId();
Aspire.Hosting.Tests (3)
WithTerminalTests.cs (3)
396TerminalHostOrphanCleanupService.GetCurrentBootId(), 856var currentBootId = TerminalHostOrphanCleanupService.GetCurrentBootId(); 982? appHostBootId ?? TerminalHostOrphanCleanupService.GetCurrentBootId()