8 references to _childCollection
Microsoft.VisualStudio.LanguageServices.Implementation (8)
SolutionExplorer\SymbolTree\RootSymbolTreeItemCollectionSource.cs (8)
51_childCollection.ResetToUncomputedState(GetHasItemsDefaultValue(_hierarchyItem)); 85_childCollection.SetItemsAndMarkComputed_OnMainThread(itemProvider, items); 91_childCollection.ClearAndMarkComputed_OnMainThread(); 131object IAttachedCollectionSource.SourceItem => _childCollection.SourceItem; 133bool IAttachedCollectionSource.HasItems => _childCollection.HasItems; 146return _childCollection.Items; 152add => _childCollection.PropertyChanged += value; 153remove => _childCollection.PropertyChanged -= value;