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