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