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();
132
object IAttachedCollectionSource.SourceItem =>
_childCollection
.SourceItem;
134
bool IAttachedCollectionSource.HasItems =>
_childCollection
.HasItems;
148
return
_childCollection
.Items;
154
add =>
_childCollection
.PropertyChanged += value;
155
remove =>
_childCollection
.PropertyChanged -= value;