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