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)
1463
if (
_appendStart
!= -1 && value <
_appendStart
)
1642
if (
_appendStart
!= -1 && pos <
_appendStart
) {