public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer buffer)
 {
     this.provider = provider;
     this.buffer   = buffer;
 }
 public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer buffer)
 {
     this.provider = provider;
     this.buffer = buffer;
 }