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