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)
372
if ((lastPos >=
_maxFileSize
) && (handle == _handle)){
374
if ((handle != _handle) || (lastPos <
_maxFileSize
))
435
if (lastPos >=
_maxFileSize
)