5 references to GetFormattedTextChanges
IdeBenchmarks (2)
FormatterBenchmarks.cs (2)
50
return Formatter.
GetFormattedTextChanges
(root, workspace.Services.SolutionServices, options, CancellationToken.None);
63
return Formatter.
GetFormattedTextChanges
(root, workspace.Services.SolutionServices, options, CancellationToken.None);
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (3)
Formatting\FormattingTests.vb (2)
3021
Dim result = Formatter.
GetFormattedTextChanges
(root, workspace.Services.SolutionServices, options, CancellationToken.None)
3028
Dim result2 = Formatter.
GetFormattedTextChanges
(root, workspace.Services.SolutionServices, options, CancellationToken.None)
Formatting\VisualBasicFormattingTestBase.vb (1)
67
Dim changes = Formatter.
GetFormattedTextChanges
(Await syntaxTree.GetRootAsync(), workspace.Services.SolutionServices, options, CancellationToken.None)