1 write to _maximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\ArrayBuilderPool`1.Policy.cs (1)
26_maximumObjectSize = maximumObjectSize;
3 references to _maximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledObjects\ArrayBuilderPool`1.Policy.cs (3)
34(!maximumObjectSize.HasValue || maximumObjectSize.Value == Default._maximumObjectSize)) 53if (count > _maximumObjectSize) 55builder.Capacity = _maximumObjectSize;