3 writes to Endpoint
Aspire.Hosting.Foundry (3)
FoundryLocalService.cs (3)
199Endpoint = null; 243Endpoint = await endpointSource.Task.ConfigureAwait(false); 335Endpoint = await endpointSource.Task.ConfigureAwait(false);
5 references to Endpoint
Aspire.Hosting.Foundry (5)
FoundryExtensions.cs (1)
359resource.EmulatorServiceUri = FoundryLocalService.Endpoint;
FoundryLocalService.cs (4)
28public static bool IsServiceRunning => Endpoint is not null; 37if (Endpoint is not null) 113if (endpoint == Endpoint && s_daemonVerb == "service") 169if (!s_shouldStopService && Endpoint is null && process is null)