Skip to content

Commit d486aaf

Browse files
authored
IntelliSense fixes (#3633)
1 parent 53df2ab commit d486aaf

File tree

11 files changed

+27
-34
lines changed

11 files changed

+27
-34
lines changed

xml/System.Reflection.Metadata/MetadataReader.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,8 +2169,8 @@ Use <xref:System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(System
21692169
<ReturnType>System.Reflection.Metadata.MetadataReaderOptions</ReturnType>
21702170
</ReturnValue>
21712171
<Docs>
2172-
<summary>Gets the <see cref="F:System.Reflection.Metadata.MetadataReaderOptions" /> passed to the constructor.</summary>
2173-
<value>A bitwise combination of the enumeration values that describes the <see cref="F:System.Reflection.Metadata.MetadataReaderOptions" /> enum value.</value>
2172+
<summary>Gets the <see cref="T:System.Reflection.Metadata.MetadataReaderOptions" /> passed to the constructor.</summary>
2173+
<value>A bitwise combination of the enumeration values that describes the <see cref="T:System.Reflection.Metadata.MetadataReaderOptions" /> enum value.</value>
21742174
<remarks>To be added.</remarks>
21752175
</Docs>
21762176
</Member>

xml/System.Reflection.Metadata/SignatureHeader.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@
288288
<ReturnType>System.Boolean</ReturnType>
289289
</ReturnValue>
290290
<Docs>
291-
<summary>Gets a value that indicates whether this <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure has the <see cref="T:System.Reflection.Metadata.SignatureAttributes.ExplicitThis" /> signature attribute.</summary>
291+
<summary>Gets a value that indicates whether this <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure has the <see cref="F:System.Reflection.Metadata.SignatureAttributes.ExplicitThis" /> signature attribute.</summary>
292292
<value>
293-
<see langword="true" /> if the <see cref="T:System.Reflection.Metadata.SignatureAttributes.ExplicitThis" /> attribute is present; otherwise, <see langword="false" />.</value>
293+
<see langword="true" /> if the <see cref="F:System.Reflection.Metadata.SignatureAttributes.ExplicitThis" /> attribute is present; otherwise, <see langword="false" />.</value>
294294
<remarks>
295295
</remarks>
296296
</Docs>
@@ -316,9 +316,9 @@
316316
<ReturnType>System.Boolean</ReturnType>
317317
</ReturnValue>
318318
<Docs>
319-
<summary>Gets a value that indicates whether this <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure has the <see cref="T:System.Reflection.Metadata.SignatureAttributes.Generic" /> signature attribute.</summary>
319+
<summary>Gets a value that indicates whether this <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure has the <see cref="F:System.Reflection.Metadata.SignatureAttributes.Generic" /> signature attribute.</summary>
320320
<value>
321-
<see langword="true" /> if the <see cref="T:System.Reflection.Metadata.SignatureAttributes.Generic" /> attribute is present; otherwise, <see langword="false" />.</value>
321+
<see langword="true" /> if the <see cref="F:System.Reflection.Metadata.SignatureAttributes.Generic" /> attribute is present; otherwise, <see langword="false" />.</value>
322322
<remarks>
323323
</remarks>
324324
</Docs>
@@ -344,9 +344,9 @@
344344
<ReturnType>System.Boolean</ReturnType>
345345
</ReturnValue>
346346
<Docs>
347-
<summary>Gets a value that indicates whether this <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure has the <see cref="T:System.Reflection.Metadata.SignatureAttributes.Instance" /> signature attribute.</summary>
347+
<summary>Gets a value that indicates whether this <see cref="T:System.Reflection.Metadata.SignatureHeader" /> structure has the <see cref="F:System.Reflection.Metadata.SignatureAttributes.Instance" /> signature attribute.</summary>
348348
<value>
349-
<see langword="true" /> if the <see cref="T:System.Reflection.Metadata.SignatureAttributes.Instance" /> attribute is present; otherwise, <see langword="false" />.</value>
349+
<see langword="true" /> if the <see cref="F:System.Reflection.Metadata.SignatureAttributes.Instance" /> attribute is present; otherwise, <see langword="false" />.</value>
350350
<remarks>
351351
</remarks>
352352
</Docs>

xml/System.Runtime.CompilerServices/Unsafe.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,8 +985,7 @@
985985
<typeparam name="T">The type of reference.</typeparam>
986986
<param name="source">The reference to subtract the offset from.</param>
987987
<param name="elementOffset">The offset to subtract.</param>
988-
<summary>
989-
Subtracts an element offset from the given reference.</summary>
988+
<summary>Subtracts an element offset from the given reference.</summary>
990989
<returns>A new reference that reflects the subtraction of offset from pointer.</returns>
991990
<remarks>To be added.</remarks>
992991
</Docs>

xml/System.Runtime.Serialization/XmlObjectSerializer.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
4646
]]></format>
4747
</remarks>
48-
<exception cref="T:System.Runtime.Serialization.InvalidDataContractException">the type being serialized does not conform to data contract rules. For example, the <see cref="T:System.Runtime.Serialization.DataContractAttribute" /> attribute has not been applied to the type.</exception>
49-
<exception cref="T:System.Runtime.Serialization.SerializationException">there is a problem with the instance being serialized.</exception>
5048
<block subset="none" type="overrides">
5149
<para>When you inherit from <see cref="T:System.Runtime.Serialization.XmlObjectSerializer" />, you must override the following members: <see cref="M:System.Runtime.Serialization.XmlObjectSerializer.WriteStartObject(System.Xml.XmlDictionaryWriter,System.Object)" />, <see cref="M:System.Runtime.Serialization.XmlObjectSerializer.WriteObjectContent(System.Xml.XmlDictionaryWriter,System.Object)" />, <see cref="M:System.Runtime.Serialization.XmlObjectSerializer.WriteEndObject(System.Xml.XmlDictionaryWriter)" />. Additionally, the <see cref="Overload:System.Runtime.Serialization.XmlObjectSerializer.IsStartObject" /> and <see cref="Overload:System.Runtime.Serialization.XmlObjectSerializer.ReadObject" /> methods must be implemented for reading and deserializing.</para>
5250
</block>

xml/System.Security.Cryptography/ECDiffieHellman.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@
305305
306306
]]></format>
307307
</remarks>
308-
<exception cref="T:System.ArgumentException">
309-
The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.
308+
<exception cref="T:System.ArgumentException">The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.
310309

311310
-or-
312311

@@ -564,8 +563,7 @@ and callers are advised to call whichever method explicitly says it performs the
564563
565564
]]></format>
566565
</remarks>
567-
<exception cref="T:System.ArgumentException">
568-
The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.</exception>
566+
<exception cref="T:System.ArgumentException">The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.</exception>
569567
<exception cref="T:System.ArgumentNullException">
570568
<paramref name="otherPartyPublicKey" /> is <see langword="null"/>.</exception>
571569
<exception cref="T:System.Security.Cryptography.CryptographicException">The curve used by <paramref name="otherPartyPublicKey" /> 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
624622
]]></format>
625623
</remarks>
626624
<exception cref="T:System.NotImplementedException">A derived class must override this method.</exception>
627-
<exception cref="T:System.ArgumentException">
628-
The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.</exception>
625+
<exception cref="T:System.ArgumentException">The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.</exception>
629626
<exception cref="T:System.ArgumentNullException">
630627
<paramref name="otherPartyPublicKey"/>, <paramref name="prfLabel" /> or <paramref name="prfSeed" /> is <see langword="null" />.</exception>
631628
<exception cref="T:System.Security.Cryptography.CryptographicException">

xml/System.Security.Cryptography/ECDiffieHellmanCng.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ This instance represents only a public key.</exception>
481481
<returns>The first 48 bytes from the TLS 1.1 PRF, using the shared secret as the key.</returns>
482482
<remarks>To be added.</remarks>
483483
<exception cref="T:System.NotImplementedException">A derived class must override this method.</exception>
484-
<exception cref="T:System.ArgumentException">
485-
The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.</exception>
484+
<exception cref="T:System.ArgumentException">The curve used by <paramref name="otherPartyPublicKey" /> has a different size than the curve from this key.</exception>
486485
<exception cref="T:System.ArgumentNullException">
487486
<paramref name="otherPartyPublicKey"/>, <paramref name="prfLabel" /> or <paramref name="prfSeed" /> is <see langword="null" />.</exception>
488487
<exception cref="T:System.Security.Cryptography.CryptographicException">

xml/System.Text/UTF32Encoding.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729

17301730
<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
17311731
<exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="bytes" /> contains an invalid sequence of bytes.</exception>
1732-
<exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for a complete explanation)
1732+
<exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for a complete explanation).
17331733

17341734
-and-
17351735

xml/System.Text/UTF7Encoding.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
<exception cref="T:System.ArgumentNullException">
319319
<paramref name="s" /> is <see langword="null" /> (<see langword="Nothing" />).</exception>
320320
<exception cref="T:System.ArgumentOutOfRangeException">The resulting number of bytes is greater than the maximum number that can be returned as an int.</exception>
321-
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation)
321+
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation).
322322

323323
-and-
324324

@@ -570,7 +570,7 @@
570570
<paramref name="charCount" /> or <paramref name="byteCount" /> is less than zero.</exception>
571571
<exception cref="T:System.ArgumentException">
572572
<paramref name="byteCount" /> is less than the resulting number of bytes.</exception>
573-
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation)
573+
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation).
574574

575575
-and-
576576

@@ -670,7 +670,7 @@
670670
<paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
671671
<exception cref="T:System.ArgumentException">
672672
<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
673-
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation)
673+
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation).
674674

675675
-and-
676676

@@ -771,7 +771,7 @@
771771
<paramref name="byteIndex" /> is not a valid index in <paramref name="bytes" />.</exception>
772772
<exception cref="T:System.ArgumentException">
773773
<paramref name="bytes" /> does not have enough capacity from <paramref name="byteIndex" /> to the end of the array to accommodate the resulting bytes.</exception>
774-
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation)
774+
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation).
775775

776776
-and-
777777

@@ -854,7 +854,7 @@
854854
-or-
855855

856856
The resulting number of characters is greater than the maximum number that can be returned as an int.</exception>
857-
<exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation)
857+
<exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation).
858858

859859
-and-
860860

@@ -1539,7 +1539,7 @@
15391539
-or-
15401540

15411541
<paramref name="index" /> and <paramref name="count" /> do not denote a valid range in <paramref name="bytes" />.</exception>
1542-
<exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for fuller explanation)
1542+
<exception cref="T:System.Text.DecoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for fuller explanation).
15431543

15441544
-and-
15451545

xml/System.Text/UTF8Encoding.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
]]></format>
394394
</remarks>
395395
<exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
396-
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for complete explanation)
396+
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for complete explanation).
397397

398398
-and-
399399

@@ -544,7 +544,7 @@
544544

545545
The resulting number of bytes is greater than the maximum number that can be returned as an integer.</exception>
546546
<exception cref="T:System.ArgumentException">Error detection is enabled, and <paramref name="chars" /> contains an invalid sequence of characters.</exception>
547-
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see [Character Encoding in the .NET Framework](~/docs/standard/base-types/character-encoding.md) for a complete explanation)
547+
<exception cref="T:System.Text.EncoderFallbackException">A fallback occurred (see <see href="~/docs/standard/base-types/character-encoding.md">Character Encoding in .NET</see> for a complete explanation).
548548

549549
-and-
550550

xml/System.Xml.Serialization/XmlSchemaExporter.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
<Parameter Name="ns" Type="System.String" />
135135
</Parameters>
136136
<Docs>
137-
<param name="ns">The namespace of the XML schema document to which to add an **&lt;any&gt;** element.</param>
138-
<summary>Exports an **&lt;any&gt;** element to the <see cref="T:System.Xml.Schema.XmlSchema" /> object that is identified by the specified namespace.</summary>
139-
<returns>An arbitrary name assigned to the **&lt;any&gt;** element declaration.</returns>
137+
<param name="ns">The namespace of the XML schema document to which to add an <c>&lt;any&gt;</c> element.</param>
138+
<summary>Exports an <c>&lt;any&gt;</c> element to the <see cref="T:System.Xml.Schema.XmlSchema" /> object that is identified by the specified namespace.</summary>
139+
<returns>An arbitrary name assigned to the <c>&lt;any&gt;</c> element declaration.</returns>
140140
<remarks>
141141
<format type="text/markdown"><![CDATA[
142142

0 commit comments

Comments
 (0)