2 writes to _project
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
175_project = null; 207_project = Collection.LoadProject(_projectFilePath, new Dictionary<string, string>(_globalProperties), toolsVersion: null);
6 references to _project
dotnet (6)
Commands\Run\RunCommandSelector.cs (6)
161_project is not null && 165_restoreProject = _project; 198if (_project is null) 220projectInstance = _project.CreateProjectInstance(); 263if (_project is not null && !_globalProperties.ContainsKey("TargetFramework")) 265return _project.CreateProjectInstance();