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