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)
145int count = _slotCount; 172return _slotCount; 785} while (node?._slotCount > 0); 807} while (node?._slotCount > 0); 830while (node?._slotCount > 0);