13 references to _documentsAddedInBatch
Microsoft.CodeAnalysis.Workspaces (13)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (13)
36/// The map of file paths to the underlying <see cref="DocumentId"/>. This document may exist in <see cref="_documentsAddedInBatch"/> or has been 132_documentsAddedInBatch.Add(documentInfo); 190_documentsAddedInBatch.Add(documentInfo); 237_documentsAddedInBatch.Add(documentInfo); 312for (var i = 0; i < _documentsAddedInBatch.Count; i++) 314if (_documentsAddedInBatch[i].Id == documentId) 316_documentsAddedInBatch.RemoveAt(i); 373for (var i = 0; i < _documentsAddedInBatch.Count; i++) 375if (_documentsAddedInBatch[i].Id == documentId) 377_documentsAddedInBatch.RemoveAt(i); 419if (!_documentsAddedInBatch.Any(d => d.Id == documentId)) 574addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id, _documentsAddedInBatch.ToImmutableArray(), 630ClearAndZeroCapacity(_documentsAddedInBatch);