2 references to GetIndentation
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (2)
49var indentation = GetIndentation(parsedDocument, namespaceDeclaration, options, cancellationToken); 73var indentation = GetIndentation(document, namespaceDeclaration, options, cancellationToken);