2 writes to _restoreProject
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
165
_restoreProject
= _project;
275
_restoreProject
= Collection.LoadProject(_projectFilePath, restoreProperties, toolsVersion: null);
4 references to _restoreProject
dotnet (4)
Commands\Run\RunCommandSelector.cs (4)
160
if (
_restoreProject
is null &&
257
if (
_restoreProject
is not null)
259
return
_restoreProject
.CreateProjectInstance();
277
return
_restoreProject
.CreateProjectInstance();