1 write to _maxBatchSize
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
193
_maxBatchSize
= _compConfig.MaxBatchSize;
1 reference to _maxBatchSize
System.Web (1)
Compilation\AssemblyBuilder.cs (1)
263
return (_sourceFiles.Count >=
_maxBatchSize
) ||