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);
311
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
313
if (
_documentsAddedInBatch
[i].Id == documentId)
315
_documentsAddedInBatch
.RemoveAt(i);
372
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
374
if (
_documentsAddedInBatch
[i].Id == documentId)
376
_documentsAddedInBatch
.RemoveAt(i);
418
if (!
_documentsAddedInBatch
.Any(d => d.Id == documentId))
573
addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id,
_documentsAddedInBatch
.ToImmutableArray(),
629
ClearAndZeroCapacity(
_documentsAddedInBatch
);