1 override of GetCompletionString
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpInteractiveWindowCommandCompletionProvider.cs (1)
39
protected override string
GetCompletionString
(string commandName)
1 reference to GetCompletionString
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\AbstractInteractiveWindowCommandCompletionProvider.cs (1)
47
var completion =
GetCompletionString
(commandName);