2 writes to LaunchUrl
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ProjectLaunchProfileParser.cs (2)
36
LaunchUrl
= profile.LaunchUrl is null ? null : ExpandVariables(profile.LaunchUrl, evaluateExpression: null),
60
LaunchUrl
= profile.LaunchUrl,
5 references to LaunchUrl
Microsoft.DotNet.ProjectTools (5)
Generated\361d1da7f942c932\LaunchProfileJsonSerializerContext.ProjectLaunchProfile.g.cs (2)
80
Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.ProjectLaunchProfile)obj).
LaunchUrl
,
211
writer.WriteString(PropName_launchUrl, ((global::Microsoft.DotNet.ProjectTools.ProjectLaunchProfile)value).
LaunchUrl
);
LaunchSettings\ProjectLaunchProfileParser.cs (3)
36
LaunchUrl = profile.
LaunchUrl
is null ? null : ExpandVariables(profile.
LaunchUrl
, evaluateExpression: null),
60
LaunchUrl = profile.
LaunchUrl
,