Base:
property
ChildCount
Microsoft.CodeAnalysis.EmbeddedLanguages.Common.EmbeddedSyntaxNode<TSyntaxKind, TSyntaxNode>.ChildCount
2 references to ChildCount
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.CaptureInfoAnalyzer.cs (1)
168sequence.ChildCount > 0)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1408var last = sequence.ChildAt(sequence.ChildCount - 1).Node;