1 write to _maxFileSize
System.Core (1)
System\IO\LogStream.cs (1)
110_maxFileSize = maxFileSize;
3 references to _maxFileSize
System.Core (3)
System\IO\LogStream.cs (3)
372if ((lastPos >= _maxFileSize) && (handle == _handle)){ 374if ((handle != _handle) || (lastPos < _maxFileSize)) 435if (lastPos >= _maxFileSize)