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)
258Contract.ThrowIfNull(_languageServerSnippetExpander); 263if (!_languageServerSnippetExpander.TryExpand(lspSnippetText, mappedSpan, _textView))