6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
633Id, solutionChanges, _projectReferencesRemovedInBatch, _projectReferencesAddedInBatch); 656ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1340_projectReferencesAddedInBatch.Add(projectReference); 1362if (_projectReferencesAddedInBatch.Contains(projectReference)) 1382newList.AddRange(_projectReferencesAddedInBatch); 1401if (!_projectReferencesAddedInBatch.Remove(projectReference))