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