2 references to TryGetEndpoints
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (1)
187
if (resource.
TryGetEndpoints
(out var endpoints) && resource is IResourceWithEndpoints resourceWithEndpoints)
Publishing\ManifestPublishingContext.cs (1)
396
if (resource.
TryGetEndpoints
(out var endpoints))