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
))
53
if (count >
_maximumObjectSize
)
55
builder.Capacity =
_maximumObjectSize
;