Ejemplo n.º 1
0
 public XmlQuickInfoSource(ITextBuffer buffer, XmlQuickInfoSourceProvider provider)
 {
     this.textBuffer = buffer;
     this.provider   = provider;
 }
Ejemplo n.º 2
0
 public XmlQuickInfoSource(ITextBuffer buffer, XmlQuickInfoSourceProvider provider)
 {
     this.textBuffer = buffer;
       this.provider = provider;
 }