2 references to FormatDocumentAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
64
return await
FormatDocumentAsync
(document, formattingOptions, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
DecompiledSource\DecompiledSourceFormattingTests.cs (1)
231
var formatted = await CSharpDecompiledSourceService.
FormatDocumentAsync
(document, CSharpSyntaxFormattingOptions.Default, CancellationToken.None);