8 references to _childCollection
Microsoft.VisualStudio.LanguageServices.Implementation (8)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (8)
52_childCollection.ResetToUncomputedState(GetHasItemsDefaultValue(_hierarchyItem)); 86_childCollection.SetItemsAndMarkComputed_OnMainThread(itemProvider, items); 92_childCollection.ClearAndMarkComputed_OnMainThread(); 132object IAttachedCollectionSource.SourceItem => _childCollection.SourceItem; 134bool IAttachedCollectionSource.HasItems => _childCollection.HasItems; 148return _childCollection.Items; 154add => _childCollection.PropertyChanged += value; 155remove => _childCollection.PropertyChanged -= value;