1 write to _projectFilePath
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
105
_projectFilePath
= projectFilePath;
2 references to _projectFilePath
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
207
_project = Collection.LoadProject(
_projectFilePath
, new Dictionary<string, string>(_globalProperties), toolsVersion: null);
275
_restoreProject = Collection.LoadProject(
_projectFilePath
, restoreProperties, toolsVersion: null);