1 write to _tabSize
GenerateDocumentationAndConfigFiles (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
57
_tabSize
= options.FormattingOptions.TabSize;
2 references to _tabSize
GenerateDocumentationAndConfigFiles (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
64
_tabSize
,
191
var offset = updatedLine.GetColumnFromLineOffset(nonWhitespaceOffset.Value,
_tabSize
);