12 references to _documentsAddedInBatch
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (12)
35/// The map of file paths to the underlying <see cref="DocumentId"/>. This document may exist in <see cref="_documentsAddedInBatch"/> or has been 114_documentsAddedInBatch.Add(documentInfo); 172_documentsAddedInBatch.Add(documentInfo); 232for (var i = 0; i < _documentsAddedInBatch.Count; i++) 234if (_documentsAddedInBatch[i].Id == documentId) 236_documentsAddedInBatch.RemoveAt(i); 293for (var i = 0; i < _documentsAddedInBatch.Count; i++) 295if (_documentsAddedInBatch[i].Id == documentId) 297_documentsAddedInBatch.RemoveAt(i); 339if (!_documentsAddedInBatch.Any(d => d.Id == documentId)) 427addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id, _documentsAddedInBatch.ToImmutableArray(), 483ClearAndZeroCapacity(_documentsAddedInBatch);