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