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