6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
618newSolution: solutionChanges.Solution.AddProjectReferences(Id, _projectReferencesAddedInBatch)); 619ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1167_projectReferencesAddedInBatch.Add(projectReference); 1199if (_projectReferencesAddedInBatch.Contains(projectReference)) 1221newList.AddRange(_projectReferencesAddedInBatch); 1244if (!_projectReferencesAddedInBatch.Remove(projectReference))