2 writes to OtherOptions
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Formatting\AbstractFormatDocumentHandlerBase.cs (1)
43
var options = new XamlFormattingOptions { InsertSpaces = formattingOptions.InsertSpaces, TabSize = formattingOptions.TabSize,
OtherOptions
= formattingOptions.OtherOptions };
Implementation\LanguageServer\Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
50
var options = new XamlFormattingOptions { InsertSpaces = request.Options.InsertSpaces, TabSize = request.Options.TabSize,
OtherOptions
= request.Options.OtherOptions };