2 overrides of ShouldUseTokenIndenter
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.Indenter.cs (1)
24
protected override bool
ShouldUseTokenIndenter
(Indenter indenter, out SyntaxToken syntaxToken)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
35
Protected Overrides Function
ShouldUseTokenIndenter
(indenter As Indenter, ByRef token As SyntaxToken) As Boolean
1 reference to ShouldUseTokenIndenter
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractIndentation.Indenter.cs (1)
168
if (_service.
ShouldUseTokenIndenter
(this, out var token))