2 overrides of GetSlotCount
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxList.cs (1)
324protected override int GetSlotCount()
Language\Syntax\InternalSyntax\SyntaxToken.cs (1)
33protected sealed override int GetSlotCount()
1 reference to GetSlotCount
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\GreenNode.cs (1)
75count = GetSlotCount();