2 writes to _collection
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
167
_collection
= null;
187
_collection
= new ProjectCollection(
4 references to _collection
dotnet (4)
Commands\Run\RunCommandSelector.cs (4)
152
_restoreCollection =
_collection
;
156
_collection
?.Dispose();
191
_project =
_collection
.LoadProject(_projectFilePath);
208
_collection
?.Dispose();