1 write to Children
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentSymbolDataViewModel.cs (1)
48Children = children;
9 references to Children
Microsoft.VisualStudio.LanguageServices (5)
DocumentOutline\DocumentOutlineViewModel.cs (4)
246ExpandOrCollapse(model.Children, shouldExpand); 349AddAllModels(model.Children, result); 393AddPreviousState(newSnapshot, item.Children, oldState); 409ApplyOldState(oldState, item.Children);
DocumentOutline\DocumentOutlineViewModel_Utilities.cs (1)
198SetExpansionOption(item.Children, expand);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
DocumentOutline\DocumentOutlineTests.cs (4)
86var sortedChildren = SortDocumentSymbols(documentSymbol.Children, sortOption); 117CheckSortedSymbols(symbol.Children, sortOption); 168item.Children, 197item.Children,