Implemented interface member:
4 references to HasItems
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (1)
133
bool 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,
139
this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(
HasItems
)));
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (1)
124
bool IAttachedCollectionSource.HasItems => _childCollection.
HasItems
;