6 references to _projectReferencesAddedInBatch
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (6)
613Id, solutionChanges, _projectReferencesRemovedInBatch, _projectReferencesAddedInBatch); 636ClearAndZeroCapacity(_projectReferencesAddedInBatch); 1278_projectReferencesAddedInBatch.Add(projectReference); 1300if (_projectReferencesAddedInBatch.Contains(projectReference)) 1320newList.AddRange(_projectReferencesAddedInBatch); 1339if (!_projectReferencesAddedInBatch.Remove(projectReference))