1 write to OutputPath
dotnet (1)
CommandFactory\CommandResolver.cs (1)
49OutputPath = outputPath,
3 references to OutputPath
dotnet (3)
CommandFactory\CommandResolution\ProjectDependenciesCommandResolver.cs (1)
63commandResolverArguments.OutputPath,
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
51commandResolverArguments.OutputPath);
CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (1)
22var publishDirectory = commandResolverArguments.OutputPath;