4 writes to s_shouldStopService
Aspire.Hosting.Foundry (4)
FoundryLocalService.cs (4)
200s_shouldStopService = false; 224s_shouldStopService = true; 238s_shouldStopService = true; 256s_shouldStopService = false;
2 references to s_shouldStopService
Aspire.Hosting.Foundry (2)
FoundryLocalService.cs (2)
169if (!s_shouldStopService && Endpoint is null && process is null) 247if (s_shouldStopService)