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