1 write to CustomArtifactsPath
dotnet (1)
Commands\Run\Api\RunApiCommand.cs (1)
93CustomArtifactsPath = ArtifactsPath,
1 reference to CustomArtifactsPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
142public string ArtifactsPath => field ??= CustomArtifactsPath ?? GetArtifactsPath(EntryPointFileFullPath);