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