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