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