4 writes to _orderedDocumentsInBatch
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (4)
107
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Add(documentId);
211
_orderedDocumentsInBatch
= _orderedDocumentsInBatch?.Remove(documentId);
402
_orderedDocumentsInBatch
= documentIds.ToImmutable();
485
_orderedDocumentsInBatch
= null;
3 references to _orderedDocumentsInBatch
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (3)
107
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Add(documentId);
211
_orderedDocumentsInBatch =
_orderedDocumentsInBatch
?.Remove(documentId);
428
[.. _documentsRemovedInBatch],
_orderedDocumentsInBatch
,