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