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();
131
object IAttachedCollectionSource.SourceItem =>
_childCollection
.SourceItem;
133
bool IAttachedCollectionSource.HasItems =>
_childCollection
.HasItems;
146
return
_childCollection
.Items;
152
add =>
_childCollection
.PropertyChanged += value;
153
remove =>
_childCollection
.PropertyChanged -= value;