1 write to _languageServerSnippetExpander
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
70
_languageServerSnippetExpander
= languageServerSnippetExpander;
2 references to _languageServerSnippetExpander
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (2)
241
Contract.ThrowIfNull(
_languageServerSnippetExpander
);
246
if (!
_languageServerSnippetExpander
.TryExpand(lspSnippetText, mappedSpan, _textView))