public VisualStudio14CompletionSet(
     CompletionPresenterSession completionPresenterSession,
     ITextView textView,
     ITextBuffer subjectBuffer)
 {
     _roslynCompletionSet = new Roslyn14CompletionSet(this,
                                                      completionPresenterSession, textView, subjectBuffer);
 }
 public VisualStudio14CompletionSet(
     CompletionPresenterSession completionPresenterSession,
     ITextView textView,
     ITextBuffer subjectBuffer)
 {
     _roslynCompletionSet = new Roslyn14CompletionSet(this,
         completionPresenterSession, textView, subjectBuffer);
 }