1 write to Options
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractIndentation.Indenter.cs (1)
52
Options
= options;
7 references to Options
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpIndentationService.Indenter.cs (3)
26
indenter.Rules, indenter.Root, indenter.LineToBeIndented, indenter.
Options
, out syntaxToken);
276
return indenter.GetIndentationOfLine(sourceText.Lines.GetLineFromPosition(nonTerminalNode.GetFirstToken(includeZeroWidth: true).SpanStart), indenter.
Options
.FormattingOptions.IndentationSize);
467
var spaceToAdd = additionalSpace ?? indenter.
Options
.FormattingOptions.IndentationSize;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
VisualBasicIndentationService.Indenter.vb (4)
37
indenter.Rules, indenter.Root, indenter.LineToBeIndented, indenter.
Options
.FormattingOptions, token)
128
Dim subQuerySpaces = If(token.IsLastTokenOfStatement(), 0, indenter.
Options
.FormattingOptions.IndentationSize)
299
Return indenter.GetIndentationOfLine(triviaLine, indenter.
Options
.FormattingOptions.IndentationSize)
321
Return GetIndentationOfCurrentPosition(indenter, token, position, indenter.
Options
.FormattingOptions.IndentationSize)