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