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;