1 write to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
37_globalOptions = globalOptions;
2 references to _globalOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (2)
67var formattingOptions = await ProtocolConversions.GetFormattingOptionsAsync(request.Options, document, _globalOptions, cancellationToken).ConfigureAwait(false); 70AutoFormattingOptions = _globalOptions.GetAutoFormattingOptions(document.Project.Language)