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,