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