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