2 writes to _collection
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
171
_collection
= null;
191
_collection
= new ProjectCollection(
4 references to _collection
dotnet (4)
Commands\Run\RunCommandSelector.cs (4)
156
_restoreCollection =
_collection
;
160
_collection
?.Dispose();
195
_project =
_collection
.LoadProject(_projectFilePath);
212
_collection
?.Dispose();