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