2 writes to GeneratedFilesOutputDirectory
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1595GeneratedFilesOutputDirectory = generatedFilesOutputDirectory,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1545.GeneratedFilesOutputDirectory = generatedFilesOutputDirectory,
4 references to GeneratedFilesOutputDirectory
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
1153var explicitGeneratedOutDir = Arguments.GeneratedFilesOutputDirectory;
SourceGeneration\GeneratorDriverOptions.cs (1)
22/// Usually the project's output directory unless <see cref="CommandLineArguments.GeneratedFilesOutputDirectory"/> is specified.
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\CommandLineProject.cs (1)
124compilationOutputInfo: new CompilationOutputInfo(outputFilePath, commandLineArguments.GeneratedFilesOutputDirectory),
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
196_project.GeneratedFilesOutputDirectory = _commandLineArgumentsForCommandLine.GeneratedFilesOutputDirectory;