2 references to WithDocumentSyntaxRootAsync
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
828
partiallyRenamedSolution = await MutableConflictResolution.
WithDocumentSyntaxRootAsync
(partiallyRenamedSolution, documentId, newRoot, _cancellationToken).ConfigureAwait(false);
Rename\ConflictEngine\MutableConflictResolution.cs (1)
86
intermediateSolution = await
WithDocumentSyntaxRootAsync
(intermediateSolution, documentId, newRoot, cancellationToken).ConfigureAwait(false);