6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
593Id, solutionChanges, _projectReferencesRemovedInBatch, _projectReferencesAddedInBatch); 616ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1169_projectReferencesAddedInBatch.Add(projectReference); 1191if (_projectReferencesAddedInBatch.Contains(projectReference)) 1211newList.AddRange(_projectReferencesAddedInBatch); 1230if (!_projectReferencesAddedInBatch.Remove(projectReference))