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); 522_orderedDocumentsInBatch = documentIds.ToImmutable(); 572_orderedDocumentsInBatch = null;
5 references 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); 567if (_orderedDocumentsInBatch != null) 571solutionChanges.Solution.WithProjectDocumentsOrder(_project.Id, _orderedDocumentsInBatch));