2 overrides of GetSlotCount
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\SyntaxList.WithManyChildren.cs (1)
76protected override int GetSlotCount()
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\InternalSyntax\SyntaxNode.vb (1)
92Protected Overrides Function GetSlotCount() As Integer
1 reference to GetSlotCount
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
148count = GetSlotCount();