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