2 overrides of GetDesiredIndentationWorker
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIndentationService.Indenter.cs (1)
36
protected override IndentationResult?
GetDesiredIndentationWorker
(Indenter indenter, SyntaxToken? tokenOpt, SyntaxTrivia? triviaOpt)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
51
Protected Overrides Function
GetDesiredIndentationWorker
(
1 reference to GetDesiredIndentationWorker
Microsoft.CodeAnalysis.Workspaces (1)
AbstractIndentation.Indenter.cs (1)
103
return _service.
GetDesiredIndentationWorker
(this, token, trivia);