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