3 references to FormatAsync
Microsoft.CodeAnalysis.Features (1)
GenerateEqualsAndGetHashCodeFromMembers\AbstractGenerateEqualsAndGetHashCodeService.cs (1)
34
var formattedDocument = await Formatter.
FormatAsync
(
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
NavigationBar\VisualBasicEditorNavigationBarItemService_CodeGeneration.vb (1)
73
Return Await Formatter.
FormatAsync
(
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Formatter.cs (1)
112
=>
FormatAsync
(document, annotation, options, rules: null, cancellationToken);