2 references to DefaultMaximumObjectSize
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\CustomObjectPool`1.cs (1)
10protected const int DefaultMaximumObjectSize = DefaultPool.DefaultMaximumObjectSize;
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\ClassifiedSpanVisitor.cs (1)
15public const int MaximumObjectSize = DefaultPool.DefaultMaximumObjectSize * 32;