2 references to FromIndentBlockOperations
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpIndentationService.Indenter.cs (1)
195
var indentation = indenter.Finder.
FromIndentBlockOperations
(indenter.Tree, token, position, indenter.CancellationToken);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
238
Dim indentation = indenter.Finder.
FromIndentBlockOperations
(indenter.Tree, token, position, indenter.CancellationToken)