1 write to ArtifactsPath
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
256ArtifactsPath = ArtifactsPath,
3 references to ArtifactsPath
dotnet (3)
Commands\Run\CSharpCompilerCommand.cs (3)
160rspPath = Path.Join(ArtifactsPath, "csc.rsp"); 173string objDir = Path.Join(ArtifactsPath, "obj", "debug"); 175string binDir = Path.Join(ArtifactsPath, "bin", "debug");