Implemented interface member:
4 references to HasItems
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (1)
133bool IAttachedCollectionSource.HasItems => _childCollection.HasItems;
SolutionExplorer\SymbolTree\SymbolTreeChildCollection.cs (2)
17/// <param name="hasItemsDefault">If non-null, the known value for <see cref="HasItems"/>. If null, 139this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(HasItems)));
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (1)
124bool IAttachedCollectionSource.HasItems => _childCollection.HasItems;