2 writes to OutputPath
dotnet (1)
CommandFactory\CommandResolver.cs (1)
49OutputPath = outputPath,
dotnet.Tests (1)
CommandFactoryTests\GivenAProjectDependencyCommandResolver.cs (1)
143OutputPath = outputDir
4 references to OutputPath
dotnet (4)
CommandFactory\CommandResolution\OutputPathCommandResolver.cs (1)
31commandResolverArguments.OutputPath,
CommandFactory\CommandResolution\ProjectDependenciesCommandResolver.cs (1)
63commandResolverArguments.OutputPath,
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
50commandResolverArguments.OutputPath);
CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (1)
22var publishDirectory = commandResolverArguments.OutputPath;