Skip to content

Commit 4965806

Browse files
elgonzoelgonzo
andauthored
Remove System.IO.Stream.Position remark about it not tracking consumed/skipped bytes (dotnet#8773)
* Remove System.IO.Stream.Position remark about it not tracking consumed/skipped bytes. * Remove OracleBFile.Position and OracleLob.Position remarks about not tracking consumed/skipped bytes. Co-authored-by: elgonzo <[email protected]>
1 parent 19d9720 commit 4965806

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

xml/System.Data.OracleClient/OracleBFile.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,6 @@
625625
## Remarks
626626
Seeking to any location beyond the length of the stream is not supported.
627627
628-
The `Position` property does not keep track of the number of bytes from the stream that have been consumed, skipped, or both.
629-
630628
]]></format>
631629
</remarks>
632630
<exception cref="T:System.ArgumentOutOfRangeException">Attempted to set a position with a negative value or greater than the length of the stream.</exception>

xml/System.Data.OracleClient/OracleLob.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,6 @@ If(myLob == OracleLob.Null)
10621062
10631063
Seeking to any location beyond the length of the stream is supported. Seeking to an odd position for `CLOB` and `NCLOB` data types is also supported. For more information, see the Remarks section of the <xref:System.Data.OracleClient.OracleLob.Read%2A> property.
10641064
1065-
The <xref:System.Data.OracleClient.OracleLob.Position%2A> property does not keep track of the number of bytes from the stream that have been consumed, skipped, or both.
1066-
10671065
]]></format>
10681066
</remarks>
10691067
<exception cref="T:System.InvalidOperationException">The connection is closed.</exception>

xml/System.IO/Stream.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,8 +1862,6 @@
18621862
18631863
Seeking to any location beyond the length of the stream is supported.
18641864
1865-
The `Position` property does not keep track of the number of bytes from the stream that have been consumed, skipped, or both.
1866-
18671865
]]></format>
18681866
</remarks>
18691867
<exception cref="T:System.IO.IOException">An I/O error occurs.</exception>

0 commit comments

Comments
 (0)