Skip to content

Commit d9f4dde

Browse files
authored
IntelliSense review fixes (#3486)
1 parent 04e514e commit d9f4dde

File tree

22 files changed

+113
-218
lines changed

22 files changed

+113
-218
lines changed

xml/System.Threading.Channels/ChannelOptions.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
<Docs>
5757
<summary>
5858
<see langword="true" /> if operations performed on a channel may synchronously invoke continuations subscribed to
59-
notifications of pending async operations; <see langword="false" /> if all continuations should be invoked asynchronously.
60-
</summary>
59+
notifications of pending async operations; <see langword="false" /> if all continuations should be invoked asynchronously.</summary>
6160
<value>To be added.</value>
6261
<remarks>Setting this option to <see langword="true" /> can provide measurable throughput improvements by avoiding
6362
scheduling additional work items. However, it may come at the cost of reduced parallelism, as for example a producer

xml/System.Threading.Tasks/Task.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4892,8 +4892,7 @@ Task t Status: RanToCompletion, Result: 42
48924892
<remarks>To be added.</remarks>
48934893
<exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Threading.Tasks.Task" /> has been disposed.</exception>
48944894
<exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>
4895-
<exception cref="T:System.ArgumentOutOfRangeException">
4896-
The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is a negative number other than -1, which represents an infinite time-out.
4895+
<exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.TimeSpan.TotalMilliseconds" /> property of the <paramref name="timeout" /> argument is a negative number other than -1, which represents an infinite time-out.
48974896

48984897
-or-
48994898

xml/System.Web.Hosting/ProcessHost.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@
214214
215215
]]></format>
216216
</remarks>
217-
<exception cref="T:System.ArgumentException">
218-
The <see cref="T:System.Web.Hosting.IApplicationPreloadUtil" /> instance that contains information for preloading the application is <see langword="null" /> or empty.
217+
<exception cref="T:System.ArgumentException">The <see cref="T:System.Web.Hosting.IApplicationPreloadUtil" /> instance that contains information for preloading the application is <see langword="null" /> or empty.
219218

220219
-or-
221220

xml/System.Web.ModelBinding/DataAnnotationsModelValidatorProvider.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@
216216
<summary>Registers an adapter for default object validation.</summary>
217217
<remarks>To be added.</remarks>
218218
<exception cref="T:System.ArgumentNullException">The <paramref name="type" /> parameter is <see langword="null" />.</exception>
219-
<exception cref="T:System.ArgumentException">
220-
The adapter type does not derive from <see cref="T:System.Web.ModelBinding.ModelValidator" />.
219+
<exception cref="T:System.ArgumentException">The adapter type does not derive from <see cref="T:System.Web.ModelBinding.ModelValidator" />.
221220

222221
-or-
223222

@@ -275,8 +274,7 @@ The adapter type does not have a public constructor that accepts two parameters
275274
<summary>Registers an adapter for object validation.</summary>
276275
<remarks>To be added.</remarks>
277276
<exception cref="T:System.ArgumentNullException">The <paramref name="adapterType" /> parameter is <see langword="null" />.</exception>
278-
<exception cref="T:System.ArgumentException">
279-
The model type does not implement the <see cref="T:System.ComponentModel.DataAnnotations.IValidatableObject" /> interface.
277+
<exception cref="T:System.ArgumentException">The model type does not implement the <see cref="T:System.ComponentModel.DataAnnotations.IValidatableObject" /> interface.
280278

281279
-or-
282280

xml/System.Web.UI.WebControls.WebParts/WebPart.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,8 +1862,7 @@ protected void mgr1_AuthorizeWebPart(object sender,
18621862
]]></format>
18631863
</remarks>
18641864
<exception cref="T:System.ArgumentNullException">The object in the <paramref name="control" /> parameter is <see langword="null" />.</exception>
1865-
<exception cref="T:System.ArgumentException">
1866-
The control is not associated with a page.
1865+
<exception cref="T:System.ArgumentException">The control is not associated with a page.
18671866

18681867
-or-
18691868

xml/System.Web.UI.WebControls.WebParts/WebPartPersonalization.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653

654654
An attempt was made to retrieve an authorization filter and no personalization state has been loaded.
655655

656-
\- or
656+
-or
657657

658658
The personalization state returned from the data store was <see langword="null" />.</exception>
659659
<exception cref="T:System.ArgumentException">
@@ -1082,8 +1082,7 @@
10821082
10831083
]]></format>
10841084
</remarks>
1085-
<exception cref="T:System.InvalidOperationException">
1086-
An attempt was made to reset personalization data when the current user is not authorized to modify personalization state.
1085+
<exception cref="T:System.InvalidOperationException">An attempt was made to reset personalization data when the current user is not authorized to modify personalization state.
10871086

10881087
-or-
10891088

xml/System.Web.UI/ScriptManager.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,8 +2241,8 @@
22412241
</remarks>
22422242
<exception cref="T:System.ArgumentNullException">
22432243
<paramref name="control" /> is <see langword="null" />.</exception>
2244-
<exception cref="T:System.ArgumentException">
2245-
The page is registered as an asynchronous postback control.
2244+
<exception cref="T:System.ArgumentException">The page is registered as an asynchronous postback control.
2245+
22462246
-or-
22472247

22482248
The registered control does not implement the <see cref="T:System.Web.UI.INamingContainer" />, <see cref="T:System.Web.UI.IPostBackDataHandler" />, or <see cref="T:System.Web.UI.IPostBackEventHandler" /> interfaces.</exception>

xml/System.Windows.Automation.Peers/UIElementAutomationPeer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
<Parameters />
564564
<Docs>
565565
<summary>Provides a value for UI Automation's SizeOfSet property.</summary>
566-
<returns>Reads <see cref="F:System.Windows.Automation.AutomationProperties.SizeOfSet" /> and returns the value.</returns>
566+
<returns>Reads <see cref="P:System.Windows.Automation.AutomationProperties.SizeOfSet" /> and returns the value.</returns>
567567
<remarks>To be added.</remarks>
568568
</Docs>
569569
</Member>

xml/System.Windows.Automation/GridPattern.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ Example of a Grid Control with Empty Coordinates
179179
180180
]]></format>
181181
</remarks>
182-
<exception cref="T:System.ArgumentOutOfRangeException">
183-
Either the requested row or column coordinate is less than zero.
182+
<exception cref="T:System.ArgumentOutOfRangeException">Either the requested row or column coordinate is less than zero.
184183

185184
-or-
186185

xml/System.Windows.Forms.Automation/AutomationNotificationProcessing.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
</ReturnValue>
7575
<MemberValue>0</MemberValue>
7676
<Docs>
77-
<summary>These notifications should be presented to the user as soon as possible. All of the notifications from this source should be delivered to the user.<br /><br />**IMPORTANT:** Limit the use of this option, since delivery of all notifications to the user can cause a overwhelming flood of information.
78-
</summary>
77+
<summary>These notifications should be presented to the user as soon as possible. All of the notifications from this source should be delivered to the user.<br /><br />**IMPORTANT:** Limit the use of this option, since delivery of all notifications to the user can cause a overwhelming flood of information.</summary>
7978
</Docs>
8079
</Member>
8180
<Member MemberName="ImportantMostRecent">
@@ -95,8 +94,7 @@
9594
</ReturnValue>
9695
<MemberValue>1</MemberValue>
9796
<Docs>
98-
<summary>These notifications should be presented to the user as soon as possible. The most recent notifications from this source should be delivered to the user because the most recent notification supersedes all other notifications.
99-
</summary>
97+
<summary>These notifications should be presented to the user as soon as possible. The most recent notifications from this source should be delivered to the user because the most recent notification supersedes all other notifications.</summary>
10098
</Docs>
10199
</Member>
102100
<Member MemberName="MostRecent">

0 commit comments

Comments
 (0)