1 write to IndentationOptions
Microsoft.CodeAnalysis.CSharp.Features (1)
SplitStringLiteral\StringSplitter.cs (1)
32
IndentationOptions
= indentationOptions;
3 references to IndentationOptions
Microsoft.CodeAnalysis.CSharp.Features (3)
SplitStringLiteral\StringSplitter.cs (3)
42
protected int TabSize =>
IndentationOptions
.FormattingOptions.TabSize;
43
protected bool UseTabs =>
IndentationOptions
.FormattingOptions.UseTabs;
141
newDocument, originalLineNumber + 1,
IndentationOptions
, CancellationToken);