2 references to GetDesiredIndentation
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
EndConstructGeneration\AbstractEndConstructResult.vb (1)
23
Dim indent = textView.
GetDesiredIndentation
(smartIndentationService, line)
LineCommit\CommitCommandHandler.vb (1)
160
Dim desiredIndentation = args.TextView.
GetDesiredIndentation
(_smartIndentationService, currentLine)