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)
70
public
IndentationResult
? GetDesiredIndentation(FormattingOptions2.IndentStyle indentStyle)
88
private readonly
IndentationResult
? GetDesiredSmartIndentation()
147
private
IndentationResult
? GetDesiredBlockIndentation()
166
public bool TryGetSmartTokenIndentation(out
IndentationResult
indentationResult)
202
public
IndentationResult
IndentFromStartOfLine(int addedSpaces)
205
public
IndentationResult
GetIndentationOfToken(SyntaxToken token)
208
public
IndentationResult
GetIndentationOfToken(SyntaxToken token, int addedSpaces)
211
public
IndentationResult
GetIndentationOfLine(TextLine lineToMatch)
214
public
IndentationResult
GetIndentationOfLine(TextLine lineToMatch, int addedSpaces)
222
private
IndentationResult
GetIndentationOfPosition(int position, int addedSpaces)