5 references to GetCurrentBootId
Aspire.Hosting (2)
Lifecycle\TerminalHostOrphanCleanupService.cs (1)
238var currentBootId = GetCurrentBootId();
TerminalResourceBuilderExtensions.cs (1)
209var appHostBootId = TerminalHostOrphanCleanupService.GetCurrentBootId();
Aspire.Hosting.Tests (3)
WithTerminalTests.cs (3)
445TerminalHostOrphanCleanupService.GetCurrentBootId(), 905var currentBootId = TerminalHostOrphanCleanupService.GetCurrentBootId(); 1031? appHostBootId ?? TerminalHostOrphanCleanupService.GetCurrentBootId()