Base:
property
ChildCount
Microsoft.CodeAnalysis.EmbeddedLanguages.Common.EmbeddedSyntaxNode<TSyntaxKind, TSyntaxNode>.ChildCount
2 references to ChildCount
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameNodeDefinitions.cs (2)
422if (index >= ChildCount) 432if (index == ChildCount - 1)