Пример #1
0
 public MSBuildQuickInfoSource(ITextBuffer textBuffer, MSBuildQuickInfoSourceProvider provider)
 {
     this.textBuffer = textBuffer;
     this.provider   = provider;
     parser          = provider.ParserProvider.GetParser(textBuffer);
 }
Пример #2
0
 public MSBuildQuickInfoSource(ITextBuffer textBuffer, MSBuildQuickInfoSourceProvider provider)
 {
     this.textBuffer = textBuffer;
     this.provider   = provider;
 }