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)
168
sequence.
ChildCount
> 0)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1408
var last = sequence.ChildAt(sequence.
ChildCount
- 1).Node;