2 writes to ApplicationUrl
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ProjectLaunchProfileParser.cs (2)
37
ApplicationUrl
= profile.ApplicationUrl is null ? null : ExpandVariables(profile.ApplicationUrl, evaluateExpression),
61
ApplicationUrl
= !expandApplicationUrl || profile.ApplicationUrl is null
11 references to ApplicationUrl
dotnet-aot (3)
parent\dotnet\Commands\Run\AotRunCommand.cs (1)
217
LaunchProfileParser.RequiresMSBuildExpansion(profile.
ApplicationUrl
) ||
parent\dotnet\Commands\Run\CommonRunHelpers.cs (2)
201
if (launchProfile is ProjectLaunchProfile {
ApplicationUrl
.Length: > 0 } projectProfile)
203
apply("ASPNETCORE_URLS", projectProfile.
ApplicationUrl
);
Microsoft.DotNet.ProjectTools (8)
Generated\361d1da7f942c932\LaunchProfileJsonSerializerContext.ProjectLaunchProfile.g.cs (2)
100
Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.ProjectLaunchProfile)obj).
ApplicationUrl
,
212
writer.WriteString(PropName_applicationUrl, ((global::Microsoft.DotNet.ProjectTools.ProjectLaunchProfile)value).
ApplicationUrl
);
LaunchSettings\ProjectLaunchProfileParser.cs (6)
37
ApplicationUrl = profile.
ApplicationUrl
is null ? null : ExpandVariables(profile.
ApplicationUrl
, evaluateExpression),
45
|| LaunchProfileParser.RequiresMSBuildExpansion(profile.
ApplicationUrl
)
61
ApplicationUrl = !expandApplicationUrl || profile.
ApplicationUrl
is null
62
? profile.
ApplicationUrl
63
: ExpandMSBuildProperties(profile.
ApplicationUrl
, evaluateExpression),