Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions xml/FrameworksIndex/netcore-3.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72462,7 +72462,6 @@
<Member Id="F:System.Windows.Forms.AccessibleNavigation.Up" />
</Type>
<Type Name="System.Windows.Forms.AccessibleObject" Id="T:System.Windows.Forms.AccessibleObject">
<Member Id="F:System.Windows.Forms.AccessibleObject.RuntimeIDFirstItem" />
<Member Id="M:System.Windows.Forms.AccessibleObject.#ctor" />
<Member Id="M:System.Windows.Forms.AccessibleObject.Accessibility#IAccessible#accDoDefaultAction(System.Object)" />
<Member Id="M:System.Windows.Forms.AccessibleObject.Accessibility#IAccessible#accHitTest(System.Int32,System.Int32)" />
Expand Down Expand Up @@ -84893,31 +84892,6 @@
<Member Id="P:System.Windows.Forms.Design.ControlDesigner.ControlDesignerAccessibleObject.State" />
<Member Id="P:System.Windows.Forms.Design.ControlDesigner.ControlDesignerAccessibleObject.Value" />
</Type>
<Type Name="System.Windows.Forms.Design.DesignerActionListsChangedEventArgs" Id="T:System.Windows.Forms.Design.DesignerActionListsChangedEventArgs">
<Member Id="M:System.Windows.Forms.Design.DesignerActionListsChangedEventArgs.#ctor(System.Object,System.Windows.Forms.Design.DesignerActionListsChangedType,System.ComponentModel.Design.DesignerActionListCollection)" />
<Member Id="P:System.Windows.Forms.Design.DesignerActionListsChangedEventArgs.ActionLists" />
<Member Id="P:System.Windows.Forms.Design.DesignerActionListsChangedEventArgs.ChangeType" />
<Member Id="P:System.Windows.Forms.Design.DesignerActionListsChangedEventArgs.RelatedObject" />
</Type>
<Type Name="System.Windows.Forms.Design.DesignerActionListsChangedEventHandler" Id="T:System.Windows.Forms.Design.DesignerActionListsChangedEventHandler" />
<Type Name="System.Windows.Forms.Design.DesignerActionListsChangedType" Id="T:System.Windows.Forms.Design.DesignerActionListsChangedType">
<Member Id="F:System.Windows.Forms.Design.DesignerActionListsChangedType.ActionListsAdded" />
<Member Id="F:System.Windows.Forms.Design.DesignerActionListsChangedType.ActionListsRemoved" />
</Type>
<Type Name="System.Windows.Forms.Design.DesignerActionUIService" Id="T:System.Windows.Forms.Design.DesignerActionUIService">
<Member Id="E:System.Windows.Forms.Design.DesignerActionUIService.DesignerActionUIStateChange" />
<Member Id="M:System.Windows.Forms.Design.DesignerActionUIService.Dispose" />
<Member Id="M:System.Windows.Forms.Design.DesignerActionUIService.HideUI(System.ComponentModel.IComponent)" />
<Member Id="M:System.Windows.Forms.Design.DesignerActionUIService.Refresh(System.ComponentModel.IComponent)" />
<Member Id="M:System.Windows.Forms.Design.DesignerActionUIService.ShouldAutoShow(System.ComponentModel.IComponent)" />
<Member Id="M:System.Windows.Forms.Design.DesignerActionUIService.ShowUI(System.ComponentModel.IComponent)" />
</Type>
<Type Name="System.Windows.Forms.Design.DesignerCommandSet" Id="T:System.Windows.Forms.Design.DesignerCommandSet">
<Member Id="M:System.Windows.Forms.Design.DesignerCommandSet.#ctor" />
<Member Id="M:System.Windows.Forms.Design.DesignerCommandSet.GetCommands(System.String)" />
<Member Id="P:System.Windows.Forms.Design.DesignerCommandSet.ActionLists" />
<Member Id="P:System.Windows.Forms.Design.DesignerCommandSet.Verbs" />
</Type>
<Type Name="System.Windows.Forms.Design.DesignerOptions" Id="T:System.Windows.Forms.Design.DesignerOptions">
<Member Id="M:System.Windows.Forms.Design.DesignerOptions.#ctor" />
<Member Id="P:System.Windows.Forms.Design.DesignerOptions.EnableInSituEditing" />
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Collections.Immutable/ImmutableArray`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<Parameters />
<Docs>
<typeparam name="TOther">To be added.</typeparam>
<summary>Initializes a new instance of the <see cref="T:System.Collections.Immutable.ImmutableArray`1" /> struct by casting the underlying array to an array of type <typeparamref name="TOther"/>.</summary>
<summary>Initializes a new instance of the <see cref="T:System.Collections.Immutable.ImmutableArray`1" /> struct by casting the underlying array to an array of type <typeparamref name="TOther" />.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.InvalidCastException">Thrown if the cast is illegal.</exception>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbCommand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously creates a prepared (or compiled) version of the command on the data source.</summary>
<returns>A <see cref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
<remarks>
Expand Down
6 changes: 3 additions & 3 deletions xml/System.Data.Common/DbConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously begins a database transaction.</summary>
<returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
<remarks>
Expand Down Expand Up @@ -337,7 +337,7 @@
</Parameters>
<Docs>
<param name="isolationLevel">One of the enumeration values that specifies the isolation level for the transaction to use.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously begins a database transaction.</summary>
<returns>A task whose <see cref="P:System.Threading.Tasks.Task`1.Result" /> property is an object representing the new transaction.</returns>
<remarks>
Expand Down Expand Up @@ -427,7 +427,7 @@
</Parameters>
<Docs>
<param name="databaseName">The name of the database for the connection to use.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously changes the current database for an open connection.</summary>
<returns>A task representing the asynchronous operation.</returns>
<remarks>
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Data.Common/DbTransaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously commits the database transaction.</summary>
<returns>A <see cref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
<remarks>
Expand Down Expand Up @@ -499,7 +499,7 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None"/>.</param>
<param name="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <see cref="System.Threading.CancellationToken.None" />.</param>
<summary>Asynchronously rolls back a transaction from a pending state.</summary>
<returns>A task representing the asynchronous operation.</returns>
<remarks>
Expand Down
6 changes: 6 additions & 0 deletions xml/System.Data/DataRowComparer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
Expand Down Expand Up @@ -53,6 +56,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Data.DataRowComparer&lt;System.Data.DataRow&gt;</ReturnType>
</ReturnValue>
Expand Down
12 changes: 12 additions & 0 deletions xml/System.Data/DataRowComparer`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="TRow">
<Constraints>
Expand Down Expand Up @@ -67,6 +70,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName>get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName>
Expand Down Expand Up @@ -110,6 +116,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -160,6 +169,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
Expand Down
30 changes: 30 additions & 0 deletions xml/System.Data/DataRowExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
Expand Down Expand Up @@ -56,6 +59,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -106,6 +112,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -156,6 +165,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -206,6 +218,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -258,6 +273,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -310,6 +328,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -371,6 +392,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -423,6 +447,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -474,6 +501,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down
21 changes: 21 additions & 0 deletions xml/System.Data/DataTableExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
Expand All @@ -40,6 +43,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Data.DataView</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -87,6 +93,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Data.DataView</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -160,6 +169,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Data.EnumerableRowCollection&lt;System.Data.DataRow&gt;</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -217,6 +229,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Data.DataTable</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -286,6 +301,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down Expand Up @@ -351,6 +369,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
Expand Down
6 changes: 6 additions & 0 deletions xml/System.Data/EnumerableRowCollection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
Expand Down Expand Up @@ -59,6 +62,9 @@
<AssemblyName>System.Data.Common</AssemblyName>
<AssemblyVersion>4.2.1.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>netstandard</AssemblyName>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.IEnumerator</ReturnType>
</ReturnValue>
Expand Down
Loading