2 writes to Endpoint
Aspire.Hosting.Foundry (2)
FoundryLocalService.cs (2)
87
Endpoint
= null;
185
Endpoint
= await endpointSource.Task.ConfigureAwait(false);
2 references to Endpoint
Aspire.Hosting.Foundry (2)
FoundryExtensions.cs (1)
311
resource.EmulatorServiceUri = FoundryLocalService.
Endpoint
;
FoundryLocalService.cs (1)
24
public static bool IsServiceRunning =>
Endpoint
is not null && s_serviceProcess is { HasExited: false };