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