2 references to GetIndentation
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
ConvertNamespaceTransform.cs (2)
60var indentation = GetIndentation(parsedDocument, namespaceDeclaration, options, cancellationToken); 84var indentation = GetIndentation(document, namespaceDeclaration, options, cancellationToken);