6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
614Id, solutionChanges, _projectReferencesRemovedInBatch, _projectReferencesAddedInBatch); 637ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1279_projectReferencesAddedInBatch.Add(projectReference); 1301if (_projectReferencesAddedInBatch.Contains(projectReference)) 1321newList.AddRange(_projectReferencesAddedInBatch); 1340if (!_projectReferencesAddedInBatch.Remove(projectReference))