8 references to SlotCount
Microsoft.CodeAnalysis (4)
Syntax\SyntaxList`1.cs (2)
113
return _node == null ? 0 : (_node.IsList ? _node.
SlotCount
: 1);
130
if (unchecked((uint)index < (uint)_node.
SlotCount
))
Syntax\SyntaxNodeOrTokenList.cs (2)
126
get { return _node == null ? 0 : _node.Green.IsList ? _node.
SlotCount
: 1; }
148
if (unchecked((uint)index < (uint)_node.
SlotCount
))
Microsoft.CodeAnalysis.CSharp (1)
Parser\Blender.Cursor.cs (1)
153
if (node.
SlotCount
> 0)
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\CompilationExtensions.cs (3)
425
if (separatedList.
SlotCount
> 100)
440
int n = separatedList.
SlotCount
;
452
int n = separatedList.
SlotCount
;