1 write to FromLaunchProfile
Aspire.Hosting (1)
ProjectResourceBuilderExtensions.cs (1)
594e.FromLaunchProfile = true;
3 references to FromLaunchProfile
Aspire.Hosting (3)
Orchestrator\ApplicationOrchestrator.cs (1)
226if (endpoint.FromLaunchProfile && primaryLaunchProfileEndpoint is null)
ProjectResourceBuilderExtensions.cs (2)
609if (endpoint.FromLaunchProfile) 958Debug.Assert(!e.EndpointAnnotation.FromLaunchProfile, "Endpoints from launch profile should never make it here");