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