4 references to GetDocumentFormattingOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\DocumentFormattingOptionsStorage.cs (1)
17
=> globalOptions.
GetDocumentFormattingOptions
(fallbackOptions: null);
Microsoft.CodeAnalysis.Workspaces (3)
CodeCleanupOptions.cs (1)
93
DocumentFormattingOptions = options.
GetDocumentFormattingOptions
(fallbackOptions?.DocumentFormattingOptions),
DocumentFormattingOptions.cs (1)
49
return configOptions.
GetDocumentFormattingOptions
(fallbackOptions);
Options\LegacyGlobalCodeActionOptionsWorkspaceService.cs (1)
48
=> ValueTaskFactory.FromResult(_options.
GetDocumentFormattingOptions
(fallbackOptions: null));