diff --git a/xml/System.Numerics/BigInteger.xml b/xml/System.Numerics/BigInteger.xml
index 4a6690f1172..b63547c9c38 100644
--- a/xml/System.Numerics/BigInteger.xml
+++ b/xml/System.Numerics/BigInteger.xml
@@ -1716,6 +1716,8 @@ The individual bytes in the `value` array should be in little-endian order, from
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System.Numerics/IBinaryInteger`1.xml b/xml/System.Numerics/IBinaryInteger`1.xml
index cbd6d814754..b34b28dffa3 100644
--- a/xml/System.Numerics/IBinaryInteger`1.xml
+++ b/xml/System.Numerics/IBinaryInteger`1.xml
@@ -192,6 +192,8 @@
Computes the quotient and remainder of two values.
The quotient and remainder of divided by .
To be added.
+
+ is zero.
diff --git a/xml/System/Byte.xml b/xml/System/Byte.xml
index 9228a98f2c0..4a5dbdefe37 100644
--- a/xml/System/Byte.xml
+++ b/xml/System/Byte.xml
@@ -710,6 +710,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/Int128.xml b/xml/System/Int128.xml
index f9f30041a81..ea76c29004d 100644
--- a/xml/System/Int128.xml
+++ b/xml/System/Int128.xml
@@ -651,6 +651,10 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
+
+ is Int128.MinValue and is -1.
diff --git a/xml/System/Int16.xml b/xml/System/Int16.xml
index 9ef183fe7b7..ea382b6a3fc 100644
--- a/xml/System/Int16.xml
+++ b/xml/System/Int16.xml
@@ -791,6 +791,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/Int32.xml b/xml/System/Int32.xml
index 288ac96fd77..fde787754a5 100644
--- a/xml/System/Int32.xml
+++ b/xml/System/Int32.xml
@@ -821,6 +821,10 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
+
+ is Int32.MinValue and is -1.
diff --git a/xml/System/Int64.xml b/xml/System/Int64.xml
index 76434cbbaf8..0823ff2356b 100644
--- a/xml/System/Int64.xml
+++ b/xml/System/Int64.xml
@@ -814,6 +814,10 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
+
+ is Int64.MinValue and is -1.
diff --git a/xml/System/IntPtr.xml b/xml/System/IntPtr.xml
index 613271e0cb6..c33cc724798 100644
--- a/xml/System/IntPtr.xml
+++ b/xml/System/IntPtr.xml
@@ -1058,6 +1058,10 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
+
+ is IntPtr.MinValue and is -1.
diff --git a/xml/System/Math.xml b/xml/System/Math.xml
index 2050cb52afb..b954a21dc6d 100644
--- a/xml/System/Math.xml
+++ b/xml/System/Math.xml
@@ -2882,6 +2882,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two unsigned 8-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
@@ -2976,6 +2978,10 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two signed 32-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
+
+ is Int32.MinValue and is -1.
@@ -3023,6 +3029,10 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two signed 64-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
+
+ is Int64.MinValue and is -1.
@@ -3085,6 +3095,10 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two signed native-size numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
+
+ is IntPtr.MinValue and is -1.
@@ -3138,6 +3152,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two signed 8-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
@@ -3191,6 +3207,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two unsigned 16-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
@@ -3244,6 +3262,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two unsigned 32-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
@@ -3297,6 +3317,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two unsigned 64-bit numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
@@ -3365,6 +3387,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
Produces the quotient and the remainder of two unsigned native-size numbers.
The quotient and the remainder of the specified numbers.
To be added.
+
+ is zero.
@@ -3440,6 +3464,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
is zero.
+
+ is Int32.MinValue and is -1.
@@ -3516,6 +3542,8 @@ Dim i2 As Integer = CInt(Math.Ceiling(d2)) ' Result: 7969
is zero.
+
+ is Int64.MinValue and is -1.
diff --git a/xml/System/SByte.xml b/xml/System/SByte.xml
index 594a5200f42..567cf4a83dd 100644
--- a/xml/System/SByte.xml
+++ b/xml/System/SByte.xml
@@ -796,6 +796,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/UInt128.xml b/xml/System/UInt128.xml
index 582cdbe16b3..3102a92c181 100644
--- a/xml/System/UInt128.xml
+++ b/xml/System/UInt128.xml
@@ -587,6 +587,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/UInt16.xml b/xml/System/UInt16.xml
index bcf51058cf2..a16d1b071d9 100644
--- a/xml/System/UInt16.xml
+++ b/xml/System/UInt16.xml
@@ -722,6 +722,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/UInt32.xml b/xml/System/UInt32.xml
index 62ec0737722..852dc3f6026 100644
--- a/xml/System/UInt32.xml
+++ b/xml/System/UInt32.xml
@@ -757,6 +757,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/UInt64.xml b/xml/System/UInt64.xml
index 16d52ea59b8..4d283cf4e51 100644
--- a/xml/System/UInt64.xml
+++ b/xml/System/UInt64.xml
@@ -755,6 +755,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.
diff --git a/xml/System/UIntPtr.xml b/xml/System/UIntPtr.xml
index 763658b4988..fa2a3200c93 100644
--- a/xml/System/UIntPtr.xml
+++ b/xml/System/UIntPtr.xml
@@ -925,6 +925,8 @@
The quotient and remainder of divided-by .
To be added.
+
+ is zero.