1 write to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
33
_globalOptions
= globalOptions;
1 reference to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
66
AutoFormattingOptions =
_globalOptions
.GetAutoFormattingOptions(document.Project.Language)