11 references to IndentationResult
Microsoft.CodeAnalysis.CodeStyle (11)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.cs (1)
31protected abstract IndentationResult? GetDesiredIndentationWorker(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (10)
71public IndentationResult? GetDesiredIndentation(FormattingOptions2.IndentStyle indentStyle) 89private readonly IndentationResult? GetDesiredSmartIndentation() 148private IndentationResult? GetDesiredBlockIndentation() 167public bool TryGetSmartTokenIndentation(out IndentationResult indentationResult) 203public IndentationResult IndentFromStartOfLine(int addedSpaces) 206public IndentationResult GetIndentationOfToken(SyntaxToken token) 209public IndentationResult GetIndentationOfToken(SyntaxToken token, int addedSpaces) 212public IndentationResult GetIndentationOfLine(TextLine lineToMatch) 215public IndentationResult GetIndentationOfLine(TextLine lineToMatch, int addedSpaces) 223private IndentationResult GetIndentationOfPosition(int position, int addedSpaces)