2 references to GetDocumentFormattingOptionsAsync
Microsoft.CodeAnalysis.Features (2)
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
46
var formattingOptions = await document.
GetDocumentFormattingOptionsAsync
(context.Options, cancellationToken).ConfigureAwait(false);
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (1)
165
var documentFormattingOptions = await document.
GetDocumentFormattingOptionsAsync
(State.FallbackOptions, CancellationToken).ConfigureAwait(false);