6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
615Id, solutionChanges, _projectReferencesRemovedInBatch, _projectReferencesAddedInBatch); 638ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1314_projectReferencesAddedInBatch.Add(projectReference); 1336if (_projectReferencesAddedInBatch.Contains(projectReference)) 1356newList.AddRange(_projectReferencesAddedInBatch); 1375if (!_projectReferencesAddedInBatch.Remove(projectReference))