public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer buffer, ITagAggregator <ClassificationTag> tagAggregator)
 {
     this.provider      = provider;
     this.buffer        = buffer;
     this.tagAggregator = tagAggregator;
 }
		public QuickInfoSource(QuickInfoSourceProvider provider, ITextBuffer buffer, ITagAggregator<ClassificationTag> tagAggregator)
		{
			this.provider = provider;
			this.buffer = buffer;
			this.tagAggregator = tagAggregator;
		}