diff --git a/xml/System.Buffers/ReadOnlySequenceSegment`1.xml b/xml/System.Buffers/ReadOnlySequenceSegment`1.xml
index 46f37461a5f..8d636e45ad1 100644
--- a/xml/System.Buffers/ReadOnlySequenceSegment`1.xml
+++ b/xml/System.Buffers/ReadOnlySequenceSegment`1.xml
@@ -23,7 +23,7 @@
- To be added.
+ The type of the elements in the read-only sequence segment.
Represents a linked list of nodes.
To be added.
@@ -47,7 +47,7 @@
- To be added.
+ Initializes a new instance of the class.
To be added.
diff --git a/xml/System.Buffers/ReadOnlySequence`1.xml b/xml/System.Buffers/ReadOnlySequence`1.xml
index 4972a6db43a..6b3bf5d48db 100644
--- a/xml/System.Buffers/ReadOnlySequence`1.xml
+++ b/xml/System.Buffers/ReadOnlySequence`1.xml
@@ -28,7 +28,7 @@
- To be added.
+ The type of the elements in the read-only sequence.
Represents a sequence that can read a sequential series of .
To be added.
@@ -55,7 +55,7 @@
- To be added.
+ A read-only block of memory of elements of type .
Creates an instance of from a .
- To be added.
- To be added.
- To be added.
- To be added.
+ The initial node of the linked memory list.
+ The position to the start of the sequence inside .
+ The final node of the linked memory list.
+ The position to the end of the sequence inside .
Creates an instance of a from a linked memory list represented by start and end segments and the corresponding indexes in them.
To be added.
+
+ or is .
+ The running index of is greater than the running index of , even though is different to .
+
+-or-
+
+ is equal to but is smaller than .
+
+-or-
+
+ is greater than the length of the underlying memory block of .
@@ -178,7 +189,7 @@ The consumer is expected to manage the lifetime of memory until
+ Returns an empty .
To be added.
@@ -314,9 +325,9 @@ The consumer is expected to manage the lifetime of memory until
- To be added.
+ The offset from the start of the sequence.
Returns a new at an from the start of the sequence.
- To be added.
+ An object representing the sequence position that starts at the specified from the start of the sequence.
To be added.
@@ -346,10 +357,10 @@ The consumer is expected to manage the lifetime of memory until
- To be added.
- To be added.
- Returns a new at an from the .
- A new object that starts at the position of the original object.
+ The offset from the specified sequence position.
+ A sequence position representing the point from which to initiate the offset.
+ Returns a new starting at the specified offset from the position.
+ An object representing the sequence position that starts at the position of the specified position object.
To be added.
@@ -778,8 +789,8 @@ The consumer is expected to manage the lifetime of memory until