2 writes to _numSuppliedItems
Microsoft.AspNetCore.Components (2)
RenderTree\StackObjectPool.cs (2)
27_numSuppliedItems++; 70_numSuppliedItems--;
6 references to _numSuppliedItems
Microsoft.AspNetCore.Components (6)
RenderTree\StackObjectPool.cs (6)
29if (_numSuppliedItems <= _maxPreservedItems) 31if (_numTrackedItems < _numSuppliedItems) 41return _contents[_numSuppliedItems - 1]; 53if (_numSuppliedItems <= 0) 57else if (_numSuppliedItems <= _maxPreservedItems) 61var expectedInstance = _contents[_numSuppliedItems - 1];