12 references to _documentsAddedInBatch
Microsoft.CodeAnalysis.Workspaces (12)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (12)
35
/// The map of file paths to the underlying <see cref="DocumentId"/>. This document may exist in <see cref="
_documentsAddedInBatch
"/> or has been
114
_documentsAddedInBatch
.Add(documentInfo);
172
_documentsAddedInBatch
.Add(documentInfo);
232
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
234
if (
_documentsAddedInBatch
[i].Id == documentId)
236
_documentsAddedInBatch
.RemoveAt(i);
293
for (var i = 0; i <
_documentsAddedInBatch
.Count; i++)
295
if (
_documentsAddedInBatch
[i].Id == documentId)
297
_documentsAddedInBatch
.RemoveAt(i);
339
if (!
_documentsAddedInBatch
.Any(d => d.Id == documentId))
427
addDocumentChangeKind, removeDocuments, removeDocumentChangeKind, _project.Id,
_documentsAddedInBatch
.ToImmutableArray(),
483
ClearAndZeroCapacity(
_documentsAddedInBatch
);