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