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