1 write to Options
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Formatting\FormatDocumentTests.cs (1)
322Options = new LSP.FormattingOptions()
2 references to Options
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\FormatDocumentHandler.cs (1)
29=> GetTextEditsAsync(context, request.Options, _globalOptions, cancellationToken);
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
28=> GetTextEditsAsync(request.Options, context, cancellationToken);