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