3 references to GetBaseIndentation
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractFormatEngine.OperationApplier.cs (3)
63
var indentation = _context.
GetBaseIndentation
(_context.TokenStream.GetToken(pairIndex + 1));
179
var indentation = _context.
GetBaseIndentation
(_context.TokenStream.GetToken(pairIndex + 1));
201
var indentation = _context.
GetBaseIndentation
(_context.TokenStream.GetToken(pairIndex + 1));