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