2 writes to _indentCaretOnCommit
Microsoft.VisualStudio.LanguageServices (2)
Snippets\SnippetExpansionClient.cs (2)
286
_indentCaretOnCommit
= true;
956
_indentCaretOnCommit
= false;
1 reference to _indentCaretOnCommit
Microsoft.VisualStudio.LanguageServices (1)
Snippets\SnippetExpansionClient.cs (1)
394
if (
_indentCaretOnCommit
&& endLineText == string.Empty)