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