6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
600Id, solutionChanges, _projectReferencesRemovedInBatch, _projectReferencesAddedInBatch); 623ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1143_projectReferencesAddedInBatch.Add(projectReference); 1165if (_projectReferencesAddedInBatch.Contains(projectReference)) 1185newList.AddRange(_projectReferencesAddedInBatch); 1204if (!_projectReferencesAddedInBatch.Remove(projectReference))