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