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