2 writes to _restoreCollection
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
156
_restoreCollection
= _collection;
239
_restoreCollection
= new ProjectCollection(
2 references to _restoreCollection
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
213
_restoreCollection
?.Dispose();
243
_restoreProject =
_restoreCollection
.LoadProject(_projectFilePath);