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