public CodeBlockMethodOverloadProvider(CodeCompletionMethodInsightWindow insightWindow)
 {
     this.insightWindow = insightWindow;
     insightWindow.items.CollectionChanged += OnInsightWindowItemsChanged;
 }
 public CodeBlockMethodOverloadProvider(CodeCompletionMethodInsightWindow insightWindow)
 {
     this.insightWindow = insightWindow;
     insightWindow.items.CollectionChanged += OnInsightWindowItemsChanged;
 }