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,