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