4 references to GetLineFormattingOptions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
190
VerifyDataMembersHaveNonDefaultValues(globalOptions.GetDocumentationCommentOptions(globalOptions.
GetLineFormattingOptions
(language), language), DocumentationCommentOptions.Default, language);
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\ExtractMethodOptionsStorage.cs (1)
30
LineFormattingOptions = globalOptions.
GetLineFormattingOptions
(languageServices.Language)
Features\Options\GlobalCodeActionOptionsProvider.cs (1)
49
=> ValueTaskFactory.FromResult(_globalOptions.
GetLineFormattingOptions
(languageServices.Language));
Features\Options\LineFormattingOptionsStorage.cs (1)
14
=> document.GetLineFormattingOptionsAsync(globalOptions.
GetLineFormattingOptions
(document.Project.Language), cancellationToken);