2 references to UpdateTriviaIndentation
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseExpressionBody\Helpers\UseExpressionBodyHelper`1.cs (2)
157
arrowExpression =
UpdateTriviaIndentation
(arrowExpression, getAccessor);
164
arrowExpression =
UpdateTriviaIndentation
(ArrowExpressionClause(getAccessor.ExpressionBody.Expression), getAccessor);