3 references to SlotCount
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxList.cs (1)
58
private string SerializedValue => $"List: {
SlotCount
} slots";
Language\Syntax\SyntaxList`1.cs (2)
66
=> Node == null ? 0 : (Node.IsList ? Node.
SlotCount
: 1);
81
if (unchecked((uint)index < (uint)Node.
SlotCount
))