2 references to GetDocumentFormattingOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\DocumentFormattingOptionsStorage.cs (1)
14
=> document.GetDocumentFormattingOptionsAsync(globalOptions.
GetDocumentFormattingOptions
(), cancellationToken);
Features\Options\GlobalCodeActionOptionsProvider.cs (1)
52
=> ValueTaskFactory.FromResult(_globalOptions.
GetDocumentFormattingOptions
());