1 write to _maximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\ListPool`1.Policy.cs (1)
18
_maximumObjectSize
= maximumObjectSize;
2 references to _maximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\ListPool`1.Policy.cs (2)
23
if (!maximumObjectSize.HasValue || maximumObjectSize.Value == Default.
_maximumObjectSize
)
39
if (count >
_maximumObjectSize
)