2 writes to _appendStart
mscorlib (2)
system\io\filestream.cs (2)
949_appendStart = SeekCore(0, SeekOrigin.End); 952_appendStart = -1;
4 references to _appendStart
mscorlib (4)
system\io\filestream.cs (4)
1463if (_appendStart != -1 && value < _appendStart) 1642if (_appendStart != -1 && pos < _appendStart) {