4 references to ExpandVariables
Microsoft.DotNet.ProjectTools (4)
LaunchSettings\ExecutableLaunchProfileParser.cs (2)
35ExecutablePath = ExpandVariables(profile.ExecutablePath), 52var expandedValue = ExpandVariables(value);
LaunchSettings\LaunchProfileParser.cs (2)
13=> value != null ? ExpandVariables(value) : null; 29builder[key] = ExpandVariables(value);