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);
122
object IAttachedCollectionSource.SourceItem =>
_childCollection
.SourceItem;
124
bool IAttachedCollectionSource.HasItems =>
_childCollection
.HasItems;
126
IEnumerable IAttachedCollectionSource.Items =>
_childCollection
.Items;
130
add =>
_childCollection
.PropertyChanged += value;
131
remove =>
_childCollection
.PropertyChanged -= value;