2 writes to ProjectPath
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
95
ProjectPath
= projectRootElement.FullPath,
2 references to ProjectPath
dotnet (2)
_generated\24\RunFileApiJsonSerializerContext.Project.g.cs (2)
81
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)obj).
ProjectPath
,
156
writer.WriteString(PropName_ProjectPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiOutput.Project)value).
ProjectPath
);