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