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);