1 write to TabSize
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Converters\FormattingOptionsConverter.cs (1)
58
TabSize
= tabSize ?? ThrowMissingRequiredProperty<int>(nameof(tabSize)),
3 references to TabSize
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.cs (2)
850
TabSize = options.
TabSize
,
851
IndentationSize = options.
TabSize
,
Protocol\Converters\FormattingOptionsConverter.cs (1)
118
writer.WriteNumber("tabSize", value.
TabSize
);