14 references to _documentsAddedInBatch
Microsoft.CodeAnalysis.Workspaces (14)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (14)
35/// The map of file paths to the underlying <see cref="DocumentId"/>. This document may exist in <see cref="_documentsAddedInBatch"/> or has been 119_documentsAddedInBatch.Add(documentInfo); 177_documentsAddedInBatch.Add(documentInfo); 224_documentsAddedInBatch.Add(documentInfo); 299for (var i = 0; i < _documentsAddedInBatch.Count; i++) 301if (_documentsAddedInBatch[i].Id == documentId) 303_documentsAddedInBatch.RemoveAt(i); 360for (var i = 0; i < _documentsAddedInBatch.Count; i++) 362if (_documentsAddedInBatch[i].Id == documentId) 364_documentsAddedInBatch.RemoveAt(i); 406if (!_documentsAddedInBatch.Any(d => d.Id == documentId)) 461if (_documentsAddedInBatch.Any(d => d.Id == documentId)) 549addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id, _documentsAddedInBatch.ToImmutableArray(), 605ClearAndZeroCapacity(_documentsAddedInBatch);