1 write to IndentationOperation
Microsoft.CodeAnalysis.CodeStyle (1)
LineColumnRule.cs (1)
27
IndentationOperation
= indentationOperation;
3 references to IndentationOperation
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractTriviaFormatter.cs (2)
573
return rule.
IndentationOperation
switch
580
_ => throw ExceptionUtilities.UnexpectedValue(rule.
IndentationOperation
),
LineColumnRule.cs (1)
37
indentationOperation == null ?
IndentationOperation
: indentationOperation.Value,