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
;
198
if (
_project
is null)
220
projectInstance =
_project
.CreateProjectInstance();
263
if (
_project
is not null && !_globalProperties.ContainsKey("TargetFramework"))
265
return
_project
.CreateProjectInstance();