1 write to _newSolution
Microsoft.CodeAnalysis.Workspaces (1)
LinkedFileDiffMerging\LinkedFileDiffMergingSession.cs (1)
29
_newSolution
= newSolution;
6 references to _newSolution
Microsoft.CodeAnalysis.Workspaces (6)
LinkedFileDiffMerging\LinkedFileDiffMergingSession.cs (6)
44
var updatedSolution =
_newSolution
;
47
var documentInNewSolution =
_newSolution
.GetDocument(linkedDocumentsWithChanges.First());
65
mergedText = await
_newSolution
.GetDocument(linkedDocumentsWithChanges.Single()).GetTextAsync(cancellationToken).ConfigureAwait(false);
89
var appliedChanges = await textDifferencingService.GetTextChangesAsync(_oldSolution.GetDocument(linkedDocumentGroup.First()),
_newSolution
.GetDocument(linkedDocumentGroup.First()), cancellationToken).ConfigureAwait(false);
96
_newSolution
.GetDocument(documentId),
124
groupSessionInfo.LinkedDocuments =
_newSolution
.GetDocumentIdsWithFilePath(originalDocument.FilePath).Length;