1 write to _projectFilePath
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
96_projectFilePath = projectFilePath;
2 references to _projectFilePath
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
195_project = _collection.LoadProject(_projectFilePath); 243_restoreProject = _restoreCollection.LoadProject(_projectFilePath);