5 writes to _orderedDocumentsInBatch
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (5)
112
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Add(documentId);
210
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Add(documentId);
278
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Remove(documentId);
524
_orderedDocumentsInBatch
= documentIds.ToImmutable();
607
_orderedDocumentsInBatch
= null;
4 references to _orderedDocumentsInBatch
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (4)
112
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Add(documentId);
210
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Add(documentId);
278
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Remove(documentId);
550
_documentsRemovedInBatch.ToImmutableArray(),
_orderedDocumentsInBatch
,