Skip to content

Commit dd6f7fe

Browse files
authored
IntelliSense review fixes (#3485)
1 parent d9f4dde commit dd6f7fe

File tree

22 files changed

+143
-145
lines changed

22 files changed

+143
-145
lines changed

xml/System.Security.Cryptography.Pkcs/CmsRecipientCollection.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,12 @@
234234
<param name="index">The zero-based index in <paramref name="array" /> where the <see cref="T:System.Security.Cryptography.Pkcs.CmsRecipientCollection" /> collection is copied.</param>
235235
<summary>The <see cref="M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Array,System.Int32)" /> method copies the <see cref="T:System.Security.Cryptography.Pkcs.CmsRecipientCollection" /> collection to an array.</summary>
236236
<remarks>To be added.</remarks>
237-
<exception cref="T:System.ArgumentException">- <paramref name="array" /> is not large enough to hold the specified elements.
238-
239-
- -or-
240-
241-
- <paramref name="array" /> does not contain the proper number of dimensions.</exception>
237+
<exception cref="T:System.ArgumentException">
238+
<paramref name="array" /> is not large enough to hold the specified elements.
239+
240+
-or-
241+
242+
<paramref name="array" /> does not contain the proper number of dimensions.</exception>
242243
<exception cref="T:System.ArgumentNullException">
243244
<paramref name="array" /> is <see langword="null" />.</exception>
244245
<exception cref="T:System.ArgumentOutOfRangeException">
@@ -281,11 +282,12 @@
281282
<param name="index">The zero-based index for the array of <see cref="T:System.Security.Cryptography.Pkcs.CmsRecipient" /> objects in <paramref name="array" /> to which the <see cref="T:System.Security.Cryptography.Pkcs.CmsRecipientCollection" /> collection is copied.</param>
282283
<summary>The <see cref="M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Security.Cryptography.Pkcs.CmsRecipient[],System.Int32)" /> method copies the <see cref="T:System.Security.Cryptography.Pkcs.CmsRecipientCollection" /> collection to a <see cref="T:System.Security.Cryptography.Pkcs.CmsRecipient" /> array.</summary>
283284
<remarks>To be added.</remarks>
284-
<exception cref="T:System.ArgumentException">- <paramref name="array" /> is not large enough to hold the specified elements.
285-
286-
- -or-
287-
288-
- <paramref name="array" /> does not contain the proper number of dimensions.</exception>
285+
<exception cref="T:System.ArgumentException">
286+
<paramref name="array" /> is not large enough to hold the specified elements.
287+
288+
-or-
289+
290+
<paramref name="array" /> does not contain the proper number of dimensions.</exception>
289291
<exception cref="T:System.ArgumentNullException">
290292
<paramref name="array" /> is <see langword="null" />.</exception>
291293
<exception cref="T:System.ArgumentOutOfRangeException">

xml/System.Security.Cryptography.Pkcs/Pkcs12CertBag.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For X.509 public-key certificates, the value of this property is a BER-encoded O
107107
<summary>Gets the contents of the CertBag interpreted as an X.509 public key certificate.</summary>
108108
<returns>A certificate decoded from the contents of the CertBag.</returns>
109109
<remarks>To be added.</remarks>
110-
<exception cref="T:System.InalidOperationException">The content type is not the X.509 public key certificate content type.</exception>
110+
<exception cref="T:System.InvalidOperationException">The content type is not the X.509 public key certificate content type.</exception>
111111
<exception cref="T:System.Security.Cryptography.CryptographicException">The contents were not valid for the X.509 certificate content type.</exception>
112112
<altmember cref="P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.IsX509Certificate" />
113113
</Docs>

xml/System.Security.Cryptography.Pkcs/Pkcs12Info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
</Parameters>
150150
<Docs>
151151
<param name="password">The password to use to attempt to verify integrity.</param>
152-
<summary>Attempts to verify the integrity of the <see cref="P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe" /> contents with a password represented by a <see cref="T:System.ReadOnlySpan{System.Char}" />.</summary>
152+
<summary>Attempts to verify the integrity of the <see cref="P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe" /> contents with a password represented by a <c>System.ReadOnlySpan{System.Char}</c>.</summary>
153153
<returns>
154154
<see langword="true" /> if the password successfully verifies the integrity of the <see cref="P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe" /> contents; <see langword="false" /> if the password is not correct or the contents have been altered.</returns>
155155
<remarks>

xml/System.Security.Cryptography.X509Certificates/CertificateRequest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,7 @@
343343
<remarks>To be added.</remarks>
344344
<exception cref="T:System.ArgumentNullException">
345345
<paramref name="issuerCertificate" /> is <see langword="null" />.</exception>
346-
<exception cref="T:System.ArgumentException">
347-
The <paramref name="issuerCertificate" /> doesn't contain a private key.
346+
<exception cref="T:System.ArgumentException">The <paramref name="issuerCertificate" /> doesn't contain a private key.
348347

349348
-or-
350349

xml/System.Security.Principal/NTAccount.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@
228228
<Docs>
229229
<param name="targetType">The type being queried for validity to serve as a conversion from <see cref="T:System.Security.Principal.NTAccount" />. The following target types are valid:
230230

231-
\- <see cref="T:System.Security.Principal.NTAccount" />
231+
- <see cref="T:System.Security.Principal.NTAccount" />
232232

233-
\- <see cref="T:System.Security.Principal.SecurityIdentifier" /></param>
233+
- <see cref="T:System.Security.Principal.SecurityIdentifier" /></param>
234234
<summary>Returns a value that indicates whether the specified type is a valid translation type for the <see cref="T:System.Security.Principal.NTAccount" /> class.</summary>
235235
<returns>
236236
<see langword="true" /> if <paramref name="targetType" /> is a valid translation type for the <see cref="T:System.Security.Principal.NTAccount" /> class; otherwise <see langword="false" />.</returns>

xml/System.Security.Principal/SecurityIdentifier.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -178,31 +178,31 @@
178178
<param name="sidType">One of the enumeration values. This value must not be <see cref="F:System.Security.Principal.WellKnownSidType.LogonIdsSid" />.</param>
179179
<param name="domainSid">The domain SID. This value is required for the following <see cref="T:System.Security.Principal.WellKnownSidType" /> values. This parameter is ignored for any other <see cref="T:System.Security.Principal.WellKnownSidType" /> values.
180180

181-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountAdministratorSid" />
181+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountAdministratorSid" />
182182

183-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountGuestSid" />
183+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountGuestSid" />
184184

185-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountKrbtgtSid" />
185+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountKrbtgtSid" />
186186

187-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainAdminsSid" />
187+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainAdminsSid" />
188188

189-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainUsersSid" />
189+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainUsersSid" />
190190

191-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainGuestsSid" />
191+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountDomainGuestsSid" />
192192

193-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountComputersSid" />
193+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountComputersSid" />
194194

195-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountControllersSid" />
195+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountControllersSid" />
196196

197-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountCertAdminsSid" />
197+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountCertAdminsSid" />
198198

199-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountSchemaAdminsSid" />
199+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountSchemaAdminsSid" />
200200

201-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountEnterpriseAdminsSid" />
201+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountEnterpriseAdminsSid" />
202202

203-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountPolicyAdminsSid" />
203+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountPolicyAdminsSid" />
204204

205-
\- <see cref="F:System.Security.Principal.WellKnownSidType.AccountRasAndIasServersSid" /></param>
205+
- <see cref="F:System.Security.Principal.WellKnownSidType.AccountRasAndIasServersSid" /></param>
206206
<summary>Initializes a new instance of the <see cref="T:System.Security.Principal.SecurityIdentifier" /> class by using the specified well known security identifier (SID) type and domain SID.</summary>
207207
<remarks>To be added.</remarks>
208208
</Docs>
@@ -570,9 +570,9 @@
570570
<Docs>
571571
<param name="targetType">The type being queried for validity to serve as a conversion from <see cref="T:System.Security.Principal.SecurityIdentifier" />. The following target types are valid:
572572

573-
\- <see cref="T:System.Security.Principal.NTAccount" />
573+
- <see cref="T:System.Security.Principal.NTAccount" />
574574

575-
\- <see cref="T:System.Security.Principal.SecurityIdentifier" /></param>
575+
- <see cref="T:System.Security.Principal.SecurityIdentifier" /></param>
576576
<summary>Returns a value that indicates whether the specified type is a valid translation type for the <see cref="T:System.Security.Principal.SecurityIdentifier" /> class.</summary>
577577
<returns>
578578
<see langword="true" /> if <paramref name="targetType" /> is a valid translation type for the <see cref="T:System.Security.Principal.SecurityIdentifier" /> class; otherwise, <see langword="false" />.</returns>

xml/System.ServiceModel.Dispatcher/XPathMessageFilter.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@
215215
<paramref name="reader" /> is <see langword="null" />.</exception>
216216
<exception cref="T:System.ArgumentException">
217217
<paramref name="reader" /> is not positioned on the starting element.</exception>
218-
<exception cref="T:System.InvalidOperationException">
219-
There were problems reading the dialect attribute or namespace URI, or duplicate attributes were found.
218+
<exception cref="T:System.InvalidOperationException">There were problems reading the dialect attribute or namespace URI, or duplicate attributes were found.
220219

221220
-or-
222221

xml/System.ServiceModel/WorkflowServiceHost.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,7 @@ The workflow service does not implement <paramref name="implementedContract" />.
465465
-or-
466466

467467
<paramref name="address" /> is <see langword="null" />.</exception>
468-
<exception cref="T:System.InvalidOperationException">
469-
The workflow service does not implement <paramref name="implementedContract" />.
468+
<exception cref="T:System.InvalidOperationException">The workflow service does not implement <paramref name="implementedContract" />.
470469

471470
-or-
472471

@@ -508,8 +507,7 @@ The workflow service does not implement <paramref name="implementedContract" />.
508507
-or-
509508

510509
<paramref name="address" /> is <see langword="null" />.</exception>
511-
<exception cref="T:System.InvalidOperationException">
512-
The workflow service does not implement <paramref name="implementedContract" />.
510+
<exception cref="T:System.InvalidOperationException">The workflow service does not implement <paramref name="implementedContract" />.
513511

514512
-or-
515513

xml/System.Text.Json/Utf8JsonReader.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ This method only creates a <xref:System.DateTime> representation of JSON strings
386386

387387
-or-
388388

389-
The entire UTF-8 encoded token value cannot be parsed to a <see cref="System.DateTime" /> value.</exception>
389+
The entire UTF-8 encoded token value cannot be parsed to a <see cref="T:System.DateTime" /> value.</exception>
390390
<altmember cref="P:System.Text.Json.Utf8JsonReader.TokenType" />
391391
</Docs>
392392
</Member>
@@ -423,7 +423,7 @@ This method only creates a <xref:System.DateTimeOffset> representation of JSON s
423423

424424
-or-
425425

426-
The entire UTF-8 encoded token value cannot be parsed to a <see cref="System.DateTimeOffset" /> value.</exception>
426+
The entire UTF-8 encoded token value cannot be parsed to a <see cref="T:System.DateTimeOffset" /> value.</exception>
427427
<altmember cref="P:System.Text.Json.Utf8JsonReader.TokenType" />
428428
</Docs>
429429
</Member>
@@ -502,7 +502,7 @@ The entire UTF-8 encoded token value cannot be parsed to a <see cref="System.Dat
502502

503503
-or-
504504

505-
The entire UTF-8 encoded token value cannot be parsed to a <see cref="System.Guid" /> value.</exception>
505+
The entire UTF-8 encoded token value cannot be parsed to a <see cref="T:System.Guid" /> value.</exception>
506506
<altmember cref="P:System.Text.Json.Utf8JsonReader.TokenType" />
507507
</Docs>
508508
</Member>

xml/System.Text.Json/Utf8JsonWriter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ In the case of <xref:System.IO.Stream>, this writes the data to the stream and f
289289
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
290290
</Parameters>
291291
<Docs>
292-
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="T:System.Threading.CancellationToken.None" />.</param>
292+
<param name="cancellationToken">The token to monitor for cancellation requests. The default value is <see cref="P:System.Threading.CancellationToken.None" />.</param>
293293
<summary>Asynchronously commits the JSON text written so far, which makes it visible to the output destination.</summary>
294294
<returns>A task representing the asynchronous flush operation.</returns>
295295
<remarks>

0 commit comments

Comments
 (0)