13 references to _documentsAddedInBatch
Microsoft.CodeAnalysis.Workspaces (13)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (13)
35/// The map of file paths to the underlying <see cref="DocumentId"/>. This document may exist in <see cref="_documentsAddedInBatch"/> or has been 131_documentsAddedInBatch.Add(documentInfo); 189_documentsAddedInBatch.Add(documentInfo); 236_documentsAddedInBatch.Add(documentInfo); 311for (var i = 0; i < _documentsAddedInBatch.Count; i++) 313if (_documentsAddedInBatch[i].Id == documentId) 315_documentsAddedInBatch.RemoveAt(i); 372for (var i = 0; i < _documentsAddedInBatch.Count; i++) 374if (_documentsAddedInBatch[i].Id == documentId) 376_documentsAddedInBatch.RemoveAt(i); 418if (!_documentsAddedInBatch.Any(d => d.Id == documentId)) 573addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id, _documentsAddedInBatch.ToImmutableArray(), 629ClearAndZeroCapacity(_documentsAddedInBatch);