Esempio n. 1
0
 public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer textBuffer)
 {
     _textBuffer = textBuffer;
     _provider = provider;
 }
Esempio n. 2
0
 public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer textBuffer)
 {
     _textBuffer = textBuffer;
     _provider   = provider;
 }