예제 #1
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer)
 {
     m_textBuffer = textBuffer;
     m_sourceProvider = provider;
     m_parseTreeCache = new ParseTreeCache();
     this.m_sourceTextCache = new SourceTextCache();
 }
예제 #2
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer)
 {
     m_textBuffer           = textBuffer;
     m_sourceProvider       = provider;
     m_parseTreeCache       = new ParseTreeCache();
     this.m_sourceTextCache = new SourceTextCache();
 }