1 override of GetSlotCount
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
46
protected override int
GetSlotCount
()
1 reference to GetSlotCount
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
154
return count == SlotCountTooLarge ?
GetSlotCount
() : count;