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);
299
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
301
if (
_documentsAddedInBatch
[i].Id == documentId)
303
_documentsAddedInBatch
.RemoveAt(i);
360
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
362
if (
_documentsAddedInBatch
[i].Id == documentId)
364
_documentsAddedInBatch
.RemoveAt(i);
406
if (!
_documentsAddedInBatch
.Any(d => d.Id == documentId))
461
if (
_documentsAddedInBatch
.Any(d => d.Id == documentId))
549
addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id,
_documentsAddedInBatch
.ToImmutableArray(),
605
ClearAndZeroCapacity(
_documentsAddedInBatch
);