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