2 references to GetDocumentFormattingOptionsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\DocumentFormattingOptionsStorage.cs (1)
14
=> document.
GetDocumentFormattingOptionsAsync
(globalOptions.GetDocumentFormattingOptions(), cancellationToken);
Microsoft.CodeAnalysis.Workspaces (1)
DocumentFormattingOptions.cs (1)
53
=> await document.
GetDocumentFormattingOptionsAsync
(await fallbackOptionsProvider.GetOptionsAsync(document.Project.Services, cancellationToken).ConfigureAwait(false), cancellationToken).ConfigureAwait(false);