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