public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer textBuffer) { _textBuffer = textBuffer; _provider = provider; }