Example #1
0
 internal bool UseLegacyCompletion(ITextView textView, ITextBuffer subjectBuffer)
 => _asyncCompletionService.UseLegacyCompletion(textView, subjectBuffer);
Example #2
0
 internal bool UseLegacyCompletion(IFeatureServiceFactory featureServiceFactory, ITextView textView, ITextBuffer subjectBuffer)
 => _asyncCompletionService.UseLegacyCompletion(featureServiceFactory, textView, subjectBuffer);