3 references to ArtifactsPath
dotnet (3)
_generated\20\RunFileApiJsonSerializerContext.GetProject.g.cs (2)
58
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetProject)obj).
ArtifactsPath
,
109
writer.WriteString(PropName_ArtifactsPath, ((global::Microsoft.DotNet.Cli.Commands.Run.Api.RunApiInput.GetProject)value).
ArtifactsPath
);
Commands\Run\Api\RunApiCommand.cs (1)
71
artifactsPath:
ArtifactsPath
);