1 write to _projectFilePath
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
93
_projectFilePath
= projectFilePath;
2 references to _projectFilePath
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
191
_project = _collection.LoadProject(
_projectFilePath
);
239
_restoreProject = _restoreCollection.LoadProject(
_projectFilePath
);