1 override of GetDesiredIndentationWorker
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (1)
33
protected override IndentationResult?
GetDesiredIndentationWorker
(Indenter indenter, SyntaxToken? tokenOpt, SyntaxTrivia? triviaOpt)
1 reference to GetDesiredIndentationWorker
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
103
return _service.
GetDesiredIndentationWorker
(this, token, trivia);