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,