3 references to IndentationOperation
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\AbstractTriviaFormatter.cs (2)
572
return rule.
IndentationOperation
switch
579
_ => throw ExceptionUtilities.UnexpectedValue(rule.
IndentationOperation
),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\TriviaEngine\LineColumnRule.cs (1)
27
indentationOperation == null ?
IndentationOperation
: indentationOperation.Value,