Пример #1
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer, IPythonRuntimeHost host)
 {
     _textBuffer = textBuffer;
     _provider   = provider;
     _host       = host;
 }
Пример #2
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer, IPythonRuntimeHost host)
 {
     _textBuffer = textBuffer;
     _provider = provider;
     _host = host;
 }