2 writes to _array
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\PooledArray`1.cs (2)
39_array = pool.Rent(minimumLength); 47_array = null;
3 references to _array
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledObjects\PooledArray`1.cs (3)
22public readonly T[] Array => _array!; 31public readonly Span<T> Span => _array!.AsSpan(0, _minimumLength); 44if (_array is T[] array)