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);
312
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
314
if (
_documentsAddedInBatch
[i].Id == documentId)
316
_documentsAddedInBatch
.RemoveAt(i);
373
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
375
if (
_documentsAddedInBatch
[i].Id == documentId)
377
_documentsAddedInBatch
.RemoveAt(i);
419
if (!
_documentsAddedInBatch
.Any(d => d.Id == documentId))
574
addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id,
_documentsAddedInBatch
.ToImmutableArray(),
630
ClearAndZeroCapacity(
_documentsAddedInBatch
);