1 write to _project
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
49
_project
= project ?? throw new ArgumentNullException(nameof(project));
9 references to _project
Microsoft.CodeAnalysis.Workspaces (9)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (9)
22
/// The lock hierarchy means you are allowed to call out of this class and into <see cref="
_project
"/> while holding the lock.
157
_commandLineArgumentsForCommandLine = _commandLineParserService.Parse(arguments, Path.GetDirectoryName(
_project
.FilePath), isInteractive: false, sdkDirectory: null);
204
_project
.AssemblyName = _commandLineArgumentsForCommandLine.CompilationName ??
_project
.AssemblyName;
205
_project
.CompilationOptions = compilationOptions;
211
_project
.CompilationOutputAssemblyFilePath = fullOutputFilePath ??
_project
.CompilationOutputAssemblyFilePath;
212
_project
.ParseOptions = parseOptions;
213
_project
.ChecksumAlgorithm = _commandLineArgumentsForCommandLine.ChecksumAlgorithm;