1 write to _indentDepth
Microsoft.VisualStudio.LanguageServices (1)
Snippets\SnippetExpansionClient.cs (1)
289
_indentDepth
= lineText.GetColumnFromLineOffset(lineText.Length, formattingOptions.TabSize);
1 reference to _indentDepth
Microsoft.VisualStudio.LanguageServices (1)
Snippets\SnippetExpansionClient.cs (1)
396
TextView.TryMoveCaretToAndEnsureVisible(new VirtualSnapshotPoint(TextView.TextSnapshot.GetPoint(endLinePosition),
_indentDepth
));