1 write to Options
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Formatting\FormatDocumentOnTypeTests.cs (1)
193
Options
= new LSP.FormattingOptions()
1 reference to Options
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
77
var formattingOptions = await ProtocolConversions.GetFormattingOptionsAsync(request.
Options
, document, cancellationToken).ConfigureAwait(false);