1 write to _tabSize
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
58
_tabSize
= options.FormattingOptions.TabSize;
2 references to _tabSize
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
65
_tabSize
,
192
var offset = updatedLine.GetColumnFromLineOffset(nonWhitespaceOffset.Value,
_tabSize
);