2 writes to ProjectPath
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project(){ Content = (string)args[0], ProjectPath = (string)args[1], Diagnostics = (global::System.Collections.Immutable.ImmutableArray<global::Microsoft.DotNet.FileBasedPrograms.SimpleDiagnostic>)args[2] },
Commands\Run\Api\RunApiCommand.cs (1)
95ProjectPath = projectRootElement.FullPath,
2 references to ProjectPath
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (2)
81Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)obj).ProjectPath, 156writer.WriteString(PropName_ProjectPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)value).ProjectPath);