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, 191var offset = updatedLine.GetColumnFromLineOffset(nonWhitespaceOffset.Value, _tabSize);