1 write to _slotCount
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
156
_slotCount
= (byte)value;
5 references to _slotCount
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
145
int count =
_slotCount
;
172
return
_slotCount
;
785
} while (node?.
_slotCount
> 0);
807
} while (node?.
_slotCount
> 0);
830
while (node?.
_slotCount
> 0);