1 write to LineFormatting
Metrics.Legacy (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\SyntaxFormattingOptions.cs (1)
31LineFormatting = new LineFormattingOptions(options, language);
5 references to LineFormatting
Metrics.Legacy (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeCleanup\CodeCleanupOptions.cs (1)
26NewLine = FormattingOptions.LineFormatting.NewLine,
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\SyntaxFormattingOptions.cs (4)
38public bool UseTabs => LineFormatting.UseTabs; 39public int TabSize => LineFormatting.TabSize; 40public int IndentationSize => LineFormatting.IndentationSize; 41public string NewLine => LineFormatting.NewLine;