2 writes to ExecutablePath
Microsoft.DotNet.ProjectTools (2)
Generated\361d1da7f942c932\LaunchProfileJsonSerializerContext.ExecutableLaunchProfile.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.ProjectTools.ExecutableLaunchProfile(){ ExecutablePath = (string)args[0] },
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
40ExecutablePath = ExpandVariables(profile.ExecutablePath, evaluateExpression),
6 references to ExecutablePath
dotnet-aot (2)
parent\dotnet\Commands\Run\AotRunCommand.cs (2)
129command = executableProfile.ExecutablePath; 213LaunchProfileParser.RequiresMSBuildExpansion(profile.ExecutablePath) ||
Microsoft.DotNet.ProjectTools (4)
Generated\361d1da7f942c932\LaunchProfileJsonSerializerContext.ExecutableLaunchProfile.g.cs (2)
60Getter = static obj => ((global::Microsoft.DotNet.ProjectTools.ExecutableLaunchProfile)obj).ExecutablePath, 193writer.WriteString(PropName_executablePath, ((global::Microsoft.DotNet.ProjectTools.ExecutableLaunchProfile)value).ExecutablePath);
LaunchSettings\ExecutableLaunchProfileParser.cs (2)
40ExecutablePath = ExpandVariables(profile.ExecutablePath, evaluateExpression), 49=> LaunchProfileParser.RequiresMSBuildExpansion(profile.ExecutablePath)