2 references to AddElementIndentation
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (2)
406
var rewrittenParameterList =
AddElementIndentation
(typeDeclaration, constructor, constructor.ParameterList, static list => list.Parameters);
408
var rewrittenInitializer = initializer?.WithArgumentList(
AddElementIndentation
(typeDeclaration, constructor, initializer.ArgumentList, static list => list.Arguments));