Exemplo n.º 1
0
 public TestSuggestedActionsSource(TestSuggestedActionsSourceProvider testSuggestedActionsSourceProvider, ITextView textView, ITextBuffer textBuffer)
 {
     _factory    = testSuggestedActionsSourceProvider;
     _textBuffer = textBuffer;
     _textView   = textView;
 }
 public TestSuggestedActionsSource(TestSuggestedActionsSourceProvider testSuggestedActionsSourceProvider, ITextView textView, ITextBuffer textBuffer)
 {
     _factory = testSuggestedActionsSourceProvider;
     _textBuffer = textBuffer;
     _textView = textView;
 }