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