2 references to Collection
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);