2 references to ComputeCommonIndentationLength
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (2)
165
lastRawStringLiteralData = (stringNode,
ComputeCommonIndentationLength
(text.Lines.GetLineFromPosition(stringNode.Span.End)));
175
new TextSpan(textLine.Start,
ComputeCommonIndentationLength
(textLine)),