diff --git a/xml/System.Reflection.Metadata/MetadataReader.xml b/xml/System.Reflection.Metadata/MetadataReader.xml index 7f2197c396e..81905ee461d 100644 --- a/xml/System.Reflection.Metadata/MetadataReader.xml +++ b/xml/System.Reflection.Metadata/MetadataReader.xml @@ -2169,8 +2169,8 @@ Use System.Reflection.Metadata.MetadataReaderOptions - Gets the passed to the constructor. - A bitwise combination of the enumeration values that describes the enum value. + Gets the passed to the constructor. + A bitwise combination of the enumeration values that describes the enum value. To be added. diff --git a/xml/System.Reflection.Metadata/SignatureHeader.xml b/xml/System.Reflection.Metadata/SignatureHeader.xml index d35bd1bb622..1d685dc73bc 100644 --- a/xml/System.Reflection.Metadata/SignatureHeader.xml +++ b/xml/System.Reflection.Metadata/SignatureHeader.xml @@ -288,9 +288,9 @@ System.Boolean - Gets a value that indicates whether this structure has the signature attribute. + Gets a value that indicates whether this structure has the signature attribute. - if the attribute is present; otherwise, . + if the attribute is present; otherwise, . @@ -316,9 +316,9 @@ System.Boolean - Gets a value that indicates whether this structure has the signature attribute. + Gets a value that indicates whether this structure has the signature attribute. - if the attribute is present; otherwise, . + if the attribute is present; otherwise, . @@ -344,9 +344,9 @@ System.Boolean - Gets a value that indicates whether this structure has the signature attribute. + Gets a value that indicates whether this structure has the signature attribute. - if the attribute is present; otherwise, . + if the attribute is present; otherwise, . diff --git a/xml/System.Runtime.CompilerServices/Unsafe.xml b/xml/System.Runtime.CompilerServices/Unsafe.xml index 79ebce619db..65842d7cb6a 100644 --- a/xml/System.Runtime.CompilerServices/Unsafe.xml +++ b/xml/System.Runtime.CompilerServices/Unsafe.xml @@ -985,8 +985,7 @@ The type of reference. The reference to subtract the offset from. The offset to subtract. - - Subtracts an element offset from the given reference. + Subtracts an element offset from the given reference. A new reference that reflects the subtraction of offset from pointer. To be added. diff --git a/xml/System.Runtime.Serialization/XmlObjectSerializer.xml b/xml/System.Runtime.Serialization/XmlObjectSerializer.xml index f21a834ed97..fa43427095e 100644 --- a/xml/System.Runtime.Serialization/XmlObjectSerializer.xml +++ b/xml/System.Runtime.Serialization/XmlObjectSerializer.xml @@ -45,8 +45,6 @@ ]]> - the type being serialized does not conform to data contract rules. For example, the attribute has not been applied to the type. - there is a problem with the instance being serialized. When you inherit from , you must override the following members: , , . Additionally, the and methods must be implemented for reading and deserializing. diff --git a/xml/System.Security.Cryptography/ECDiffieHellman.xml b/xml/System.Security.Cryptography/ECDiffieHellman.xml index 6e0ea33cdc5..ed2d286a915 100644 --- a/xml/System.Security.Cryptography/ECDiffieHellman.xml +++ b/xml/System.Security.Cryptography/ECDiffieHellman.xml @@ -305,8 +305,7 @@ ]]> - - The curve used by has a different size than the curve from this key. + The curve used by has a different size than the curve from this key. -or- @@ -564,8 +563,7 @@ and callers are advised to call whichever method explicitly says it performs the ]]> - - The curve used by has a different size than the curve from this key. + The curve used by has a different size than the curve from this key. is . The curve used by is different than the curve from this key. @@ -624,8 +622,7 @@ For more information, see [IETF RFC 4346, section 5](https://tools.ietf.org/html ]]> A derived class must override this method. - - The curve used by has a different size than the curve from this key. + The curve used by has a different size than the curve from this key. , or is . diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml b/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml index f5482b53bd7..a199d08bf67 100644 --- a/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml +++ b/xml/System.Security.Cryptography/ECDiffieHellmanCng.xml @@ -481,8 +481,7 @@ This instance represents only a public key. The first 48 bytes from the TLS 1.1 PRF, using the shared secret as the key. To be added. A derived class must override this method. - - The curve used by has a different size than the curve from this key. + The curve used by has a different size than the curve from this key. , or is . diff --git a/xml/System.Text/UTF32Encoding.xml b/xml/System.Text/UTF32Encoding.xml index 3fa1db72eda..cf73d77bdb7 100644 --- a/xml/System.Text/UTF32Encoding.xml +++ b/xml/System.Text/UTF32Encoding.xml @@ -1729,7 +1729,7 @@ and do not denote a valid range in . Error detection is enabled, and contains an invalid sequence of bytes. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for a complete explanation) + A fallback occurred (see Character Encoding in .NET for a complete explanation). -and- diff --git a/xml/System.Text/UTF7Encoding.xml b/xml/System.Text/UTF7Encoding.xml index 6f7845c98e2..a575f5f4dc7 100644 --- a/xml/System.Text/UTF7Encoding.xml +++ b/xml/System.Text/UTF7Encoding.xml @@ -318,7 +318,7 @@ is (). The resulting number of bytes is greater than the maximum number that can be returned as an int. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) + A fallback occurred (see Character Encoding in .NET for fuller explanation). -and- @@ -570,7 +570,7 @@ or is less than zero. is less than the resulting number of bytes. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) + A fallback occurred (see Character Encoding in .NET for fuller explanation). -and- @@ -670,7 +670,7 @@ is not a valid index in . does not have enough capacity from to the end of the array to accommodate the resulting bytes. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) + A fallback occurred (see Character Encoding in .NET for fuller explanation). -and- @@ -771,7 +771,7 @@ is not a valid index in . does not have enough capacity from to the end of the array to accommodate the resulting bytes. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) + A fallback occurred (see Character Encoding in .NET for fuller explanation). -and- @@ -854,7 +854,7 @@ -or- The resulting number of characters is greater than the maximum number that can be returned as an int. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) + A fallback occurred (see Character Encoding in .NET for fuller explanation). -and- @@ -1539,7 +1539,7 @@ -or- and do not denote a valid range in . - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation) + A fallback occurred (see Character Encoding in .NET for fuller explanation). -and- diff --git a/xml/System.Text/UTF8Encoding.xml b/xml/System.Text/UTF8Encoding.xml index 79101911ea4..71742173637 100644 --- a/xml/System.Text/UTF8Encoding.xml +++ b/xml/System.Text/UTF8Encoding.xml @@ -393,7 +393,7 @@ ]]> Error detection is enabled, and contains an invalid sequence of characters. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for complete explanation) + A fallback occurred (see Character Encoding in .NET for complete explanation). -and- @@ -544,7 +544,7 @@ The resulting number of bytes is greater than the maximum number that can be returned as an integer. Error detection is enabled, and contains an invalid sequence of characters. - A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for a complete explanation) + A fallback occurred (see Character Encoding in .NET for a complete explanation). -and- diff --git a/xml/System.Xml.Serialization/XmlSchemaExporter.xml b/xml/System.Xml.Serialization/XmlSchemaExporter.xml index c72f6930b34..34142d5fc58 100644 --- a/xml/System.Xml.Serialization/XmlSchemaExporter.xml +++ b/xml/System.Xml.Serialization/XmlSchemaExporter.xml @@ -134,9 +134,9 @@ - The namespace of the XML schema document to which to add an **<any>** element. - Exports an **<any>** element to the object that is identified by the specified namespace. - An arbitrary name assigned to the **<any>** element declaration. + The namespace of the XML schema document to which to add an <any> element. + Exports an <any> element to the object that is identified by the specified namespace. + An arbitrary name assigned to the <any> element declaration. Instructs the to read the current XML element if the element has a null attribute with the value true. - if the element has a **null="true"** attribute value and has been read; otherwise, . + if the element has a null="true" attribute value and has been read; otherwise, . Instructs the to read the fully qualified name of the element where it is currently positioned. - A that represents the fully qualified name of the current XML element; otherwise, if a **null="true"** attribute value is present. + A that represents the fully qualified name of the current XML element; otherwise, if a null="true" attribute value is present.