1 write to _maximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\StringBuilderPool.Policy.cs (1)
18
_maximumObjectSize
= maximumObjectSize;
3 references to _maximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledObjects\StringBuilderPool.Policy.cs (3)
23
if (!maximumObjectSize.HasValue || maximumObjectSize.Value == Default.
_maximumObjectSize
)
37
if (builder.Capacity >
_maximumObjectSize
)
39
builder.Capacity =
_maximumObjectSize
;