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