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