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)
23if (!maximumObjectSize.HasValue || maximumObjectSize.Value == Default._maximumObjectSize) 37if (builder.Capacity > _maximumObjectSize) 39builder.Capacity = _maximumObjectSize;