3 references to GetBaseIndentation
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormatEngine.OperationApplier.cs (3)
54var indentation = context.GetBaseIndentation(context.TokenStream.GetToken(pairIndex + 1)); 170var indentation = context.GetBaseIndentation(context.TokenStream.GetToken(pairIndex + 1)); 192var indentation = context.GetBaseIndentation(context.TokenStream.GetToken(pairIndex + 1));