You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Private.CoreLib/src/System/IO/Strategies/OSFileStreamStrategy.cs
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ internal abstract class OSFileStreamStrategy : FileStreamStrategy
17
17
18
18
protectedlong_filePosition;
19
19
privatelong_appendStart;// When appending, prevent overwriting file.
20
-
privatelong_length=-1;// When the file is locked for writes (_share <= FileShare.Read) cache file length in-memory, negative means that hasn't been fetched.
20
+
privatelong_length=-1;// When the file is locked for writes on Windows (_share <= FileShare.Read) cache file length in-memory, negative means that hasn't been fetched.
21
21
privatebool_exposedHandle;// created from handle, or SafeFileHandle was used and the handle got exposed
0 commit comments