3 writes to _canSeek
mscorlib (3)
system\io\filestream.cs (3)
939
_canSeek
= true;
1029
_canSeek
= handleType == Win32Native.FILE_TYPE_DISK;
1298
_canSeek
= false;
2 references to _canSeek
mscorlib (2)
system\io\filestream.cs (2)
1072
if (
_canSeek
)
1167
get { return
_canSeek
; }