public CompletionSource(ITextBuffer textBuffer, CompletionSourceProvider provider) { _textBuffer = textBuffer; _provider = provider; }