1 write to _project
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
51
_project
= project ?? throw new ArgumentNullException(nameof(project));
10 references to _project
Microsoft.CodeAnalysis.Workspaces (10)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (10)
24
/// The lock hierarchy means you are allowed to call out of this class and into <see cref="
_project
"/> while holding the lock.
164
_commandLineArgumentsForCommandLine = _commandLineParserService.Parse(arguments, Path.GetDirectoryName(
_project
.FilePath), isInteractive: false, sdkDirectory: null);
216
_project
.AssemblyName = _commandLineArgumentsForCommandLine.CompilationName ??
_project
.AssemblyName;
217
_project
.CompilationOptions = compilationOptions;
223
_project
.CompilationOutputAssemblyFilePath = fullOutputFilePath ??
_project
.CompilationOutputAssemblyFilePath;
224
_project
.GeneratedFilesOutputDirectory = _commandLineArgumentsForCommandLine.GeneratedFilesOutputDirectory;
225
_project
.ParseOptions = parseOptions;
226
_project
.ChecksumAlgorithm = _commandLineArgumentsForCommandLine.ChecksumAlgorithm;