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