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