1 write to _childCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (1)
48_childCollection = new(rootProvider, this, hasItemsDefault: ItemKey.HasItems);
7 references to _childCollection
Microsoft.VisualStudio.LanguageServices.Implementation (7)
SolutionExplorer\SymbolTree\SymbolTreeItem.cs (7)
113_childCollection.SetItemsAndMarkComputed_OnMainThread(this.ItemProvider, items); 118_childCollection.ResetToUncomputedState(this.ItemKey.HasItems); 122object IAttachedCollectionSource.SourceItem => _childCollection.SourceItem; 124bool IAttachedCollectionSource.HasItems => _childCollection.HasItems; 126IEnumerable IAttachedCollectionSource.Items => _childCollection.Items; 130add => _childCollection.PropertyChanged += value; 131remove => _childCollection.PropertyChanged -= value;