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