1 write to _smartIndentationService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitCommandHandler.vb (1)
65
_smartIndentationService
= smartIndentationService
1 reference to _smartIndentationService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitCommandHandler.vb (1)
160
Dim desiredIndentation = args.TextView.GetDesiredIndentation(
_smartIndentationService
, currentLine)