5 writes to _orderedDocumentsInBatch
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (5)
124
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Add(documentId);
222
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Add(documentId);
290
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Remove(documentId);
548
_orderedDocumentsInBatch
= documentIds.ToImmutable();
631
_orderedDocumentsInBatch
= null;
4 references to _orderedDocumentsInBatch
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (4)
124
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Add(documentId);
222
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Add(documentId);
290
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Remove(documentId);
574
[.. _documentsRemovedInBatch],
_orderedDocumentsInBatch
,