1 override of ShouldDisplayCommandCompletions
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpInteractiveWindowCommandCompletionProvider.cs (1)
47protected override bool ShouldDisplayCommandCompletions(SyntaxTree tree, int position, CancellationToken cancellationToken)
1 reference to ShouldDisplayCommandCompletions
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\AbstractInteractiveWindowCommandCompletionProvider.cs (1)
38if (ShouldDisplayCommandCompletions(tree, position, cancellationToken))