2 references to Children
Microsoft.CodeAnalysis.Features (2)
RQName\SimpleTree\SimpleGroupNode.cs (2)
18
public SimpleTreeNode this[int index] { get { return
Children
[index]; } }
20
public int Count { get { return
Children
.Count; } }