2 references to WithChangedRoot
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
IIndentationService.cs (1)
54
var newDocument = document.
WithChangedRoot
(newRoot, cancellationToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertNamespaceTransform.cs (1)
78
var updatedDocument = document.
WithChangedRoot
(updatedRoot, cancellationToken);