From 7debf4322fbfb0027273bbe2d6fd9d78f1bd3634 Mon Sep 17 00:00:00 2001 From: Joel Martinez Date: Mon, 20 Jul 2020 16:29:56 -0400 Subject: [PATCH 01/22] Removing System.Windows assembly per this bug here ... this assembly info is incorrect and should be manually removed: https://ceapex.visualstudio.com/Engineering/_workitems/edit/189831 --- xml/System.Windows.Resources/StreamResourceInfo.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xml/System.Windows.Resources/StreamResourceInfo.xml b/xml/System.Windows.Resources/StreamResourceInfo.xml index ae552f572aa..1d494a6fef4 100644 --- a/xml/System.Windows.Resources/StreamResourceInfo.xml +++ b/xml/System.Windows.Resources/StreamResourceInfo.xml @@ -11,10 +11,6 @@ 4.0.0.0 5.0.0.0 - - System.Windows - 4.0.0.0 - System.Object From 50eb2f5d2350e13bbf5392853a5465a4182cc059 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 21 Jul 2020 09:49:04 -0700 Subject: [PATCH 02/22] Fix up broken links (System.Runtime through System.Timers) (#4539) * fix xrefs --- .../EnvelopedCms.xml | 2 +- .../Pkcs12SafeContents.xml | 10 +++++----- .../Pkcs12SecretBag.xml | 2 +- .../ECDiffieHellman.xml | 6 +++--- .../ECDiffieHellmanOpenSsl.xml | 9 +++------ xml/System.Security.Cryptography/ECDsa.xml | 2 +- xml/System.Security.Cryptography/RSA.xml | 12 ++++++------ .../RandomNumberGenerator.xml | 8 +++----- .../TcpConnectionPoolSettings.xml | 4 +--- .../TcpConnectionPoolSettingsElement.xml | 4 +--- xml/System.Text.Json/JsonElement.xml | 8 +------- .../BatchedJoinBlock`2.xml | 16 ++++++++-------- .../BatchedJoinBlock`3.xml | 18 +++++++++--------- .../JoinBlock`2.xml | 14 +++++++------- .../JoinBlock`3.xml | 14 +++++++------- xml/System.Timers/Timer.xml | 12 +++--------- xml/System/String.xml | 3 +-- 17 files changed, 61 insertions(+), 83 deletions(-) diff --git a/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml b/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml index 44be50ba9fd..6c66b42b36b 100644 --- a/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml +++ b/xml/System.Security.Cryptography.Pkcs/EnvelopedCms.xml @@ -853,7 +853,7 @@ Unlike the other overloads of `Decrypt`, this overload does not search certifica To be added. The parameter is . A cryptographic operation could not be completed. - + diff --git a/xml/System.Security.Cryptography.Pkcs/Pkcs12SafeContents.xml b/xml/System.Security.Cryptography.Pkcs/Pkcs12SafeContents.xml index a01bd8681ae..687528c46cf 100644 --- a/xml/System.Security.Cryptography.Pkcs/Pkcs12SafeContents.xml +++ b/xml/System.Security.Cryptography.Pkcs/Pkcs12SafeContents.xml @@ -104,7 +104,7 @@ The key export failed. - + @@ -252,7 +252,7 @@ The key export failed. - + @@ -291,7 +291,7 @@ The key export failed. - + @@ -330,7 +330,7 @@ The key export failed. - + @@ -368,7 +368,7 @@ The key export failed. - + diff --git a/xml/System.Security.Cryptography.Pkcs/Pkcs12SecretBag.xml b/xml/System.Security.Cryptography.Pkcs/Pkcs12SecretBag.xml index deb877ddcd6..c6cef7aed2a 100644 --- a/xml/System.Security.Cryptography.Pkcs/Pkcs12SecretBag.xml +++ b/xml/System.Security.Cryptography.Pkcs/Pkcs12SecretBag.xml @@ -69,7 +69,7 @@ Gets a memory value containing the BER-encoded contents of the bag. A memory value containing the BER-encoded contents of the bag. To be added. - + diff --git a/xml/System.Security.Cryptography/ECDiffieHellman.xml b/xml/System.Security.Cryptography/ECDiffieHellman.xml index 77ba7bcec72..0f3648ae54a 100644 --- a/xml/System.Security.Cryptography/ECDiffieHellman.xml +++ b/xml/System.Security.Cryptography/ECDiffieHellman.xml @@ -1437,14 +1437,14 @@ The algorithm-specific key import failed. - The byte span to receive the ECPrivateKey data. + The byte span to receive the data. When this method returns, contains a value that indicates the number of bytes written to . This parameter is treated as uninitialized. - Attempts to export the current key in the ECPrivateKey format into a provided buffer. + Attempts to export the current key in the format into a provided buffer. if is big enough to receive the output; otherwise, . To be added. The key could not be exported. - + diff --git a/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml b/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml index f45c75296d7..16ea79fc35e 100644 --- a/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml +++ b/xml/System.Security.Cryptography/ECDiffieHellmanOpenSsl.xml @@ -127,8 +127,7 @@ If key is loaded via the [!IMPORTANT] -> OpenSSL supports multiple library versions being loaded within the same process. -> Before calling this constructor verify your pointer value came from the same version of OpenSSL that this class uses, see for more information. +> OpenSSL supports multiple library versions being loaded within the same process. Before calling this constructor, verify your pointer value came from the same version of OpenSSL that this class uses. For more information, see . ]]> @@ -192,9 +191,7 @@ If key is loaded via the [!IMPORTANT] -> OpenSSL supports multiple library versions being loaded within the same process. -> Before calling this constructor, verify your pointer value came from the same version of OpenSSL that this class uses. -> For more information, see . +> OpenSSL supports multiple library versions being loaded within the same process. Before calling this constructor, verify your pointer value came from the same version of OpenSSL that this class uses. For more information, see . ]]> @@ -203,7 +200,7 @@ If key is loaded via the is . does not represent a elliptic curve (EC) key. - + diff --git a/xml/System.Security.Cryptography/ECDsa.xml b/xml/System.Security.Cryptography/ECDsa.xml index 52943e77e31..f7882351544 100644 --- a/xml/System.Security.Cryptography/ECDsa.xml +++ b/xml/System.Security.Cryptography/ECDsa.xml @@ -1609,7 +1609,7 @@ The algorithm-specific key import failed. if is big enough to receive the output; otherwise, . To be added. The key could not be exported. - + diff --git a/xml/System.Security.Cryptography/RSA.xml b/xml/System.Security.Cryptography/RSA.xml index 637da9085c5..648e99b2390 100644 --- a/xml/System.Security.Cryptography/RSA.xml +++ b/xml/System.Security.Cryptography/RSA.xml @@ -593,8 +593,8 @@ The encryption operation failed. To be added. The key could not be exported. - - + + @@ -624,8 +624,8 @@ The encryption operation failed. Exports the public-key portion of the current key in the PKCS#1 RSAPublicKey format. A byte array containing the PKCS#1 RSAPublicKey representation of this key. To be added. - - + + @@ -1976,7 +1976,7 @@ The encryption operation failed. if is big enough to receive the output; otherwise, . To be added. The key could not be exported. - + @@ -2012,7 +2012,7 @@ The encryption operation failed. if is big enough to receive the output; otherwise, . To be added. The key could not be exported. - + diff --git a/xml/System.Security.Cryptography/RandomNumberGenerator.xml b/xml/System.Security.Cryptography/RandomNumberGenerator.xml index 3ecee34831b..1e1712b170a 100644 --- a/xml/System.Security.Cryptography/RandomNumberGenerator.xml +++ b/xml/System.Security.Cryptography/RandomNumberGenerator.xml @@ -423,9 +423,7 @@ To create a random number generator, call the @System.Security.Cryptography.Rand Cryptographic Services - + @@ -468,7 +466,7 @@ To create a random number generator, call the @System.Security.Cryptography.Rand The span to fill with cryptographically strong random bytes. Fills a span with cryptographically strong random bytes. To be added. - + diff --git a/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml b/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml index 49d1930a062..85065ae40db 100644 --- a/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml +++ b/xml/System.ServiceModel.Channels/TcpConnectionPoolSettings.xml @@ -220,9 +220,7 @@ on the . + This limits the number of connections that are cached for each unique remote endpoint. If this value is exceeded by having more active client connections, then the service may appear unresponsive to the client and this value should be adjusted to exceed the maximum number of expected connections that are cached for each unique remote endpoint. ]]> diff --git a/xml/System.ServiceModel.Configuration/TcpConnectionPoolSettingsElement.xml b/xml/System.ServiceModel.Configuration/TcpConnectionPoolSettingsElement.xml index e1e3fbbba4b..3dc57d8d8e1 100644 --- a/xml/System.ServiceModel.Configuration/TcpConnectionPoolSettingsElement.xml +++ b/xml/System.ServiceModel.Configuration/TcpConnectionPoolSettingsElement.xml @@ -210,9 +210,7 @@ ## Remarks Connections in excess of the limit are queued until a space below the limit becomes available. This property limits the duration in which connections remain queued before an exception is thrown. - This property limits the number of simultaneous active connections from the client to a particular service endpoint. If this value is exceeded by having more active client connections, the service may appear unresponsive to the client. In this case, this value should be adjusted to exceed the maximum number of expected simultaneous client connections to a specific endpoint. - - This setting can also be set on the service side, in which case the value is used to set the on the . + This property limits the number of simultaneous active connections from the client to a particular service endpoint. If this value is exceeded by having more active client connections, the service may appear unresponsive to the client. In this case, this value should be adjusted to exceed the maximum number of expected simultaneous client connections to a specific endpoint. ]]> diff --git a/xml/System.Text.Json/JsonElement.xml b/xml/System.Text.Json/JsonElement.xml index 2ef9b6c1f53..d648a67d9a1 100644 --- a/xml/System.Text.Json/JsonElement.xml +++ b/xml/System.Text.Json/JsonElement.xml @@ -674,13 +674,7 @@ If a property is defined multiple times for the same object, the method matches Gets a string that represents the original input data backing this value. The original input data backing this value. - instance is built from a , the value of is returned. - - ]]> + To be added. The parent has been disposed. diff --git a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml index 9e7c45b8457..e5341248d8f 100644 --- a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`2.xml @@ -374,13 +374,13 @@ After `Fault` has been called on a dataflow block, that block will complete, suc if the message was successfully consumed. otherwise. Passes the ownership of the message identified by the from this instance to the . - The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to . The consuming must use the returned value instead of the value passed as messageValue through OfferMessage. If the message requested is not available, the return value will be (Nothing in Visual Basic). + The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to this method. The consuming must use the returned value instead of the value passed as to . If the message requested is not available, the return value is ( in Visual Basic). for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + The for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . ]]> @@ -477,16 +477,16 @@ After `Fault` has been called on a dataflow block, that block will complete, suc ## Remarks - The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . - If `true` is returned, either or for this message must be subsequently called with the same and . - Failure to do so may result in the source being unable to propagate any further messages to any target. - must not be called while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. - +The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + +If `true` is returned, you must subsequently call either or for this message with the same and . If you don't, the source may be unable to propagate any further messages to any target. + +Don't call while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. ]]> The is not valid. - The is (Nothing in Visual Basic). + The is ( in Visual Basic). diff --git a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml index 5032a8a9cbc..d290d1493a6 100644 --- a/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml +++ b/xml/System.Threading.Tasks.Dataflow/BatchedJoinBlock`3.xml @@ -376,13 +376,13 @@ if the message was successfully consumed. otherwise. Passes the ownership of the message identified by the from this instance to the . - The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to . The consuming must use the returned value instead of the value passed as messageValue through OfferMessage. If the message requested is not available, the return value will be (Nothing in Visual Basic). + The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to this method. The consuming must use the returned value instead of the value passed as to . If the message requested is not available, the return value is ( in Visual Basic). for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + The for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . ]]> @@ -471,7 +471,7 @@ The of the message that is to be reserved. The for which the message is to be reserved. - Reserves the right to pass the ownership of the message identified by the from this to the . + Reserves the right to pass the ownership of the message identified by the from this to the . if the message was successfully reserved; otherwise, . @@ -479,16 +479,16 @@ ## Remarks - The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . - If `true` is returned, either or for this message must be subsequently called with the same and . - Failure to do so may result in the source being unable to propagate any further messages to any target. - must not be called while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. - +The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + +If `true` is returned, you must subsequently call either or for this message with the same and . If you don't, the source may be unable to propagate any further messages to any target. + +Don't call while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. ]]> The is not valid. - The is (Nothing in Visual Basic). + The is ( in Visual Basic). diff --git a/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml b/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml index 6787fa83527..88d2b14cec5 100644 --- a/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml +++ b/xml/System.Threading.Tasks.Dataflow/JoinBlock`2.xml @@ -337,13 +337,13 @@ if the message was successfully consumed. otherwise. Passes the ownership of the message identified by the from this instance to the . - The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to . The consuming must use the returned value instead of the value passed as messageValue through OfferMessage. If the message requested is not available, the return value will be (Nothing in Visual Basic). + The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to this method. The consuming must use the returned value instead of the value passed as to . If the message requested is not available, the return value is ( in Visual Basic). for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + The for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . ]]> @@ -440,11 +440,11 @@ ## Remarks - The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . - If `true` is returned, either or for this message must be subsequently called with the same and . - Failure to do so may result in the source being unable to propagate any further messages to any target. - must not be called while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. - +The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + +If `true` is returned, you must subsequently call either or for this message with the same and . If you don't, the source may be unable to propagate any further messages to any target. + +Don't call while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. ]]> diff --git a/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml b/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml index 6c272d785e5..fc7ac1449f2 100644 --- a/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml +++ b/xml/System.Threading.Tasks.Dataflow/JoinBlock`3.xml @@ -343,13 +343,13 @@ if the message was successfully consumed. otherwise. Passes the ownership of the message identified by the from this instance to the . - The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to . The consuming must use the returned value instead of the value passed as messageValue through OfferMessage. If the message requested is not available, the return value will be (Nothing in Visual Basic). + The value of the consumed message. This may correspond to a different instance than was previously reserved and passed as the to this method. The consuming must use the returned value instead of the value passed as to . If the message requested is not available, the return value is ( in Visual Basic). for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + The for which the message is to be consumed need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . ]]> @@ -446,11 +446,11 @@ ## Remarks - The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . - If `true` is returned, either or for this message must be subsequently called with the same and . - Failure to do so may result in the source being unable to propagate any further messages to any target. - must not be called while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. - +The for which the message is to be reserved need not be linked from this instance. Moreover, this instance may have never offered the message directly to the . + +If `true` is returned, you must subsequently call either or for this message with the same and . If you don't, the source may be unable to propagate any further messages to any target. + +Don't call while the target is holding any internal locks. Doing so will violate the lock hierarchy necessary to avoid deadlocks in a dataflow network. ]]> diff --git a/xml/System.Timers/Timer.xml b/xml/System.Timers/Timer.xml index 6d17bfb1779..2c3e3f707c3 100644 --- a/xml/System.Timers/Timer.xml +++ b/xml/System.Timers/Timer.xml @@ -504,9 +504,7 @@ Even if is not `null`, events can occur after the or method has been called or after the property has been set to `false`, because the signal to raise the event is always queued for execution on a thread pool thread. One way to resolve this race condition is to set a flag that tells the event handler for the event to ignore subsequent events. - The component catches and suppresses all exceptions thrown by event handlers for the event. This behavior is subject to change in future releases of the .NET Framework. - - + The component catches and suppresses all exceptions thrown by event handlers for the event. This behavior is subject to change in future releases of .NET Framework. ## Examples The following example instantiates a object that fires its event every two seconds (2000 milliseconds), sets up an event handler for the event, and starts the timer. The event handler displays the value of the property each time it is raised. @@ -595,9 +593,7 @@ If the interval is set after the has started, the count is reset. For example, if you set the interval to 5 seconds and then set the property to `true`, the count starts at the time is set. If you reset the interval to 10 seconds when count is 3 seconds, the event is raised for the first time 13 seconds after was set to `true`. > [!NOTE] -> Some visual designers, such as those in Microsoft Visual Studio, set the property to `true` when inserting a new . - - +> Some visual designers, such as those in Microsoft Visual Studio, set the property to `true` when inserting a new . ## Examples The following example instantiates a object that fires its event every two seconds (2000 milliseconds), sets up an event handler for the event, and starts the timer. The event handler displays the value of the property each time it is raised. @@ -924,9 +920,7 @@ You can also stop timing by setting to `false`. > [!NOTE] -> The signal to raise the event is always queued for execution on a thread, so the event-handling method might run on one thread at the same time that a call to the method runs on another thread. This might result in the event being raised after the method is called. The second code example in the [Examples](#examples) section shows one way to work around this race condition. - - +> The signal to raise the event is always queued for execution on a thread, so the event-handling method might run on one thread at the same time that a call to the method runs on another thread. This might result in the event being raised after the method is called. The second code example in the Examples section shows one way to work around this race condition. ## Examples The following example instantiates a `System.Timers.Timer` object that fires its event every two seconds (2,000 milliseconds), sets up an event handler for the event, and starts the timer. The event handler displays the value of the property each time it is raised. When the user presses the Enter key, the application calls the method before terminating the application. diff --git a/xml/System/String.xml b/xml/System/String.xml index 6c3d15c8a61..aa0cc658075 100644 --- a/xml/System/String.xml +++ b/xml/System/String.xml @@ -606,8 +606,7 @@ Examples of instantiating strings: [Use a portion of a character array and repeating a single character](#Ctor3_Example)\ [Use a pointer to a character array](#Ctor4_Example)\ [Use a pointer and a range of an array](#Ctor5_Example)\ -[Use a pointer to a signed byte array](#Ctor6_Example)\ -[Version information](#Versions) +[Use a pointer to a signed byte array](#Ctor6_Example) ## Overloaded constructor syntax From fa04bf03ef2c3cf90a1b87891c99c0b9461dacdb Mon Sep 17 00:00:00 2001 From: Patrick Lanz Date: Tue, 21 Jul 2020 20:28:49 +0200 Subject: [PATCH 03/22] Update DispatcherPriority.xml (#4476) Corrected a typo --- xml/System.Windows.Threading/DispatcherPriority.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Windows.Threading/DispatcherPriority.xml b/xml/System.Windows.Threading/DispatcherPriority.xml index ebf4824203c..48db87d5e9d 100644 --- a/xml/System.Windows.Threading/DispatcherPriority.xml +++ b/xml/System.Windows.Threading/DispatcherPriority.xml @@ -22,7 +22,7 @@ ## Remarks There is no specific system state or "idleness" corresponding to `ApplicationIdle` and `ContextIdle` in the current version of WPF. Both are still valid priorities; an operation with a priority of `ContextIdle` has a higher priority than an operation with a priority of `SystemIdle`. - The does not throttle the execution of an operation if it exceeds a certain percentage of the CPU. One way to throttle a process it to use a timer. + The does not throttle the execution of an operation if it exceeds a certain percentage of the CPU. One way to throttle a process is to use a timer. If an operation is posted using on its own at a priority of `Send`, the operation bypasses the queue and is immediately executed. From 0c6894984382282ed21055debe5a32aba06820a1 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Wed, 22 Jul 2020 01:33:14 +0700 Subject: [PATCH 04/22] Fix wording in the Int32 documentation (#4484) --- xml/System/Int32.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System/Int32.xml b/xml/System/Int32.xml index b2efa36203e..4542e073249 100644 --- a/xml/System/Int32.xml +++ b/xml/System/Int32.xml @@ -154,7 +154,7 @@ 4.2.0.0 - Compares this instance to a specified object or and returns an indication of their relative values. + Compares this instance to a specified 32-bit signed integer and returns an indication of their relative values. @@ -334,7 +334,7 @@ 4.2.0.0 - Returns a value indicating whether this instance is equal to a specified object or . + Returns a value indicating whether this instance is equal to a specified value. From 4f6df3fa9d9d85133ad9e8ab115de5634d73f16a Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Tue, 21 Jul 2020 14:43:36 -0400 Subject: [PATCH 05/22] Remove stale comments on Stream.Can properties (#4506) --- xml/System.IO/Stream.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xml/System.IO/Stream.xml b/xml/System.IO/Stream.xml index 667fbcfc9d8..4e4c317563d 100644 --- a/xml/System.IO/Stream.xml +++ b/xml/System.IO/Stream.xml @@ -382,8 +382,6 @@ ## Remarks If a class derived from does not support reading, calls to the , , and methods throw a . - If the stream is closed, this property returns `false`. - ## Examples @@ -446,8 +444,6 @@ ## Remarks If a class derived from does not support seeking, calls to , , , and throw a . - If the stream is closed, this property returns `false`. - ]]> File and Stream I/O @@ -557,8 +553,6 @@ ## Remarks If a class derived from does not support writing, a call to , , or throws a . In such cases, is typically implemented as an empty method to ensure full compatibility with other types since it's valid to flush a read-only stream. - If the stream is closed, this property returns `false`. - ## Examples From bba51a8975a4690263476c1f125efa4d199de0c9 Mon Sep 17 00:00:00 2001 From: Sam Williams Date: Tue, 21 Jul 2020 19:45:29 +0100 Subject: [PATCH 06/22] Fix ToHexString typos (#4544) Changes hecxadecimal to hexadecimal. --- xml/System.Diagnostics/ActivitySpanId.xml | 2 +- xml/System.Diagnostics/ActivityTraceId.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Diagnostics/ActivitySpanId.xml b/xml/System.Diagnostics/ActivitySpanId.xml index 8a1ee053734..dedff458599 100644 --- a/xml/System.Diagnostics/ActivitySpanId.xml +++ b/xml/System.Diagnostics/ActivitySpanId.xml @@ -342,7 +342,7 @@ The characters in are not all lower-case hexadecimal Returns a 16-character hexadecimal string that represents this span ID. - The 16-character hecxadecimal string representation of this span ID. + The 16-character hexadecimal string representation of this span ID. To be added. diff --git a/xml/System.Diagnostics/ActivityTraceId.xml b/xml/System.Diagnostics/ActivityTraceId.xml index 5dcd4e6e639..fd3b4931454 100644 --- a/xml/System.Diagnostics/ActivityTraceId.xml +++ b/xml/System.Diagnostics/ActivityTraceId.xml @@ -368,7 +368,7 @@ The characters in are not all lower-case hexadecimal Returns a 32-character hexadecimal string that represents this trace ID. - The 32-character hecxadecimal string representation of this trace ID. + The 32-character hexadecimal string representation of this trace ID. To be added. From d954bbf2959fd6ddfcbaea790867c7b529909cb9 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 21 Jul 2020 13:20:50 -0700 Subject: [PATCH 07/22] Update ArrayPool`1.xml (#4507) * Update ArrayPool`1.xml Co-authored-by: Stephen Toub --- xml/System.Buffers/ArrayPool`1.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/System.Buffers/ArrayPool`1.xml b/xml/System.Buffers/ArrayPool`1.xml index ba1de5dad96..f711b1d30ab 100644 --- a/xml/System.Buffers/ArrayPool`1.xml +++ b/xml/System.Buffers/ArrayPool`1.xml @@ -199,7 +199,9 @@ The instance of the class created by this me ## Remarks This buffer is loaned to the caller and should be returned to the same pool using the method, so that it can be reused in subsequent calls to the method. Failure to return a rented buffer is not a fatal error. However, it may lead to decreased application performance, as the pool may need to create a new buffer to replace the lost one. - ]]> + +The array returned by this method may not be zero-initialized. +]]> From 87b8036bf80900a7cd8f7e00db9d91d72586fec5 Mon Sep 17 00:00:00 2001 From: glihm <7962849+glihm@users.noreply.github.com> Date: Tue, 21 Jul 2020 16:05:51 -0500 Subject: [PATCH 08/22] Adjust code with the example's comment (#4466) --- .../PageNavigationServiceSnippets/CSharp/HomePage.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/PageNavigationServiceSnippets/CSharp/HomePage.xaml.cs b/samples/snippets/csharp/VS_Snippets_Wpf/PageNavigationServiceSnippets/CSharp/HomePage.xaml.cs index e565df9db85..4740e512b9d 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/PageNavigationServiceSnippets/CSharp/HomePage.xaml.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/PageNavigationServiceSnippets/CSharp/HomePage.xaml.cs @@ -18,7 +18,7 @@ public HomePage() InitializeComponent(); // Don't allow back navigation if no navigation service - if (this.NavigationService != null) + if (this.NavigationService == null) { this.goBackButton.IsEnabled = false; } @@ -34,4 +34,4 @@ void goBackButton_Click(object sender, RoutedEventArgs e) } } // -} \ No newline at end of file +} From d498f66ea8b8a86e3c27fe925bd3df01d9debf07 Mon Sep 17 00:00:00 2001 From: "MSDN.WhiteKnight" <35516665+MSDN-WhiteKnight@users.noreply.github.com> Date: Wed, 22 Jul 2020 02:42:06 +0500 Subject: [PATCH 09/22] MetadataReader: add remarks and example (#4140) * MetadataReader: add remarks and example * Bump .NET Core version to support C# 8.0 Co-authored-by: Andy De George <2672110+Thraka@users.noreply.github.com> --- .../metadatareader/MetadataReaderSnippets.cs | 30 +++++++++++++++++++ .../MetadataReaderSnippets.csproj | 12 ++++++++ .../metadatareader/Program.cs | 12 ++++++++ .../MetadataReader.xml | 18 ++++++++++- 4 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.cs create mode 100644 samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.csproj create mode 100644 samples/snippets/csharp/api/system.reflection.metadata/metadatareader/Program.cs diff --git a/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.cs b/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.cs new file mode 100644 index 00000000000..897558faaa2 --- /dev/null +++ b/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.cs @@ -0,0 +1,30 @@ +using System; +using System.IO; +using System.Collections.Generic; +using System.Reflection.Metadata; +using System.Reflection.PortableExecutable; + +namespace MetadataReaderSnippets +{ + class MetadataReaderSnippets + { + public static void Run() + { + // + using var fs = new FileStream("Example.dll", FileMode.Open, FileAccess.Read, FileShare.ReadWrite); + using var peReader = new PEReader(fs); + + MetadataReader mr = peReader.GetMetadataReader(); + + foreach (TypeDefinitionHandle tdefh in mr.TypeDefinitions) + { + TypeDefinition tdef = mr.GetTypeDefinition(tdefh); + + string ns = mr.GetString(tdef.Namespace); + string name = mr.GetString(tdef.Name); + Console.WriteLine($"{ns}.{name}"); + } + // + } + } +} diff --git a/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.csproj b/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.csproj new file mode 100644 index 00000000000..2be46cd754a --- /dev/null +++ b/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.csproj @@ -0,0 +1,12 @@ + + + + Exe + netcoreapp3.1 + + + + + + + diff --git a/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/Program.cs b/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/Program.cs new file mode 100644 index 00000000000..765cdd35b55 --- /dev/null +++ b/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/Program.cs @@ -0,0 +1,12 @@ +using System; + +namespace MetadataReaderSnippets +{ + class Program + { + static void Main() + { + MetadataReaderSnippets.Run(); + } + } +} diff --git a/xml/System.Reflection.Metadata/MetadataReader.xml b/xml/System.Reflection.Metadata/MetadataReader.xml index 2c5784f0712..8de9cf796e3 100644 --- a/xml/System.Reflection.Metadata/MetadataReader.xml +++ b/xml/System.Reflection.Metadata/MetadataReader.xml @@ -22,7 +22,23 @@ Reads metadata as defined by the ECMA 335 CLI specification. - To be added. + + reads the contents of tables and heaps from the specified CLI metadata. It operates low-level constructs such as type and method definitions. For a higher level API to inspect the contents of assemblies using reflection constructs, see . + +You can use constructors, such as , to create an instance of for a given memory location. To read metadata from the Portable Executable assembly file, create and use the extension method. + +The format of CLI metadata is defined by the ECMA-335 specification. For more information, see [Standard ECMA-335 - Common Language Infrastructure (CLI)](http://www.ecma-international.org/publications/standards/Ecma-335.htm) on the Ecma International Web site. + +## Examples +This example shows how to create for an assembly and read all type definitions from it: + +[!code-csharp[](~/samples/snippets/csharp/api/system.reflection.metadata/metadatareader/MetadataReaderSnippets.cs#MetadataReader)] + + ]]> + From 4c4d4b27751f965e04baf8e89e018ea7aa025ea8 Mon Sep 17 00:00:00 2001 From: AlanLiu90 Date: Wed, 22 Jul 2020 05:50:51 +0800 Subject: [PATCH 10/22] Update DateTime.xml (#4299) * Update DateTime.xml --- xml/System/DateTime.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml index d8b796dbbfb..0e0c23f2177 100644 --- a/xml/System/DateTime.xml +++ b/xml/System/DateTime.xml @@ -7119,7 +7119,7 @@ This member is an explicit interface member implementation. It can be used only ) and 10 million ticks in a second. The value of this property represents the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001 in the Gregorian calendar, which represents . It does not include the number of ticks that are attributable to leap seconds. If the DateTime object has its `Kind` property set to `Local`, its ticks represent the time elapsed time since 12:00:00 midnight, January 1, 0001 in the local time as specified by the current time zone setting. From 3d0ce2eb070ac1144a411478e9ee46669f1ff1b0 Mon Sep 17 00:00:00 2001 From: softworkz Date: Tue, 21 Jul 2020 23:57:44 +0200 Subject: [PATCH 11/22] Add DispatcherTimer to the list of available timer classes (#4371) * Add DispatcherTimer to the list of available timer classes --- xml/System.Threading/Timer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/System.Threading/Timer.xml b/xml/System.Threading/Timer.xml index 99a92e22e9d..97e05f6d76c 100644 --- a/xml/System.Threading/Timer.xml +++ b/xml/System.Threading/Timer.xml @@ -84,12 +84,13 @@ Sub TimerCallback(state As Object) The timer delegate is specified when the timer is constructed, and cannot be changed. The method does not execute on the thread that created the timer; it executes on a thread supplied by the system. > [!TIP] -> .NET includes four classes named `Timer`, each of which offers different functionality: +> .NET includes several timer classes, each of which offers different functionality: > > - , which fires an event and executes the code in one or more event sinks at regular intervals. The class is intended for use as a server-based or service component in a multithreaded environment; it has no user interface and is not visible at runtime. > - , which executes a single callback method on a thread pool thread at regular intervals. The callback method is defined when the timer is instantiated and cannot be changed. Like the class, this class is intended for use as a server-based or service component in a multithreaded environment; it has no user interface and is not visible at runtime. > - (.NET Framework only), a Windows Forms component that fires an event and executes the code in one or more event sinks at regular intervals. The component has no user interface and is designed for use in a single-threaded environment; it executes on the UI thread. > - (.NET Framework only), an ASP.NET component that performs asynchronous or synchronous web page postbacks at a regular interval. +> - , a timer that's integrated into the `Dispatcher` queue. This timer is processed with a specified priority at a specified time interval. When you create a timer, you can specify an amount of time to wait before the first execution of the method (due time), and an amount of time to wait between subsequent executions (period). The class has the same resolution as the system clock. This means that if the period is less than the resolution of the system clock, the delegate will execute at intervals defined by the resolution of the system clock, which is approximately 15 milliseconds on Windows 7 and Windows 8 systems. You can change the due time and period, or disable the timer, by using the method. From 7da9d4978852df7adcf60dbc19d0d87df15c1f48 Mon Sep 17 00:00:00 2001 From: Andrew Dennison Date: Tue, 21 Jul 2020 18:03:16 -0400 Subject: [PATCH 12/22] Update DataContext.xml (#4393) Typo "TextReader" should read "TextWriter" --- xml/System.Data.Linq/DataContext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Data.Linq/DataContext.xml b/xml/System.Data.Linq/DataContext.xml index 31a2d1aab7e..3d163369faf 100644 --- a/xml/System.Data.Linq/DataContext.xml +++ b/xml/System.Data.Linq/DataContext.xml @@ -1176,7 +1176,7 @@ Next Gets or sets the destination to write the SQL query or command. - The to use for writing the command. + The writer to use for writing the command. Date: Tue, 21 Jul 2020 15:14:43 -0700 Subject: [PATCH 13/22] Link to unsafe-escaping section of how-to doc (#4545) * Link to unsafe-escaping section of how-to doc * Update xml/System.Text.Encodings.Web/JavaScriptEncoder.xml Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Co-authored-by: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> --- xml/System.Text.Encodings.Web/JavaScriptEncoder.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xml/System.Text.Encodings.Web/JavaScriptEncoder.xml b/xml/System.Text.Encodings.Web/JavaScriptEncoder.xml index 2c074c1dfe3..7a9fae08106 100644 --- a/xml/System.Text.Encodings.Web/JavaScriptEncoder.xml +++ b/xml/System.Text.Encodings.Web/JavaScriptEncoder.xml @@ -192,6 +192,8 @@ Unlike the encoding ( Unlike the encoder, this encoder instance allows some other characters (such as '+') to go through unescaped and therefore must be used cautiously. +For more information, see [Serialize all characters](/dotnet/standard/serialization/system-text-json-how-to#serialize-all-characters). + ]]> From ac12fc22b9086c42ea55af6e7dab4fc29ff9192a Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Tue, 21 Jul 2020 15:15:43 -0700 Subject: [PATCH 14/22] fix broken links (#4527) * fix broken links * further fixes * fix note format * one more fix --- xml/System.Text/Encoding.xml | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/xml/System.Text/Encoding.xml b/xml/System.Text/Encoding.xml index 539fe5ab62c..b10e014d1c6 100644 --- a/xml/System.Text/Encoding.xml +++ b/xml/System.Text/Encoding.xml @@ -2613,7 +2613,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -2688,7 +2688,7 @@ On .NET Core, the property always returns - If your app handles string outputs, it is recommended to use the method. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -2767,7 +2767,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -2849,7 +2849,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -2948,7 +2948,8 @@ On .NET Core, the property always returns If the data to be converted is available only in sequential blocks (such as data read from a stream) or if the amount of data is so large that it needs to be divided into smaller blocks, you should use the or the provided by the method or the method, respectively, of a derived class. - **Note** This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . + > [!NOTE] + > This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . The method determines how many characters result in decoding a sequence of bytes, and the method performs the actual decoding. The method expects discrete conversions, in contrast to the method, which handles multiple passes on a single input stream. @@ -2960,7 +2961,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -3042,7 +3043,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -3104,7 +3105,8 @@ On .NET Core, the property always returns If the data to be converted is available only in sequential blocks (such as data read from a stream) or if the amount of data is so large that it needs to be divided into smaller blocks, you should use the or the provided by the method or the method, respectively, of a derived class. - **Note** This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . + > [!NOTE] + > This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . The method determines how many characters result in decoding a sequence of bytes, and the method performs the actual decoding. The method expects discrete conversions, in contrast to the method, which handles multiple passes on a single input stream. @@ -3116,7 +3118,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -3219,7 +3221,8 @@ On .NET Core, the property always returns If the data to be converted is available only in sequential blocks (such as data read from a stream) or if the amount of data is so large that it needs to be divided into smaller blocks, you should use the or the object provided by the or the method, respectively, of a derived class. - **Note** This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . + > [!NOTE] + > This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . The method determines how many characters result in decoding a sequence of bytes, and the method performs the actual decoding. The method expects discrete conversions, in contrast to the method, which handles multiple passes on a single input stream. @@ -3231,7 +3234,7 @@ On .NET Core, the property always returns - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. @@ -3314,23 +3317,24 @@ On .NET Core, the property always returns ## Remarks To calculate the exact array size required by to store the resulting characters, you should use the method. To calculate the maximum array size, use the method. The method generally allows allocation of less memory, while the method generally executes faster. - [\], Int32, Int32, Char\ gets characters from an input byte sequence. [\], Int32, Int32, Char\ is different than because expects discrete conversions, while is designed for multiple passes on a single input stream. + gets characters from an input byte sequence. is different than because expects discrete conversions, while is designed for multiple passes on a single input stream. If the data to be converted is available only in sequential blocks (such as data read from a stream) or if the amount of data is so large that it needs to be divided into smaller blocks, you should use the or the provided by the method or the method, respectively, of a derived class. - **Note** This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . + > [!NOTE] + > This method is intended to operate on Unicode characters, not on arbitrary binary data, such as byte arrays. If you need to encode arbitrary binary data into text, you should use a protocol such as uuencode, which is implemented by methods such as . The method determines how many characters result in decoding a sequence of bytes, and the method performs the actual decoding. The method expects discrete conversions, in contrast to the method, which handles multiple passes on a single input stream. Several versions of and are supported. The following are some programming considerations for use of these methods: -- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one [\], Int32, Int32, Char\ call and continue at the beginning of the next [\], Int32, Int32, Char\ call. [\], Int32, Int32, Char\ will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) +- Your app might need to decode multiple input bytes from a code page and process the bytes using multiple calls. In this case, you probably need to maintain state between calls, because byte sequences can be interrupted when processed in batches. (For example, part of an ISO-2022 shift sequence may end one call and continue at the beginning of the next call. will call the fallback for those incomplete sequences, but will remember those sequences for the next call.) - If your app handles string outputs, the method is recommended. Since this method must check string length and allocate a buffer, it is slightly slower, but the resulting type is to be preferred. - The byte version of allows some fast techniques, particularly with multiple calls to large buffers. Bear in mind, however, that this method version is sometimes unsafe, since pointers are required. -- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the [\], Int32, Int32, Char\ version that supports output character buffers is the best choice. +- If your app must convert a large amount of data, it should reuse the output buffer. In this case, the version that supports output character buffers is the best choice. - Consider using the method instead of . The conversion method converts as much data as possible and throws an exception if the output buffer is too small. For continuous decoding of a stream, this method is often the best choice. From 823c4f5e5a0a500d1b53a49f89c9b1b6f8475f58 Mon Sep 17 00:00:00 2001 From: Mark Whitaker Date: Tue, 21 Jul 2020 23:19:49 +0100 Subject: [PATCH 15/22] Corrected parameter name in Sleep(TimeSpan) docs (#4433) --- xml/System.Threading/Thread.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Threading/Thread.xml b/xml/System.Threading/Thread.xml index c682411fae7..9dac5555f6e 100644 --- a/xml/System.Threading/Thread.xml +++ b/xml/System.Threading/Thread.xml @@ -3408,7 +3408,7 @@ The value is not guaranteed to be a zero-based processor number. - The amount of time for which the thread is suspended. If the value of the argument is , the thread relinquishes the remainder of its time slice to any thread of equal priority that is ready to run. If there are no other threads of equal priority that are ready to run, execution of the current thread is not suspended. + The amount of time for which the thread is suspended. If the value of the argument is , the thread relinquishes the remainder of its time slice to any thread of equal priority that is ready to run. If there are no other threads of equal priority that are ready to run, execution of the current thread is not suspended. Suspends the current thread for the specified amount of time. Date: Tue, 21 Jul 2020 17:50:17 -0500 Subject: [PATCH 16/22] Update pathcombine.cs example comment (#4441) Comment for the last example incorrectly stated the output of the test routine; it showed '' instead of 'null' --- .../csharp/VS_Snippets_CLR/pathcombine/CS/pathcombine.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/csharp/VS_Snippets_CLR/pathcombine/CS/pathcombine.cs b/samples/snippets/csharp/VS_Snippets_CLR/pathcombine/CS/pathcombine.cs index e7ad5f4aff2..199ae335bc8 100644 --- a/samples/snippets/csharp/VS_Snippets_CLR/pathcombine/CS/pathcombine.cs +++ b/samples/snippets/csharp/VS_Snippets_CLR/pathcombine/CS/pathcombine.cs @@ -57,7 +57,7 @@ private static void CombinePaths(string p1, string p2) { // When you combine '' and 'subdir\file.txt', the result is: // 'subdir\file.txt' // -// You cannot combine '' and 'subdir\file.txt' because: +// You cannot combine 'null' and 'subdir\file.txt' because: // Value cannot be null. // Parameter name: path1 -// \ No newline at end of file +// From 367e5b3b211ce04c9866c1348c00082a509576e7 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:52:45 -0700 Subject: [PATCH 17/22] CI Update (#4548) Co-authored-by: VSC-Service-Account --- xml/FrameworksIndex/net-5.0.xml | 4061 +- .../ObservableCollection`1.xml | 2 +- .../ReadOnlyObservableCollection`1.xml | 2 +- .../CollectionChangedEventManager.xml | 8 +- .../INotifyCollectionChanged.xml | 2 +- .../NotifyCollectionChangedAction.xml | 2 +- .../NotifyCollectionChangedEventArgs.xml | 2 +- .../NotifyCollectionChangedEventHandler.xml | 2 +- .../CurrentChangedEventManager.xml | 8 +- .../CurrentChangingEventManager.xml | 8 +- .../DependencyPropertyDescriptor.xml | 8 +- .../GroupDescription.xml | 4 +- .../PropertyChangedEventManager.xml | 12 +- .../SortDescriptionCollection.xml | 2 +- .../DynamicallyAccessedMemberTypes.xml | 40 +- .../DelimitedListTraceListener.xml | 18 +- .../TextWriterTraceListener.xml | 6 +- .../XmlWriterTraceListener.xml | 21 +- xml/System.Drawing/Font.xml | 3 +- xml/System.Formats.Asn1/Asn1Tag.xml | 745 + .../AsnContentException.xml | 106 + xml/System.Formats.Asn1/AsnDecoder.xml | 1043 + xml/System.Formats.Asn1/AsnEncodingRules.xml | 81 + xml/System.Formats.Asn1/AsnReader.xml | 1018 + xml/System.Formats.Asn1/AsnReaderOptions.xml | 64 + xml/System.Formats.Asn1/AsnWriter+Scope.xml | 50 + xml/System.Formats.Asn1/AsnWriter.xml | 975 + xml/System.Formats.Asn1/TagClass.xml | 101 + .../UniversalTagNumber.xml | 841 + xml/System.IO.Packaging/CompressionOption.xml | 2 +- xml/System.IO.Packaging/EncryptionOption.xml | 2 +- xml/System.IO.Packaging/PackUriHelper.xml | 2 +- xml/System.IO.Packaging/Package.xml | 8 +- .../PackageDigitalSignatureManager.xml | 2 +- xml/System.IO.Packaging/PackagePart.xml | 11 +- .../PackagePartCollection.xml | 2 +- xml/System.IO.Packaging/PackageProperties.xml | 2 +- .../PackageRelationship.xml | 2 +- .../PackageRelationshipCollection.xml | 2 +- .../PackageRelationshipSelector.xml | 2 +- .../PackageRelationshipSelectorType.xml | 2 +- xml/System.IO.Packaging/TargetMode.xml | 2 +- xml/System.IO.Packaging/ZipPackage.xml | 5 +- xml/System.IO.Packaging/ZipPackagePart.xml | 2 +- xml/System.IO/FileFormatException.xml | 2 +- xml/System.IO/MemoryStream.xml | 83 - xml/System.IO/Stream.xml | 77 - xml/System.IO/UnmanagedMemoryStream.xml | 37 - xml/System.Net.Http/WinHttpHandler.xml | 9 +- .../WebSocketProtocol.xml | 3 +- xml/System.Net/WebHeaderCollection.xml | 5 +- .../CustomReflectionContext.xml | 6 +- xml/System.Reflection/Module.xml | 4 + xml/System.Reflection/TypeDelegator.xml | 9 +- xml/System.Reflection/TypeInfo.xml | 74 + .../PreserializedResourceWriter.xml | 15 +- .../IsExternalInit.xml | 27 + .../ModuleInitializerAttribute.xml | 45 + .../RuntimeHelpers.xml | 4 + ...terfaceCastableImplementationAttribute.xml | 45 + .../IDynamicInterfaceCastable.xml | 71 + .../AdvSimd+Arm64.xml | 13620 ++++++ xml/System.Runtime.Intrinsics.Arm/AdvSimd.xml | 40601 ++++++++++++++++ xml/System.Runtime.Intrinsics.Arm/Aes.xml | 261 + .../ArmBase+Arm64.xml | 193 + xml/System.Runtime.Intrinsics.Arm/ArmBase.xml | 149 + .../Crc32+Arm64.xml | 97 + xml/System.Runtime.Intrinsics.Arm/Crc32.xml | 211 + xml/System.Runtime.Intrinsics.Arm/Sha1.xml | 217 + xml/System.Runtime.Intrinsics.Arm/Sha256.xml | 163 + xml/System.Runtime.Intrinsics/Vector64.xml | 81 + .../X509ChainPolicy.xml | 24 + .../ProtectedData.xml | 6 +- .../CodeAccessSecurityAttribute.xml | 2 +- .../MediaPermission.xml | 2 +- .../MediaPermissionAttribute.xml | 2 +- .../MediaPermissionAudio.xml | 2 +- .../MediaPermissionImage.xml | 2 +- .../MediaPermissionVideo.xml | 2 +- .../PermissionState.xml | 2 +- .../PrincipalPermissionAttribute.xml | 6 + .../SecurityAction.xml | 2 +- .../SecurityAttribute.xml | 2 +- .../SecurityPermissionAttribute.xml | 2 +- .../SecurityPermissionFlag.xml | 2 +- .../WebBrowserPermission.xml | 2 +- .../WebBrowserPermissionAttribute.xml | 2 +- .../WebBrowserPermissionLevel.xml | 2 +- .../RightsManagementException.xml | 2 +- xml/System.Security/IPermission.xml | 2 +- xml/System.Security/ISecurityEncodable.xml | 2 +- xml/System.Security/IStackWalk.xml | 2 +- xml/System.Security/PermissionSet.xml | 2 +- xml/System.Security/SecurityElement.xml | 2 +- xml/System.Text/CodePagesEncodingProvider.xml | 22 + xml/System.Text/Encoding.xml | 30 + xml/System.Text/EncodingInfo.xml | 30 + xml/System.Text/EncodingProvider.xml | 28 + xml/System.Threading.Tasks/Task.xml | 76 + .../TaskCompletionSource.xml | 358 + xml/System.Threading.Tasks/ValueTask.xml | 194 + xml/System.Threading/EventWaitHandleAcl.xml | 2 +- xml/System.Threading/MutexAcl.xml | 2 +- xml/System.Threading/SemaphoreAcl.xml | 2 +- .../GridViewRowPresenterBase.xml | 5 +- .../RibbonControlSizeDefinition.xml | 3 +- .../RibbonGallery.xml | 2 +- .../RibbonGalleryCategory.xml | 2 +- .../RibbonGroupSizeDefinition.xml | 3 +- .../RibbonGroupTemplateSizeDefinition.xml | 3 +- xml/System.Windows.Controls/Control.xml | 3 +- xml/System.Windows.Controls/GridView.xml | 3 +- .../GridViewColumn.xml | 6 +- .../GridViewColumnHeader.xml | 3 +- .../ItemCollection.xml | 71 +- .../ItemContainerGenerator.xml | 2 +- xml/System.Windows.Data/BindingExpression.xml | 11 +- .../BindingExpressionBase.xml | 2 +- xml/System.Windows.Data/BindingGroup.xml | 3 +- .../BindingListCollectionView.xml | 52 +- .../CollectionContainer.xml | 2 +- xml/System.Windows.Data/CollectionView.xml | 50 +- .../CollectionViewSource.xml | 2 +- .../CompositeCollection.xml | 4 +- .../DataChangedEventManager.xml | 10 +- .../DataSourceProvider.xml | 4 +- .../ListCollectionView.xml | 65 +- .../ObjectDataProvider.xml | 3 +- .../PropertyGroupDescription.xml | 6 +- xml/System.Windows.Data/XmlDataProvider.xml | 12 +- .../ComponentEditorForm.xml | 4 +- .../ComponentEditorPage.xml | 4 +- .../WindowsFormsHost.xml | 11 +- xml/System.Windows.Forms/AccessibleObject.xml | 2 +- xml/System.Windows.Forms/Appearance.xml | 2 +- xml/System.Windows.Forms/ArrangeDirection.xml | 2 +- .../AxHost+AxComponentEditor.xml | 2 +- xml/System.Windows.Forms/AxHost.xml | 4 +- xml/System.Windows.Forms/BindingNavigator.xml | 4 +- xml/System.Windows.Forms/Border3DSide.xml | 2 +- xml/System.Windows.Forms/Border3DStyle.xml | 2 +- xml/System.Windows.Forms/BorderStyle.xml | 2 +- xml/System.Windows.Forms/Button.xml | 4 +- .../ButtonBase+ButtonBaseAccessibleObject.xml | 2 +- xml/System.Windows.Forms/ButtonBase.xml | 4 +- .../CheckBox+CheckBoxAccessibleObject.xml | 2 +- xml/System.Windows.Forms/CheckBox.xml | 4 +- xml/System.Windows.Forms/CheckedListBox.xml | 4 +- .../ComboBox+ChildAccessibleObject.xml | 2 +- xml/System.Windows.Forms/ComboBox.xml | 4 +- xml/System.Windows.Forms/ContainerControl.xml | 4 +- xml/System.Windows.Forms/ContextMenuStrip.xml | 4 +- .../Control+ControlAccessibleObject.xml | 2 +- .../Control+ControlCollection.xml | 2 +- xml/System.Windows.Forms/Control.xml | 4 +- ...aGridView+DataGridViewAccessibleObject.xml | 2 +- ...GridView+DataGridViewControlCollection.xml | 2 +- ...iew+DataGridViewTopRowAccessibleObject.xml | 2 +- xml/System.Windows.Forms/DataGridView.xml | 10 +- ...wCell+DataGridViewCellAccessibleObject.xml | 2 +- .../DataGridViewComboBoxEditingControl.xml | 4 +- .../DataGridViewElementStates.xml | 2 +- ...iewRow+DataGridViewRowAccessibleObject.xml | 2 +- .../DataGridViewTextBoxEditingControl.xml | 4 +- ...ePicker+DateTimePickerAccessibleObject.xml | 2 +- xml/System.Windows.Forms/DateTimePicker.xml | 4 +- xml/System.Windows.Forms/DialogResult.xml | 2 +- ...omainUpDown+DomainItemAccessibleObject.xml | 2 +- ...ainUpDown+DomainUpDownAccessibleObject.xml | 2 +- xml/System.Windows.Forms/DomainUpDown.xml | 4 +- xml/System.Windows.Forms/DragAction.xml | 2 +- xml/System.Windows.Forms/DragEventArgs.xml | 2 +- xml/System.Windows.Forms/FlowLayoutPanel.xml | 10 +- .../Form+ControlCollection.xml | 2 +- xml/System.Windows.Forms/Form.xml | 4 +- xml/System.Windows.Forms/FormBorderStyle.xml | 2 +- .../FormStartPosition.xml | 2 +- xml/System.Windows.Forms/FormWindowState.xml | 2 +- .../GiveFeedbackEventArgs.xml | 2 +- xml/System.Windows.Forms/GroupBox.xml | 4 +- xml/System.Windows.Forms/HScrollBar.xml | 4 +- xml/System.Windows.Forms/HelpEventArgs.xml | 2 +- .../HorizontalAlignment.xml | 2 +- xml/System.Windows.Forms/IDataObject.xml | 2 +- xml/System.Windows.Forms/IWin32Window.xml | 6 +- xml/System.Windows.Forms/ImeMode.xml | 2 +- xml/System.Windows.Forms/InputLanguage.xml | 3 +- .../InputLanguageChangedEventHandler.xml | 3 +- .../InputLanguageChangingEventHandler.xml | 3 +- .../ItemCheckEventArgs.xml | 2 +- .../ItemDragEventArgs.xml | 2 +- xml/System.Windows.Forms/KeyEventArgs.xml | 2 +- .../KeyPressEventArgs.xml | 2 +- xml/System.Windows.Forms/Keys.xml | 2 +- xml/System.Windows.Forms/Label.xml | 4 +- .../LeftRightAlignment.xml | 2 +- .../LinkClickedEventArgs.xml | 2 +- xml/System.Windows.Forms/LinkLabel.xml | 4 +- .../LinkLabelLinkClickedEventArgs.xml | 2 +- xml/System.Windows.Forms/ListBox.xml | 4 +- xml/System.Windows.Forms/ListControl.xml | 4 +- .../ListView+SelectedIndexCollection.xml | 2 +- xml/System.Windows.Forms/ListView.xml | 54 +- xml/System.Windows.Forms/ListViewGroup.xml | 42 + .../ListViewItemMouseHoverEventArgs.xml | 2 +- xml/System.Windows.Forms/MaskedTextBox.xml | 4 +- .../MdiClient+ControlCollection.xml | 2 +- xml/System.Windows.Forms/MdiClient.xml | 4 +- xml/System.Windows.Forms/MenuStrip.xml | 4 +- xml/System.Windows.Forms/Message.xml | 3 +- xml/System.Windows.Forms/MonthCalendar.xml | 4 +- xml/System.Windows.Forms/MouseButtons.xml | 2 +- xml/System.Windows.Forms/MouseEventArgs.xml | 2 +- .../NavigateEventArgs.xml | 2 +- xml/System.Windows.Forms/NumericUpDown.xml | 4 +- xml/System.Windows.Forms/PaddingConverter.xml | 15 +- xml/System.Windows.Forms/Panel.xml | 10 +- xml/System.Windows.Forms/PictureBox.xml | 10 +- .../PrintPreviewControl.xml | 4 +- .../PrintPreviewDialog.xml | 4 +- xml/System.Windows.Forms/ProgressBar.xml | 4 +- xml/System.Windows.Forms/PropertyGrid.xml | 4 +- xml/System.Windows.Forms/PropertySort.xml | 2 +- .../PropertyTabChangedEventArgs.xml | 2 +- .../PropertyValueChangedEventArgs.xml | 2 +- .../QueryAccessibilityHelpEventArgs.xml | 2 +- .../QueryContinueDragEventArgs.xml | 2 +- ...adioButton+RadioButtonAccessibleObject.xml | 2 +- xml/System.Windows.Forms/RadioButton.xml | 4 +- xml/System.Windows.Forms/RichTextBox.xml | 10 +- xml/System.Windows.Forms/ScrollBar.xml | 13 +- xml/System.Windows.Forms/ScrollEventArgs.xml | 2 +- xml/System.Windows.Forms/ScrollEventType.xml | 2 +- .../ScrollableControl.xml | 4 +- xml/System.Windows.Forms/SelectionMode.xml | 2 +- xml/System.Windows.Forms/Shortcut.xml | 2 +- xml/System.Windows.Forms/SplitContainer.xml | 10 +- xml/System.Windows.Forms/Splitter.xml | 4 +- .../SplitterEventArgs.xml | 2 +- xml/System.Windows.Forms/SplitterPanel.xml | 10 +- xml/System.Windows.Forms/StatusStrip.xml | 4 +- xml/System.Windows.Forms/SystemParameter.xml | 2 +- .../TabControl+ControlCollection.xml | 2 +- xml/System.Windows.Forms/TabControl.xml | 4 +- .../TabPage+TabPageControlCollection.xml | 2 +- xml/System.Windows.Forms/TabPage.xml | 4 +- xml/System.Windows.Forms/TableLayoutPanel.xml | 10 +- xml/System.Windows.Forms/TextBox.xml | 4 +- xml/System.Windows.Forms/TextBoxBase.xml | 4 +- .../ThreadExceptionDialog.xml | 4 +- .../ToolStrip+ToolStripAccessibleObject.xml | 2 +- xml/System.Windows.Forms/ToolStrip.xml | 4 +- .../ToolStripContainer.xml | 4 +- .../ToolStripContentPanel.xml | 10 +- ...Down+ToolStripDropDownAccessibleObject.xml | 2 +- .../ToolStripDropDown.xml | 4 +- .../ToolStripDropDownItemAccessibleObject.xml | 2 +- .../ToolStripDropDownMenu.xml | 4 +- ...tripItem+ToolStripItemAccessibleObject.xml | 2 +- .../ToolStripOverflow.xml | 4 +- ...StripPanel+ToolStripPanelRowCollection.xml | 2 +- xml/System.Windows.Forms/ToolStripPanel.xml | 4 +- .../ToolStripStatusLabelBorderSides.xml | 2 +- xml/System.Windows.Forms/TrackBar.xml | 4 +- .../TreeNodeCollection.xml | 2 +- .../TreeNodeMouseHoverEventArgs.xml | 2 +- xml/System.Windows.Forms/TreeView.xml | 10 +- .../TreeViewHitTestLocations.xml | 2 +- xml/System.Windows.Forms/UpDownBase.xml | 4 +- xml/System.Windows.Forms/UserControl.xml | 4 +- xml/System.Windows.Forms/VScrollBar.xml | 7 +- .../WebBrowser+WebBrowserSite.xml | 2 +- xml/System.Windows.Forms/WebBrowser.xml | 10 +- xml/System.Windows.Forms/WebBrowserBase.xml | 4 +- .../CanExecuteChangedEventManager.xml | 9 +- xml/System.Windows.Input/InputBinding.xml | 15 +- xml/System.Windows.Input/StylusDevice.xml | 3 +- xml/System.Windows.Input/TabletDevice.xml | 3 +- xml/System.Windows.Input/TraversalRequest.xml | 2 +- .../ComponentDispatcher.xml | 2 +- xml/System.Windows.Interop/D3DImage.xml | 18 +- xml/System.Windows.Interop/HwndHost.xml | 17 +- xml/System.Windows.Interop/HwndSource.xml | 14 +- xml/System.Windows.Interop/InteropBitmap.xml | 3 +- xml/System.Windows.Interop/MSG.xml | 2 +- .../AmbientAttribute.xml | 3 +- xml/System.Windows.Markup/ArrayExtension.xml | 1 - .../ComponentResourceKeyConverter.xml | 12 +- .../ConstructorArgumentAttribute.xml | 3 +- .../ContentPropertyAttribute.xml | 3 +- .../ContentWrapperAttribute.xml | 3 +- .../DateTimeValueSerializer.xml | 1 - .../DependsOnAttribute.xml | 3 +- .../DictionaryKeyPropertyAttribute.xml | 3 +- .../IComponentConnector.xml | 1 - xml/System.Windows.Markup/INameScope.xml | 1 - .../IProvideValueTarget.xml | 1 - .../IReceiveMarkupExtension.xml | 2 +- xml/System.Windows.Markup/IUriContext.xml | 1 - .../IValueSerializerContext.xml | 1 - .../IXamlTypeResolver.xml | 1 - xml/System.Windows.Markup/MarkupExtension.xml | 1 - .../MarkupExtensionReturnTypeAttribute.xml | 7 +- .../NameScopePropertyAttribute.xml | 3 +- xml/System.Windows.Markup/NullExtension.xml | 1 - .../ResourceReferenceExpressionConverter.xml | 12 +- .../RootNamespaceAttribute.xml | 3 +- .../RuntimeNamePropertyAttribute.xml | 3 +- xml/System.Windows.Markup/StaticExtension.xml | 1 - .../TrimSurroundingWhitespaceAttribute.xml | 3 +- xml/System.Windows.Markup/TypeExtension.xml | 1 - .../UidPropertyAttribute.xml | 3 +- .../UsableDuringInitializationAttribute.xml | 3 +- xml/System.Windows.Markup/ValueSerializer.xml | 1 - .../ValueSerializerAttribute.xml | 2 +- ...itespaceSignificantCollectionAttribute.xml | 3 +- .../XmlAttributeProperties.xml | 12 +- .../XmlLangPropertyAttribute.xml | 3 +- .../XmlnsCompatibleWithAttribute.xml | 3 +- .../XmlnsDefinitionAttribute.xml | 3 +- .../XmlnsPrefixAttribute.xml | 3 +- .../Animatable.xml | 6 +- .../BackEase.xml | 3 +- .../BooleanAnimationUsingKeyFrames.xml | 12 +- .../BooleanKeyFrameCollection.xml | 21 +- .../BounceEase.xml | 3 +- .../ByteAnimation.xml | 3 +- .../ByteAnimationUsingKeyFrames.xml | 12 +- .../ByteKeyFrameCollection.xml | 21 +- .../CharAnimationUsingKeyFrames.xml | 12 +- .../CharKeyFrameCollection.xml | 21 +- .../CircleEase.xml | 3 +- .../ColorAnimation.xml | 3 +- .../ColorAnimationUsingKeyFrames.xml | 12 +- .../ColorKeyFrameCollection.xml | 21 +- .../CubicEase.xml | 3 +- .../DecimalAnimation.xml | 3 +- .../DecimalAnimationUsingKeyFrames.xml | 12 +- .../DecimalKeyFrameCollection.xml | 21 +- .../DiscreteBooleanKeyFrame.xml | 3 +- .../DiscreteByteKeyFrame.xml | 3 +- .../DiscreteCharKeyFrame.xml | 3 +- .../DiscreteColorKeyFrame.xml | 3 +- .../DiscreteDecimalKeyFrame.xml | 3 +- .../DiscreteDoubleKeyFrame.xml | 3 +- .../DiscreteInt16KeyFrame.xml | 3 +- .../DiscreteInt32KeyFrame.xml | 3 +- .../DiscreteInt64KeyFrame.xml | 3 +- .../DiscreteMatrixKeyFrame.xml | 3 +- .../DiscreteObjectKeyFrame.xml | 3 +- .../DiscretePoint3DKeyFrame.xml | 3 +- .../DiscretePointKeyFrame.xml | 3 +- .../DiscreteQuaternionKeyFrame.xml | 3 +- .../DiscreteRectKeyFrame.xml | 3 +- .../DiscreteRotation3DKeyFrame.xml | 3 +- .../DiscreteSingleKeyFrame.xml | 3 +- .../DiscreteSizeKeyFrame.xml | 3 +- .../DiscreteStringKeyFrame.xml | 3 +- .../DiscreteThicknessKeyFrame.xml | 3 +- .../DiscreteVector3DKeyFrame.xml | 3 +- .../DiscreteVectorKeyFrame.xml | 3 +- .../DoubleAnimation.xml | 3 +- .../DoubleAnimationUsingKeyFrames.xml | 12 +- .../DoubleAnimationUsingPath.xml | 6 +- .../DoubleKeyFrameCollection.xml | 21 +- .../EasingByteKeyFrame.xml | 3 +- .../EasingColorKeyFrame.xml | 3 +- .../EasingDecimalKeyFrame.xml | 3 +- .../EasingDoubleKeyFrame.xml | 3 +- .../EasingInt16KeyFrame.xml | 3 +- .../EasingInt32KeyFrame.xml | 3 +- .../EasingInt64KeyFrame.xml | 3 +- .../EasingPoint3DKeyFrame.xml | 3 +- .../EasingPointKeyFrame.xml | 3 +- .../EasingQuaternionKeyFrame.xml | 3 +- .../EasingRectKeyFrame.xml | 3 +- .../EasingRotation3DKeyFrame.xml | 3 +- .../EasingSingleKeyFrame.xml | 3 +- .../EasingSizeKeyFrame.xml | 3 +- .../EasingThicknessKeyFrame.xml | 3 +- .../EasingVector3DKeyFrame.xml | 3 +- .../EasingVectorKeyFrame.xml | 3 +- .../ElasticEase.xml | 3 +- .../ExponentialEase.xml | 3 +- .../Int16Animation.xml | 3 +- .../Int16AnimationUsingKeyFrames.xml | 12 +- .../Int16KeyFrameCollection.xml | 21 +- .../Int32Animation.xml | 3 +- .../Int32AnimationUsingKeyFrames.xml | 12 +- .../Int32KeyFrameCollection.xml | 21 +- .../Int64Animation.xml | 3 +- .../Int64AnimationUsingKeyFrames.xml | 12 +- .../Int64KeyFrameCollection.xml | 21 +- .../KeySpline.xml | 24 +- .../LinearByteKeyFrame.xml | 3 +- .../LinearColorKeyFrame.xml | 3 +- .../LinearDecimalKeyFrame.xml | 3 +- .../LinearDoubleKeyFrame.xml | 3 +- .../LinearInt16KeyFrame.xml | 3 +- .../LinearInt32KeyFrame.xml | 3 +- .../LinearInt64KeyFrame.xml | 3 +- .../LinearPoint3DKeyFrame.xml | 3 +- .../LinearPointKeyFrame.xml | 3 +- .../LinearQuaternionKeyFrame.xml | 3 +- .../LinearRectKeyFrame.xml | 3 +- .../LinearRotation3DKeyFrame.xml | 3 +- .../LinearSingleKeyFrame.xml | 3 +- .../LinearSizeKeyFrame.xml | 3 +- .../LinearThicknessKeyFrame.xml | 3 +- .../LinearVector3DKeyFrame.xml | 3 +- .../LinearVectorKeyFrame.xml | 3 +- .../MatrixAnimationUsingKeyFrames.xml | 12 +- .../MatrixAnimationUsingPath.xml | 6 +- .../MatrixKeyFrameCollection.xml | 21 +- .../ObjectAnimationUsingKeyFrames.xml | 12 +- .../ObjectKeyFrameCollection.xml | 21 +- .../ParallelTimeline.xml | 3 +- .../Point3DAnimation.xml | 3 +- .../Point3DAnimationUsingKeyFrames.xml | 12 +- .../Point3DKeyFrameCollection.xml | 21 +- .../PointAnimation.xml | 3 +- .../PointAnimationUsingKeyFrames.xml | 12 +- .../PointAnimationUsingPath.xml | 6 +- .../PointKeyFrameCollection.xml | 21 +- .../PowerEase.xml | 3 +- .../QuadraticEase.xml | 3 +- .../QuarticEase.xml | 3 +- .../QuaternionAnimation.xml | 3 +- .../QuaternionAnimationUsingKeyFrames.xml | 12 +- .../QuaternionKeyFrameCollection.xml | 21 +- .../QuinticEase.xml | 3 +- .../RectAnimation.xml | 3 +- .../RectAnimationUsingKeyFrames.xml | 12 +- .../RectKeyFrameCollection.xml | 21 +- .../Rotation3DAnimation.xml | 3 +- .../Rotation3DAnimationUsingKeyFrames.xml | 12 +- .../Rotation3DKeyFrameCollection.xml | 21 +- .../SineEase.xml | 3 +- .../SingleAnimation.xml | 3 +- .../SingleAnimationUsingKeyFrames.xml | 12 +- .../SingleKeyFrameCollection.xml | 21 +- .../SizeAnimation.xml | 3 +- .../SizeAnimationUsingKeyFrames.xml | 12 +- .../SizeKeyFrameCollection.xml | 21 +- .../SplineByteKeyFrame.xml | 3 +- .../SplineColorKeyFrame.xml | 3 +- .../SplineDecimalKeyFrame.xml | 3 +- .../SplineDoubleKeyFrame.xml | 3 +- .../SplineInt16KeyFrame.xml | 3 +- .../SplineInt32KeyFrame.xml | 3 +- .../SplineInt64KeyFrame.xml | 3 +- .../SplinePoint3DKeyFrame.xml | 3 +- .../SplinePointKeyFrame.xml | 3 +- .../SplineQuaternionKeyFrame.xml | 3 +- .../SplineRectKeyFrame.xml | 3 +- .../SplineRotation3DKeyFrame.xml | 3 +- .../SplineSingleKeyFrame.xml | 3 +- .../SplineSizeKeyFrame.xml | 3 +- .../SplineThicknessKeyFrame.xml | 3 +- .../SplineVector3DKeyFrame.xml | 3 +- .../SplineVectorKeyFrame.xml | 3 +- .../StringAnimationUsingKeyFrames.xml | 12 +- .../StringKeyFrameCollection.xml | 21 +- .../ThicknessAnimation.xml | 3 +- .../ThicknessAnimationUsingKeyFrames.xml | 12 +- .../ThicknessKeyFrameCollection.xml | 21 +- .../Timeline.xml | 9 +- .../TimelineCollection.xml | 18 +- .../Vector3DAnimation.xml | 3 +- .../Vector3DAnimationUsingKeyFrames.xml | 12 +- .../Vector3DKeyFrameCollection.xml | 21 +- .../VectorAnimation.xml | 3 +- .../VectorAnimationUsingKeyFrames.xml | 12 +- .../VectorKeyFrameCollection.xml | 21 +- .../BevelBitmapEffect.xml | 3 +- .../BitmapEffect.xml | 3 +- .../BitmapEffectCollection.xml | 18 +- .../BitmapEffectGroup.xml | 3 +- .../BitmapEffectInput.xml | 6 +- .../BlurBitmapEffect.xml | 3 +- .../BlurEffect.xml | 3 +- .../DropShadowBitmapEffect.xml | 3 +- .../DropShadowEffect.xml | 3 +- xml/System.Windows.Media.Effects/Effect.xml | 3 +- .../EmbossBitmapEffect.xml | 3 +- .../OuterGlowBitmapEffect.xml | 3 +- .../PixelShader.xml | 18 +- .../ShaderEffect.xml | 15 +- .../BitmapDecoder.xml | 6 +- .../BitmapImage.xml | 3 +- .../BitmapMetadata.xml | 15 +- .../BitmapSource.xml | 12 +- .../CachedBitmap.xml | 3 +- .../ColorConvertedBitmap.xml | 3 +- .../CroppedBitmap.xml | 3 +- .../FormatConvertedBitmap.xml | 3 +- .../RenderTargetBitmap.xml | 3 +- .../TransformedBitmap.xml | 3 +- .../WriteableBitmap.xml | 3 +- .../AmbientLight.xml | 3 +- .../AxisAngleRotation3D.xml | 3 +- xml/System.Windows.Media.Media3D/Camera.xml | 9 +- .../DiffuseMaterial.xml | 3 +- .../DirectionalLight.xml | 3 +- .../EmissiveMaterial.xml | 3 +- .../GeneralTransform2DTo3D.xml | 15 +- .../GeneralTransform3D.xml | 9 +- .../GeneralTransform3DCollection.xml | 18 +- .../GeneralTransform3DGroup.xml | 3 +- .../GeneralTransform3DTo2D.xml | 15 +- .../Geometry3D.xml | 3 +- .../GeometryModel3D.xml | 3 +- xml/System.Windows.Media.Media3D/Material.xml | 9 +- .../MaterialCollection.xml | 18 +- .../MaterialGroup.xml | 3 +- .../MatrixCamera.xml | 3 +- .../MatrixTransform3D.xml | 3 +- .../MeshGeometry3D.xml | 6 +- xml/System.Windows.Media.Media3D/Model3D.xml | 9 +- .../Model3DCollection.xml | 18 +- .../Model3DGroup.xml | 3 +- .../OrthographicCamera.xml | 3 +- .../PerspectiveCamera.xml | 3 +- .../Point3DCollection.xml | 27 +- .../PointLight.xml | 3 +- .../QuaternionRotation3D.xml | 3 +- .../RotateTransform3D.xml | 3 +- .../Rotation3D.xml | 9 +- .../ScaleTransform3D.xml | 3 +- .../SpecularMaterial.xml | 3 +- .../SpotLight.xml | 3 +- .../Transform3DCollection.xml | 18 +- .../Transform3DGroup.xml | 3 +- .../TranslateTransform3D.xml | 3 +- .../Vector3DCollection.xml | 27 +- xml/System.Windows.Media/ArcSegment.xml | 3 +- xml/System.Windows.Media/BezierSegment.xml | 3 +- xml/System.Windows.Media/BitmapCache.xml | 3 +- xml/System.Windows.Media/BitmapCacheBrush.xml | 6 +- xml/System.Windows.Media/Brush.xml | 9 +- xml/System.Windows.Media/CacheMode.xml | 3 +- xml/System.Windows.Media/CombinedGeometry.xml | 3 +- xml/System.Windows.Media/DashStyle.xml | 6 +- xml/System.Windows.Media/DoubleCollection.xml | 27 +- xml/System.Windows.Media/Drawing.xml | 3 +- xml/System.Windows.Media/DrawingBrush.xml | 3 +- .../DrawingCollection.xml | 18 +- xml/System.Windows.Media/DrawingGroup.xml | 3 +- xml/System.Windows.Media/DrawingImage.xml | 3 +- xml/System.Windows.Media/EllipseGeometry.xml | 3 +- xml/System.Windows.Media/FontFamilyMap.xml | 12 +- xml/System.Windows.Media/GeneralTransform.xml | 9 +- .../GeneralTransformCollection.xml | 18 +- .../GeneralTransformGroup.xml | 3 +- xml/System.Windows.Media/Geometry.xml | 9 +- .../GeometryCollection.xml | 18 +- xml/System.Windows.Media/GeometryDrawing.xml | 3 +- xml/System.Windows.Media/GeometryGroup.xml | 3 +- xml/System.Windows.Media/GlyphRunDrawing.xml | 3 +- xml/System.Windows.Media/GradientStop.xml | 12 +- .../GradientStopCollection.xml | 24 +- xml/System.Windows.Media/GuidelineSet.xml | 6 +- xml/System.Windows.Media/ImageBrush.xml | 3 +- xml/System.Windows.Media/ImageDrawing.xml | 3 +- xml/System.Windows.Media/ImageMetadata.xml | 3 +- xml/System.Windows.Media/ImageSource.xml | 9 +- xml/System.Windows.Media/Int32Collection.xml | 27 +- xml/System.Windows.Media/LineGeometry.xml | 3 +- xml/System.Windows.Media/LineSegment.xml | 3 +- .../LinearGradientBrush.xml | 3 +- xml/System.Windows.Media/Matrix.xml | 2 +- xml/System.Windows.Media/MatrixTransform.xml | 3 +- xml/System.Windows.Media/MediaPlayer.xml | 18 +- xml/System.Windows.Media/MediaTimeline.xml | 12 +- xml/System.Windows.Media/PathFigure.xml | 12 +- .../PathFigureCollection.xml | 24 +- xml/System.Windows.Media/PathGeometry.xml | 6 +- xml/System.Windows.Media/PathSegment.xml | 3 +- .../PathSegmentCollection.xml | 18 +- xml/System.Windows.Media/Pen.xml | 6 +- xml/System.Windows.Media/PointCollection.xml | 27 +- .../PolyBezierSegment.xml | 3 +- xml/System.Windows.Media/PolyLineSegment.xml | 3 +- .../PolyQuadraticBezierSegment.xml | 3 +- .../QuadraticBezierSegment.xml | 3 +- .../RadialGradientBrush.xml | 3 +- .../RectangleGeometry.xml | 3 +- xml/System.Windows.Media/RotateTransform.xml | 3 +- xml/System.Windows.Media/ScaleTransform.xml | 3 +- xml/System.Windows.Media/SkewTransform.xml | 3 +- xml/System.Windows.Media/SolidColorBrush.xml | 3 +- xml/System.Windows.Media/StreamGeometry.xml | 18 +- xml/System.Windows.Media/TextEffect.xml | 6 +- .../TextEffectCollection.xml | 18 +- .../TextFormattingMode.xml | 3 +- .../TransformCollection.xml | 18 +- xml/System.Windows.Media/TransformGroup.xml | 3 +- .../TranslateTransform.xml | 3 +- xml/System.Windows.Media/VectorCollection.xml | 27 +- xml/System.Windows.Media/VideoDrawing.xml | 3 +- xml/System.Windows.Media/VisualBrush.xml | 6 +- xml/System.Windows.Shell/TaskbarItemInfo.xml | 3 +- xml/System.Windows.Shell/ThumbButtonInfo.xml | 3 +- xml/System.Windows.Shell/WindowChrome.xml | 3 +- xml/System.Windows.Threading/Dispatcher.xml | 92 +- .../DispatcherFrame.xml | 2 +- .../DispatcherOperation.xml | 12 +- .../DispatcherSynchronizationContext.xml | 6 +- .../DispatcherTimer.xml | 2 +- ...dPropertyBrowsableForChildrenAttribute.xml | 6 +- .../BaseCompatibilityPreferences.xml | 2 +- xml/System.Windows/DependencyObject.xml | 6 +- xml/System.Windows/DependencyProperty.xml | 2 +- .../FrameworkContentElement.xml | 3 +- xml/System.Windows/FrameworkElement.xml | 9 +- .../FrameworkPropertyMetadata.xml | 6 +- xml/System.Windows/FreezableCollection`1.xml | 18 +- xml/System.Windows/Int32Rect.xml | 2 +- xml/System.Windows/LostFocusEventManager.xml | 10 +- xml/System.Windows/NameScope.xml | 53 +- xml/System.Windows/Point.xml | 2 +- xml/System.Windows/Rect.xml | 2 +- xml/System.Windows/Size.xml | 2 +- xml/System.Windows/SplashScreen.xml | 4 +- xml/System.Windows/Style.xml | 3 +- xml/System.Windows/TextDecoration.xml | 6 +- .../TextDecorationCollection.xml | 18 +- xml/System.Windows/Vector.xml | 2 +- .../WeakEventManager+ListenerList.xml | 20 +- xml/System.Windows/WeakEventManager.xml | 10 +- xml/System/Console.xml | 31 + xml/System/GC.xml | 31 + xml/System/GCGenerationInfo.xml | 112 + xml/System/GCKind.xml | 101 + xml/System/GCMemoryInfo.xml | 231 + xml/System/Half.xml | 1143 + xml/System/Math.xml | 30 + xml/System/MathF.xml | 27 + xml/System/StringSplitOptions.xml | 26 + xml/System/Type.xml | 12 + xml/ns-System.Formats.Asn1.xml | 6 + xml/ns-System.Runtime.Intrinsics.Arm.xml | 6 + 642 files changed, 68164 insertions(+), 3320 deletions(-) create mode 100644 xml/System.Formats.Asn1/Asn1Tag.xml create mode 100644 xml/System.Formats.Asn1/AsnContentException.xml create mode 100644 xml/System.Formats.Asn1/AsnDecoder.xml create mode 100644 xml/System.Formats.Asn1/AsnEncodingRules.xml create mode 100644 xml/System.Formats.Asn1/AsnReader.xml create mode 100644 xml/System.Formats.Asn1/AsnReaderOptions.xml create mode 100644 xml/System.Formats.Asn1/AsnWriter+Scope.xml create mode 100644 xml/System.Formats.Asn1/AsnWriter.xml create mode 100644 xml/System.Formats.Asn1/TagClass.xml create mode 100644 xml/System.Formats.Asn1/UniversalTagNumber.xml create mode 100644 xml/System.Runtime.CompilerServices/IsExternalInit.xml create mode 100644 xml/System.Runtime.CompilerServices/ModuleInitializerAttribute.xml create mode 100644 xml/System.Runtime.InteropServices/DynamicInterfaceCastableImplementationAttribute.xml create mode 100644 xml/System.Runtime.InteropServices/IDynamicInterfaceCastable.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/AdvSimd.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/Aes.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/ArmBase+Arm64.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/ArmBase.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/Crc32+Arm64.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/Crc32.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/Sha1.xml create mode 100644 xml/System.Runtime.Intrinsics.Arm/Sha256.xml create mode 100644 xml/System.Threading.Tasks/TaskCompletionSource.xml create mode 100644 xml/System/GCGenerationInfo.xml create mode 100644 xml/System/GCKind.xml create mode 100644 xml/System/Half.xml create mode 100644 xml/ns-System.Formats.Asn1.xml create mode 100644 xml/ns-System.Runtime.Intrinsics.Arm.xml diff --git a/xml/FrameworksIndex/net-5.0.xml b/xml/FrameworksIndex/net-5.0.xml index 2ea0a9b89fa..bf4ca115ba5 100644 --- a/xml/FrameworksIndex/net-5.0.xml +++ b/xml/FrameworksIndex/net-5.0.xml @@ -55,6 +55,7 @@ + @@ -179,7 +180,7 @@ - + @@ -2970,6 +2971,7 @@ + @@ -4298,6 +4300,7 @@ + @@ -4323,12 +4326,35 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -4388,6 +4414,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4732,6 +4803,7 @@ + @@ -4832,6 +4904,7 @@ + @@ -5737,6 +5810,7 @@ + @@ -10754,15 +10828,6 @@ - - - - - - - - - @@ -11311,31 +11376,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -11457,40 +11497,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -11625,13 +11631,6 @@ - - - - - - - @@ -11702,19 +11701,6 @@ - - - - - - - - - - - - - @@ -11762,47 +11748,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -11845,28 +11790,6 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -11879,9 +11802,6 @@ - - - @@ -11995,12 +11915,6 @@ - - - - - - @@ -12312,11 +12226,6 @@ - - - - - @@ -12376,16 +12285,6 @@ - - - - - - - - - - @@ -12471,22 +12370,6 @@ - - - - - - - - - - - - - - - - @@ -12599,26 +12482,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -19634,30 +19497,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -20195,7 +20034,6 @@ - @@ -20208,6 +20046,7 @@ + @@ -26518,6 +26357,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -27930,9 +27986,7 @@ - - @@ -28048,10 +28102,8 @@ - - @@ -28352,7 +28404,6 @@ - @@ -28804,11 +28855,6 @@ - - - - - @@ -28816,32 +28862,10 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -28876,48 +28900,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -29042,53 +29024,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -31829,7 +31768,6 @@ - @@ -42432,6 +42370,7 @@ + @@ -42485,6 +42424,9 @@ + + + @@ -42990,6 +42932,9 @@ + + + @@ -43068,6 +43013,10 @@ + + + + @@ -44155,6 +44104,2062 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -44356,12 +46361,15 @@ + + + @@ -50068,6 +52076,7 @@ + @@ -52232,222 +54241,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -52518,6 +54311,7 @@ + @@ -52730,6 +54524,7 @@ + @@ -52753,6 +54548,7 @@ + @@ -52766,6 +54562,7 @@ + @@ -54925,8 +56722,10 @@ + + @@ -54992,6 +56791,23 @@ + + + + + + + + + + + + + + + + + @@ -55210,11 +57026,17 @@ + + + + + + @@ -56101,44 +57923,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -56190,7 +57985,6 @@ - @@ -56731,86 +58525,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -57001,14 +58719,6 @@ - - - - - - - - @@ -57526,32 +59236,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -57757,36 +59441,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -57854,25 +59508,6 @@ - - - - - - - - - - - - - - - - - - - @@ -57958,71 +59593,12 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -58045,20 +59621,6 @@ - - - - - - - - - - - - - - @@ -58088,67 +59650,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -58283,25 +59784,6 @@ - - - - - - - - - - - - - - - - - - - @@ -58317,13 +59799,6 @@ - - - - - - - @@ -58340,13 +59815,6 @@ - - - - - - - @@ -59838,7 +61306,6 @@ - @@ -59850,54 +61317,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -59952,58 +61371,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -69136,43 +70503,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -69538,28 +70868,6 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -77303,6 +78611,7 @@ + @@ -77353,6 +78662,7 @@ + @@ -77625,7 +78935,9 @@ + + @@ -85481,16 +86793,6 @@ - - - - - - - - - - @@ -85846,210 +87148,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -86181,13 +87279,6 @@ - - - - - - - @@ -86227,22 +87318,11 @@ - - - - - - - - - - - @@ -86371,28 +87451,6 @@ - - - - - - - - - - - - - - - - - - - - - - @@ -87114,11 +88172,6 @@ - - - - - @@ -87307,19 +88360,6 @@ - - - - - - - - - - - - - @@ -87487,20 +88527,6 @@ - - - - - - - - - - - - - - @@ -87526,20 +88552,10 @@ - - - - - - - - - - @@ -87607,13 +88623,6 @@ - - - - - - - @@ -87639,14 +88648,6 @@ - - - - - - - - @@ -87654,9 +88655,6 @@ - - - @@ -87760,11 +88758,6 @@ - - - - - @@ -88128,30 +89121,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -88732,9 +89701,6 @@ - - - @@ -89733,58 +90699,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -90492,10 +91406,6 @@ - - - - @@ -93745,7 +94655,6 @@ - @@ -94062,13 +94971,6 @@ - - - - - - - @@ -95835,7 +96737,6 @@ - @@ -96774,61 +97675,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -96837,119 +97683,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xml/System.Collections.ObjectModel/ObservableCollection`1.xml b/xml/System.Collections.ObjectModel/ObservableCollection`1.xml index 9a1352196b8..5bd95cfee23 100644 --- a/xml/System.Collections.ObjectModel/ObservableCollection`1.xml +++ b/xml/System.Collections.ObjectModel/ObservableCollection`1.xml @@ -36,7 +36,7 @@ - + diff --git a/xml/System.Collections.ObjectModel/ReadOnlyObservableCollection`1.xml b/xml/System.Collections.ObjectModel/ReadOnlyObservableCollection`1.xml index 53dc04cd6a5..1076a80fe12 100644 --- a/xml/System.Collections.ObjectModel/ReadOnlyObservableCollection`1.xml +++ b/xml/System.Collections.ObjectModel/ReadOnlyObservableCollection`1.xml @@ -36,7 +36,7 @@ - + diff --git a/xml/System.Collections.Specialized/CollectionChangedEventManager.xml b/xml/System.Collections.Specialized/CollectionChangedEventManager.xml index 9ad29e62273..1c6b4c6902d 100644 --- a/xml/System.Collections.Specialized/CollectionChangedEventManager.xml +++ b/xml/System.Collections.Specialized/CollectionChangedEventManager.xml @@ -45,8 +45,8 @@ System.Void - - + + The source object that the raises the event. @@ -122,8 +122,8 @@ System.Void - - + + The source object that the raises the event. diff --git a/xml/System.Collections.Specialized/INotifyCollectionChanged.xml b/xml/System.Collections.Specialized/INotifyCollectionChanged.xml index 1edb4c2befb..c544f6dad0d 100644 --- a/xml/System.Collections.Specialized/INotifyCollectionChanged.xml +++ b/xml/System.Collections.Specialized/INotifyCollectionChanged.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Collections.Specialized/NotifyCollectionChangedAction.xml b/xml/System.Collections.Specialized/NotifyCollectionChangedAction.xml index b1ebb5ddd8b..727d54ecce9 100644 --- a/xml/System.Collections.Specialized/NotifyCollectionChangedAction.xml +++ b/xml/System.Collections.Specialized/NotifyCollectionChangedAction.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Collections.Specialized/NotifyCollectionChangedEventArgs.xml b/xml/System.Collections.Specialized/NotifyCollectionChangedEventArgs.xml index 8e7fe8c52c9..32a85c80498 100644 --- a/xml/System.Collections.Specialized/NotifyCollectionChangedEventArgs.xml +++ b/xml/System.Collections.Specialized/NotifyCollectionChangedEventArgs.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Collections.Specialized/NotifyCollectionChangedEventHandler.xml b/xml/System.Collections.Specialized/NotifyCollectionChangedEventHandler.xml index e960ced934f..cd5416c439a 100644 --- a/xml/System.Collections.Specialized/NotifyCollectionChangedEventHandler.xml +++ b/xml/System.Collections.Specialized/NotifyCollectionChangedEventHandler.xml @@ -36,7 +36,7 @@ - + diff --git a/xml/System.ComponentModel/CurrentChangedEventManager.xml b/xml/System.ComponentModel/CurrentChangedEventManager.xml index 2d6b473a3d0..714b5a7570f 100644 --- a/xml/System.ComponentModel/CurrentChangedEventManager.xml +++ b/xml/System.ComponentModel/CurrentChangedEventManager.xml @@ -46,8 +46,8 @@ System.Void - - + + The source object that the raises the event. @@ -134,8 +134,8 @@ System.Void - - + + The source object that the raises the event. diff --git a/xml/System.ComponentModel/CurrentChangingEventManager.xml b/xml/System.ComponentModel/CurrentChangingEventManager.xml index e1f43907f54..5fd7e67e725 100644 --- a/xml/System.ComponentModel/CurrentChangingEventManager.xml +++ b/xml/System.ComponentModel/CurrentChangingEventManager.xml @@ -46,8 +46,8 @@ System.Void - - + + The source object that the raises the event. @@ -134,8 +134,8 @@ System.Void - - + + The source object that the raises the event. diff --git a/xml/System.ComponentModel/DependencyPropertyDescriptor.xml b/xml/System.ComponentModel/DependencyPropertyDescriptor.xml index 583c818cb20..8f7d3914ecc 100644 --- a/xml/System.ComponentModel/DependencyPropertyDescriptor.xml +++ b/xml/System.ComponentModel/DependencyPropertyDescriptor.xml @@ -456,10 +456,10 @@ System.ComponentModel.DependencyPropertyDescriptor - - - - + + + + The registered name of a dependency property or an attached property. diff --git a/xml/System.ComponentModel/GroupDescription.xml b/xml/System.ComponentModel/GroupDescription.xml index eec7f415793..113886ddf1e 100644 --- a/xml/System.ComponentModel/GroupDescription.xml +++ b/xml/System.ComponentModel/GroupDescription.xml @@ -208,7 +208,7 @@ - + @@ -277,7 +277,7 @@ 5.0.0.0 - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] diff --git a/xml/System.ComponentModel/PropertyChangedEventManager.xml b/xml/System.ComponentModel/PropertyChangedEventManager.xml index 1477166e18c..fbdcbbde0af 100644 --- a/xml/System.ComponentModel/PropertyChangedEventManager.xml +++ b/xml/System.ComponentModel/PropertyChangedEventManager.xml @@ -45,9 +45,9 @@ System.Void - - - + + + The source object that the raises the event. @@ -170,9 +170,9 @@ System.Void - - - + + + The source object that the raises the event. diff --git a/xml/System.ComponentModel/SortDescriptionCollection.xml b/xml/System.ComponentModel/SortDescriptionCollection.xml index bfc853ae386..b56f4033e61 100644 --- a/xml/System.ComponentModel/SortDescriptionCollection.xml +++ b/xml/System.ComponentModel/SortDescriptionCollection.xml @@ -89,7 +89,7 @@ - + diff --git a/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml b/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml index ede1c8a2ae7..6396fa9130b 100644 --- a/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml +++ b/xml/System.Diagnostics.CodeAnalysis/DynamicallyAccessedMemberTypes.xml @@ -43,26 +43,6 @@ To be added. - - - - - - - - Field - - System.Runtime - 5.0.0.0 - - - System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes - - 1 - - To be added. - - @@ -303,6 +283,26 @@ To be added. + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes + + 1 + + To be added. + + diff --git a/xml/System.Diagnostics/DelimitedListTraceListener.xml b/xml/System.Diagnostics/DelimitedListTraceListener.xml index f111b5cb902..4d9d2dbdf28 100644 --- a/xml/System.Diagnostics/DelimitedListTraceListener.xml +++ b/xml/System.Diagnostics/DelimitedListTraceListener.xml @@ -220,12 +220,13 @@ - + + Constructor System.Diagnostics.TextWriterTraceListener @@ -271,12 +272,13 @@ - + + Constructor System.Diagnostics.TextWriterTraceListener @@ -516,12 +518,13 @@ - + + Method System.Diagnostics.TextWriterTraceListener @@ -573,12 +576,13 @@ - + + Method System.Diagnostics.TextWriterTraceListener @@ -647,12 +651,13 @@ - + + Method System.Diagnostics.TextWriterTraceListener @@ -704,12 +709,13 @@ - + + Method System.Diagnostics.TextWriterTraceListener diff --git a/xml/System.Diagnostics/TextWriterTraceListener.xml b/xml/System.Diagnostics/TextWriterTraceListener.xml index 05c7fd436b4..bda1322fe61 100644 --- a/xml/System.Diagnostics/TextWriterTraceListener.xml +++ b/xml/System.Diagnostics/TextWriterTraceListener.xml @@ -361,12 +361,13 @@ - + + Constructor System.Diagnostics.TextWriterTraceListener @@ -425,12 +426,13 @@ - + + Constructor System.Diagnostics.TextWriterTraceListener diff --git a/xml/System.Diagnostics/XmlWriterTraceListener.xml b/xml/System.Diagnostics/XmlWriterTraceListener.xml index 62ac444ee6c..e40f5c089fd 100644 --- a/xml/System.Diagnostics/XmlWriterTraceListener.xml +++ b/xml/System.Diagnostics/XmlWriterTraceListener.xml @@ -232,12 +232,13 @@ - + + Constructor System @@ -276,12 +277,13 @@ - + + Constructor System @@ -446,12 +448,13 @@ - + + Method System @@ -495,12 +498,13 @@ - + + Method System @@ -560,12 +564,13 @@ - + + Method System @@ -609,12 +614,13 @@ - + + Method System @@ -667,12 +673,13 @@ - + + Method System diff --git a/xml/System.Drawing/Font.xml b/xml/System.Drawing/Font.xml index c1d17fd2d43..686dfe9fe14 100644 --- a/xml/System.Drawing/Font.xml +++ b/xml/System.Drawing/Font.xml @@ -1731,12 +1731,13 @@ - + + Property System.Drawing diff --git a/xml/System.Formats.Asn1/Asn1Tag.xml b/xml/System.Formats.Asn1/Asn1Tag.xml new file mode 100644 index 00000000000..2f5bbd83461 --- /dev/null +++ b/xml/System.Formats.Asn1/Asn1Tag.xml @@ -0,0 +1,745 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.ValueType + + + + System.IEquatable<System.Formats.Asn1.Asn1Tag> + + + + To be added. + To be added. + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Method + + M:System.IEquatable`1.Equals(`0) + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.TagClass + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.String + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnContentException.xml b/xml/System.Formats.Asn1/AsnContentException.xml new file mode 100644 index 00000000000..48f0aa82269 --- /dev/null +++ b/xml/System.Formats.Asn1/AsnContentException.xml @@ -0,0 +1,106 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Exception + + + + To be added. + To be added. + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + To be added. + To be added. + + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnDecoder.xml b/xml/System.Formats.Asn1/AsnDecoder.xml new file mode 100644 index 00000000000..e7db576d327 --- /dev/null +++ b/xml/System.Formats.Asn1/AsnDecoder.xml @@ -0,0 +1,1043 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Byte[] + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.String + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlySpan<System.Byte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + TEnum + + + + + System.Enum + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.DateTimeOffset + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Numerics.BigInteger + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlySpan<System.Byte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Collections.BitArray + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + TFlagsEnum + + + + + System.Enum + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.String + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Byte[] + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.DateTimeOffset + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Boolean + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Boolean + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnEncodingRules.xml b/xml/System.Formats.Asn1/AsnEncodingRules.xml new file mode 100644 index 00000000000..188d2271af3 --- /dev/null +++ b/xml/System.Formats.Asn1/AsnEncodingRules.xml @@ -0,0 +1,81 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnEncodingRules + + 0 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnEncodingRules + + 1 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnEncodingRules + + 2 + + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnReader.xml b/xml/System.Formats.Asn1/AsnReader.xml new file mode 100644 index 00000000000..31343d98087 --- /dev/null +++ b/xml/System.Formats.Asn1/AsnReader.xml @@ -0,0 +1,1018 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlyMemory<System.Byte> + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlyMemory<System.Byte> + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.Asn1Tag + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Byte[] + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.String + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlyMemory<System.Byte> + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlyMemory<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + TEnum + + + + + System.Enum + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.DateTimeOffset + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Numerics.BigInteger + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.ReadOnlyMemory<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Collections.BitArray + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + TFlagsEnum + + + + + System.Enum + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Byte[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnReader + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnReader + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnReader + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.DateTimeOffset + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.DateTimeOffset + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnEncodingRules + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnReaderOptions.xml b/xml/System.Formats.Asn1/AsnReaderOptions.xml new file mode 100644 index 00000000000..a8ff5fea9ee --- /dev/null +++ b/xml/System.Formats.Asn1/AsnReaderOptions.xml @@ -0,0 +1,64 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.ValueType + + + + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnWriter+Scope.xml b/xml/System.Formats.Asn1/AsnWriter+Scope.xml new file mode 100644 index 00000000000..6062fdf1f6c --- /dev/null +++ b/xml/System.Formats.Asn1/AsnWriter+Scope.xml @@ -0,0 +1,50 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.ValueType + + + + System.IDisposable + + + + To be added. + To be added. + + + + + + + + + + Method + + M:System.IDisposable.Dispose + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/AsnWriter.xml b/xml/System.Formats.Asn1/AsnWriter.xml new file mode 100644 index 00000000000..2031812b1a9 --- /dev/null +++ b/xml/System.Formats.Asn1/AsnWriter.xml @@ -0,0 +1,975 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + + + Constructor + + System.Formats.Asn1 + 5.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Byte[] + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnWriter+Scope + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnWriter+Scope + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnWriter+Scope + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + + Property + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.AsnEncodingRules + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + System.Enum + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + System.Enum + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Formats.Asn1 + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Formats.Asn1/TagClass.xml b/xml/System.Formats.Asn1/TagClass.xml new file mode 100644 index 00000000000..14291d33fc6 --- /dev/null +++ b/xml/System.Formats.Asn1/TagClass.xml @@ -0,0 +1,101 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.TagClass + + 64 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.TagClass + + 128 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.TagClass + + 192 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.TagClass + + 0 + + To be added. + + + + diff --git a/xml/System.Formats.Asn1/UniversalTagNumber.xml b/xml/System.Formats.Asn1/UniversalTagNumber.xml new file mode 100644 index 00000000000..55c346d3251 --- /dev/null +++ b/xml/System.Formats.Asn1/UniversalTagNumber.xml @@ -0,0 +1,841 @@ + + + + + + + + + System.Formats.Asn1 + 5.0.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 3 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 30 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 1 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 31 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 33 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 34 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 11 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 0 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 10 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 8 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 24 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 27 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 25 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 22 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 8 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 2 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 26 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 5 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 18 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 7 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 6 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 35 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 4 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 19 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 9 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 13 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 36 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 16 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 16 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 17 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 17 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 20 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 20 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 14 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 32 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 28 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 29 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 23 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 12 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 21 + + To be added. + + + + + + + + + + Field + + System.Formats.Asn1 + 5.0.0.0 + + + System.Formats.Asn1.UniversalTagNumber + + 26 + + To be added. + + + + diff --git a/xml/System.IO.Packaging/CompressionOption.xml b/xml/System.IO.Packaging/CompressionOption.xml index b24928e801e..6effbc562ed 100644 --- a/xml/System.IO.Packaging/CompressionOption.xml +++ b/xml/System.IO.Packaging/CompressionOption.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/EncryptionOption.xml b/xml/System.IO.Packaging/EncryptionOption.xml index dfc01197e9e..ec68b29666d 100644 --- a/xml/System.IO.Packaging/EncryptionOption.xml +++ b/xml/System.IO.Packaging/EncryptionOption.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/PackUriHelper.xml b/xml/System.IO.Packaging/PackUriHelper.xml index e23fb88b609..eae3506ecba 100644 --- a/xml/System.IO.Packaging/PackUriHelper.xml +++ b/xml/System.IO.Packaging/PackUriHelper.xml @@ -21,7 +21,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/Package.xml b/xml/System.IO.Packaging/Package.xml index d777210828b..aaaa7b17e04 100644 --- a/xml/System.IO.Packaging/Package.xml +++ b/xml/System.IO.Packaging/Package.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + @@ -599,12 +599,13 @@ - + + Method System.IO.Packaging @@ -1120,12 +1121,13 @@ - + + Method System.IO.Packaging diff --git a/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml b/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml index d8746a356ab..4d488a04b1a 100644 --- a/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml +++ b/xml/System.IO.Packaging/PackageDigitalSignatureManager.xml @@ -355,7 +355,7 @@ - + diff --git a/xml/System.IO.Packaging/PackagePart.xml b/xml/System.IO.Packaging/PackagePart.xml index 7f20d2cbed5..e8568bf9ab5 100644 --- a/xml/System.IO.Packaging/PackagePart.xml +++ b/xml/System.IO.Packaging/PackagePart.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + @@ -122,12 +122,13 @@ - + + Constructor System.IO.Packaging @@ -192,12 +193,13 @@ - + + Constructor System.IO.Packaging @@ -502,12 +504,13 @@ - + + Method System.IO.Packaging diff --git a/xml/System.IO.Packaging/PackagePartCollection.xml b/xml/System.IO.Packaging/PackagePartCollection.xml index 6c07d2d1c75..4417e4d122e 100644 --- a/xml/System.IO.Packaging/PackagePartCollection.xml +++ b/xml/System.IO.Packaging/PackagePartCollection.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/PackageProperties.xml b/xml/System.IO.Packaging/PackageProperties.xml index 595442c7a4f..9ec66b75c9a 100644 --- a/xml/System.IO.Packaging/PackageProperties.xml +++ b/xml/System.IO.Packaging/PackageProperties.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/PackageRelationship.xml b/xml/System.IO.Packaging/PackageRelationship.xml index 43c42345340..77deec51f50 100644 --- a/xml/System.IO.Packaging/PackageRelationship.xml +++ b/xml/System.IO.Packaging/PackageRelationship.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/PackageRelationshipCollection.xml b/xml/System.IO.Packaging/PackageRelationshipCollection.xml index d61fc94c0a9..165cb8235ed 100644 --- a/xml/System.IO.Packaging/PackageRelationshipCollection.xml +++ b/xml/System.IO.Packaging/PackageRelationshipCollection.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/PackageRelationshipSelector.xml b/xml/System.IO.Packaging/PackageRelationshipSelector.xml index 43c417e2ed7..8ae0f753cbe 100644 --- a/xml/System.IO.Packaging/PackageRelationshipSelector.xml +++ b/xml/System.IO.Packaging/PackageRelationshipSelector.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/PackageRelationshipSelectorType.xml b/xml/System.IO.Packaging/PackageRelationshipSelectorType.xml index 6f7e6ba4ed4..b4f63fc172b 100644 --- a/xml/System.IO.Packaging/PackageRelationshipSelectorType.xml +++ b/xml/System.IO.Packaging/PackageRelationshipSelectorType.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/TargetMode.xml b/xml/System.IO.Packaging/TargetMode.xml index d3d964bb90e..0c2959f06f6 100644 --- a/xml/System.IO.Packaging/TargetMode.xml +++ b/xml/System.IO.Packaging/TargetMode.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO.Packaging/ZipPackage.xml b/xml/System.IO.Packaging/ZipPackage.xml index 26884c8ed30..f0ff1eb221c 100644 --- a/xml/System.IO.Packaging/ZipPackage.xml +++ b/xml/System.IO.Packaging/ZipPackage.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + @@ -207,12 +207,13 @@ - + + Method System.IO.Packaging diff --git a/xml/System.IO.Packaging/ZipPackagePart.xml b/xml/System.IO.Packaging/ZipPackagePart.xml index 558cbb2cad1..e1bcd5af874 100644 --- a/xml/System.IO.Packaging/ZipPackagePart.xml +++ b/xml/System.IO.Packaging/ZipPackagePart.xml @@ -20,7 +20,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO/FileFormatException.xml b/xml/System.IO/FileFormatException.xml index 09b79aa49ee..67a3a3bfa9c 100644 --- a/xml/System.IO/FileFormatException.xml +++ b/xml/System.IO/FileFormatException.xml @@ -22,7 +22,7 @@ 4.0.0.0 - + diff --git a/xml/System.IO/MemoryStream.xml b/xml/System.IO/MemoryStream.xml index ec459ebd324..45cc91addfd 100644 --- a/xml/System.IO/MemoryStream.xml +++ b/xml/System.IO/MemoryStream.xml @@ -1047,46 +1047,6 @@ End Try The stream is unwritable. - - - - - - - - Method - - System.Runtime - 5.0.0.0 - - - System.IO - - - mscorlib - - - netstandard - - - System.Runtime.Extensions - - - System.Void - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - @@ -1143,49 +1103,6 @@ The stream is unwritable. The current stream does not support reading, or the destination stream does not support writing. - - - - - - - - Method - - System.Runtime - 5.0.0.0 - - - System.IO - - - mscorlib - - - netstandard - - - System.Runtime.Extensions - - - System.Threading.Tasks.Task - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - diff --git a/xml/System.IO/Stream.xml b/xml/System.IO/Stream.xml index 4e4c317563d..c0a1010ca7f 100644 --- a/xml/System.IO/Stream.xml +++ b/xml/System.IO/Stream.xml @@ -771,43 +771,6 @@ An I/O error occurred. - - - - - - - - Method - - System.Runtime - 5.0.0.0 - - - System.IO - - - mscorlib - - - netstandard - - - System.Void - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - System.IO @@ -1084,46 +1047,6 @@ The current stream does not support reading, or the destination stream does not support writing. - - - - - - - - Method - - System.Runtime - 5.0.0.0 - - - System.IO - - - mscorlib - - - netstandard - - - System.Threading.Tasks.Task - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - diff --git a/xml/System.IO/UnmanagedMemoryStream.xml b/xml/System.IO/UnmanagedMemoryStream.xml index 352cb989d92..4004066ed81 100644 --- a/xml/System.IO/UnmanagedMemoryStream.xml +++ b/xml/System.IO/UnmanagedMemoryStream.xml @@ -627,43 +627,6 @@ The stream is closed. - - - - - - - - Method - - System.Runtime - 5.0.0.0 - - - netstandard - - - System.IO.UnmanagedMemoryStream - - - System.Runtime.InteropServices - - - System.Void - - - - - - - - The callback tho handle the stream contents to be copied. - A user-defined state, passed to the callback. - The buffer size of the span. - Copies the current unmanaged memory stream instance contents and sends them to the specified callback for processing. - To be added. - - diff --git a/xml/System.Net.Http/WinHttpHandler.xml b/xml/System.Net.Http/WinHttpHandler.xml index 2a31addeb3e..2010cfe4cf8 100644 --- a/xml/System.Net.Http/WinHttpHandler.xml +++ b/xml/System.Net.Http/WinHttpHandler.xml @@ -210,12 +210,13 @@ - + + Property System.Net.Http.WinHttpHandler @@ -579,12 +580,13 @@ - + + Property System.Net.Http.WinHttpHandler @@ -787,12 +789,13 @@ - + + Property System.Net.Http.WinHttpHandler diff --git a/xml/System.Net.WebSockets/WebSocketProtocol.xml b/xml/System.Net.WebSockets/WebSocketProtocol.xml index efc25ff245a..b7b4f6a00b3 100644 --- a/xml/System.Net.WebSockets/WebSocketProtocol.xml +++ b/xml/System.Net.WebSockets/WebSocketProtocol.xml @@ -23,12 +23,13 @@ - + + Method System.Net.WebSockets.WebSocketProtocol diff --git a/xml/System.Net/WebHeaderCollection.xml b/xml/System.Net/WebHeaderCollection.xml index e0a4afdb3a0..e345ab54799 100644 --- a/xml/System.Net/WebHeaderCollection.xml +++ b/xml/System.Net/WebHeaderCollection.xml @@ -1459,13 +1459,12 @@ - + - Property System.Net.WebHeaderCollection @@ -1492,7 +1491,7 @@ System.String - + To be added. diff --git a/xml/System.Reflection.Context/CustomReflectionContext.xml b/xml/System.Reflection.Context/CustomReflectionContext.xml index 8a1d9d04cc0..e5342d82836 100644 --- a/xml/System.Reflection.Context/CustomReflectionContext.xml +++ b/xml/System.Reflection.Context/CustomReflectionContext.xml @@ -161,12 +161,13 @@ - + + Method System.Reflection.Context @@ -201,12 +202,13 @@ - + + Method System.Reflection.Context diff --git a/xml/System.Reflection/Module.xml b/xml/System.Reflection/Module.xml index 6d7f5764d43..1220a2ad220 100644 --- a/xml/System.Reflection/Module.xml +++ b/xml/System.Reflection/Module.xml @@ -1672,6 +1672,10 @@ 5.0.0.0 + + [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")] + [<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")>] + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Reflection/TypeDelegator.xml b/xml/System.Reflection/TypeDelegator.xml index a96042849f3..561a296b793 100644 --- a/xml/System.Reflection/TypeDelegator.xml +++ b/xml/System.Reflection/TypeDelegator.xml @@ -155,7 +155,14 @@ - + + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] + + + The instance of the class that encapsulates the call to the method of an object. diff --git a/xml/System.Reflection/TypeInfo.xml b/xml/System.Reflection/TypeInfo.xml index 9d15657d35f..3ee76a12167 100644 --- a/xml/System.Reflection/TypeInfo.xml +++ b/xml/System.Reflection/TypeInfo.xml @@ -350,6 +350,12 @@ 4.2.2.0 5.0.0.0 + + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)>] + + System.Collections.Generic.IEnumerable<System.Reflection.ConstructorInfo> @@ -397,6 +403,12 @@ 4.2.2.0 5.0.0.0 + + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] + + System.Collections.Generic.IEnumerable<System.Reflection.EventInfo> @@ -444,6 +456,12 @@ 4.2.2.0 5.0.0.0 + + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + + System.Collections.Generic.IEnumerable<System.Reflection.FieldInfo> @@ -491,6 +509,12 @@ 4.2.2.0 5.0.0.0 + + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All)>] + + System.Collections.Generic.IEnumerable<System.Reflection.MemberInfo> @@ -538,6 +562,12 @@ 4.2.2.0 5.0.0.0 + + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + + System.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> @@ -594,6 +624,10 @@ 5.0.0.0 + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)>] + [get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.Reflection.TypeInfo/<get_DeclaredNestedTypes>d__1))] [<get: System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.Reflection.TypeInfo/<get_DeclaredNestedTypes>d__1))>] @@ -650,6 +684,12 @@ 4.2.2.0 5.0.0.0 + + + [get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<get: System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> @@ -1109,6 +1149,12 @@ 4.2.2.0 5.0.0.0 + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents)>] + + System.Reflection.EventInfo @@ -1156,6 +1202,12 @@ 4.2.2.0 5.0.0.0 + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields)>] + + System.Reflection.FieldInfo @@ -1203,6 +1255,12 @@ 4.2.2.0 5.0.0.0 + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + + System.Reflection.MethodInfo @@ -1251,6 +1309,10 @@ 5.0.0.0 + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods)>] + [System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.Reflection.TypeInfo/<GetDeclaredMethods>d__1))] [<System.Runtime.CompilerServices.IteratorStateMachine(typeof(System.Reflection.TypeInfo/<GetDeclaredMethods>d__1))>] @@ -1307,6 +1369,12 @@ 4.2.2.0 5.0.0.0 + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes)>] + + System.Reflection.TypeInfo @@ -1354,6 +1422,12 @@ 4.2.2.0 5.0.0.0 + + + [System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)] + [<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties | System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties)>] + + System.Reflection.PropertyInfo diff --git a/xml/System.Resources.Extensions/PreserializedResourceWriter.xml b/xml/System.Resources.Extensions/PreserializedResourceWriter.xml index 51b8bf703db..123a0d5698b 100644 --- a/xml/System.Resources.Extensions/PreserializedResourceWriter.xml +++ b/xml/System.Resources.Extensions/PreserializedResourceWriter.xml @@ -113,11 +113,12 @@ - + + Method System.Resources.Extensions @@ -144,12 +145,13 @@ - + + Method M:System.Resources.IResourceWriter.AddResource(System.String,System.Byte[]) @@ -185,12 +187,13 @@ The resources are not written until - + + Method M:System.Resources.IResourceWriter.AddResource(System.String,System.Object) @@ -227,12 +230,13 @@ The resources are not written until - + + Method M:System.Resources.IResourceWriter.AddResource(System.String,System.String) @@ -268,11 +272,12 @@ The resources are not written until - + + Method System.Resources.Extensions diff --git a/xml/System.Runtime.CompilerServices/IsExternalInit.xml b/xml/System.Runtime.CompilerServices/IsExternalInit.xml new file mode 100644 index 00000000000..926cbc5821b --- /dev/null +++ b/xml/System.Runtime.CompilerServices/IsExternalInit.xml @@ -0,0 +1,27 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Object + + + + + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] + [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] + + + + To be added. + To be added. + + + diff --git a/xml/System.Runtime.CompilerServices/ModuleInitializerAttribute.xml b/xml/System.Runtime.CompilerServices/ModuleInitializerAttribute.xml new file mode 100644 index 00000000000..e52a6fe3eb4 --- /dev/null +++ b/xml/System.Runtime.CompilerServices/ModuleInitializerAttribute.xml @@ -0,0 +1,45 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Attribute + + + + + [System.AttributeUsage(System.AttributeTargets.Method, Inherited=false)] + [<System.AttributeUsage(System.AttributeTargets.Method, Inherited=false)>] + + + + To be added. + To be added. + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.CompilerServices/RuntimeHelpers.xml b/xml/System.Runtime.CompilerServices/RuntimeHelpers.xml index 9e886d3016b..42327505740 100644 --- a/xml/System.Runtime.CompilerServices/RuntimeHelpers.xml +++ b/xml/System.Runtime.CompilerServices/RuntimeHelpers.xml @@ -655,6 +655,10 @@ 2.1.0.0 + + [System.Obsolete("OffsetToStringData is obsolete. Use string.GetPinnableReference() instead.")] + [<System.Obsolete("OffsetToStringData is obsolete. Use string.GetPinnableReference() instead.")>] + [get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")] [<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>] diff --git a/xml/System.Runtime.InteropServices/DynamicInterfaceCastableImplementationAttribute.xml b/xml/System.Runtime.InteropServices/DynamicInterfaceCastableImplementationAttribute.xml new file mode 100644 index 00000000000..4176a90c617 --- /dev/null +++ b/xml/System.Runtime.InteropServices/DynamicInterfaceCastableImplementationAttribute.xml @@ -0,0 +1,45 @@ + + + + + + + + + System.Runtime.InteropServices + 5.0.0.0 + + + System.Attribute + + + + + [System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false, Inherited=false)] + [<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false, Inherited=false)>] + + + + To be added. + To be added. + + + + + + + + + Constructor + + System.Runtime.InteropServices + 5.0.0.0 + + + + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.InteropServices/IDynamicInterfaceCastable.xml b/xml/System.Runtime.InteropServices/IDynamicInterfaceCastable.xml new file mode 100644 index 00000000000..4a0fab5b3b2 --- /dev/null +++ b/xml/System.Runtime.InteropServices/IDynamicInterfaceCastable.xml @@ -0,0 +1,71 @@ + + + + + + + + + System.Runtime.InteropServices + 5.0.0.0 + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.InteropServices + 5.0.0.0 + + + System.RuntimeTypeHandle + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.InteropServices + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml b/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml new file mode 100644 index 00000000000..5bf2638a36f --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/AdvSimd+Arm64.xml @@ -0,0 +1,13620 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase+Arm64 + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/AdvSimd.xml b/xml/System.Runtime.Intrinsics.Arm/AdvSimd.xml new file mode 100644 index 00000000000..2cccd1da41c --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/AdvSimd.xml @@ -0,0 +1,40601 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase + + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Byte + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Double + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int16 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int64 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.SByte + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Single + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt16 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt64 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Byte + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int16 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.SByte + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Single + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt16 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.SByte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Single> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt16> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int16> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/Aes.xml b/xml/System.Runtime.Intrinsics.Arm/Aes.xml new file mode 100644 index 00000000000..742f794d9c1 --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/Aes.xml @@ -0,0 +1,261 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase + + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Byte> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.Int64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt64> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/ArmBase+Arm64.xml b/xml/System.Runtime.Intrinsics.Arm/ArmBase+Arm64.xml new file mode 100644 index 00000000000..2b872f442cc --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/ArmBase+Arm64.xml @@ -0,0 +1,193 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int64 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt64 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/ArmBase.xml b/xml/System.Runtime.Intrinsics.Arm/ArmBase.xml new file mode 100644 index 00000000000..ef1d7922319 --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/ArmBase.xml @@ -0,0 +1,149 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Object + + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/Crc32+Arm64.xml b/xml/System.Runtime.Intrinsics.Arm/Crc32+Arm64.xml new file mode 100644 index 00000000000..fe7f449f9c5 --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/Crc32+Arm64.xml @@ -0,0 +1,97 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase+Arm64 + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/Crc32.xml b/xml/System.Runtime.Intrinsics.Arm/Crc32.xml new file mode 100644 index 00000000000..d0556799e70 --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/Crc32.xml @@ -0,0 +1,211 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase + + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.UInt32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/Sha1.xml b/xml/System.Runtime.Intrinsics.Arm/Sha1.xml new file mode 100644 index 00000000000..4bd4fe63efa --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/Sha1.xml @@ -0,0 +1,217 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase + + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.UInt32> + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics.Arm/Sha256.xml b/xml/System.Runtime.Intrinsics.Arm/Sha256.xml new file mode 100644 index 00000000000..1ab2535e6b9 --- /dev/null +++ b/xml/System.Runtime.Intrinsics.Arm/Sha256.xml @@ -0,0 +1,163 @@ + + + + + + + + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Arm.ArmBase + + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector128<System.UInt32> + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Runtime.Intrinsics/Vector64.xml b/xml/System.Runtime.Intrinsics/Vector64.xml index 9a56d9330a6..7ae174d6344 100644 --- a/xml/System.Runtime.Intrinsics/Vector64.xml +++ b/xml/System.Runtime.Intrinsics/Vector64.xml @@ -1055,6 +1055,31 @@ To be added. + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Double> + + + + + + To be added. + To be added. + To be added. + To be added. + + @@ -1109,6 +1134,31 @@ To be added. + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + System.Runtime.Intrinsics.Vector64<System.Int64> + + + + + + To be added. + To be added. + To be added. + To be added. + + @@ -1235,6 +1285,37 @@ To be added. + + + + + + + + Method + + System.Runtime.Intrinsics + 5.0.0.0 + + + + [System.CLSCompliant(false)] + [<System.CLSCompliant(false)>] + + + + System.Runtime.Intrinsics.Vector64<System.UInt64> + + + + + + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml b/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml index ba5c7e1176f..adad8b4eeee 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509ChainPolicy.xml @@ -230,6 +230,30 @@ To be added. + + + + + + + + Property + + System.Security.Cryptography.X509Certificates + 5.0.0.0 + + + netstandard + + + System.Boolean + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Security.Cryptography/ProtectedData.xml b/xml/System.Security.Cryptography/ProtectedData.xml index dc9e2465f33..5e7c1d3c551 100644 --- a/xml/System.Security.Cryptography/ProtectedData.xml +++ b/xml/System.Security.Cryptography/ProtectedData.xml @@ -57,12 +57,13 @@ If you use these methods during impersonation, you may receive the following err - + + Method System.Security.Cryptography.ProtectedData @@ -128,12 +129,13 @@ If you use these methods during impersonation, you may receive the following err - + + Method System.Security.Cryptography.ProtectedData diff --git a/xml/System.Security.Permissions/CodeAccessSecurityAttribute.xml b/xml/System.Security.Permissions/CodeAccessSecurityAttribute.xml index 44819b94adf..1b28f4ef592 100644 --- a/xml/System.Security.Permissions/CodeAccessSecurityAttribute.xml +++ b/xml/System.Security.Permissions/CodeAccessSecurityAttribute.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Security.Permissions/MediaPermission.xml b/xml/System.Security.Permissions/MediaPermission.xml index 0f7513d05a4..4ca5362709a 100644 --- a/xml/System.Security.Permissions/MediaPermission.xml +++ b/xml/System.Security.Permissions/MediaPermission.xml @@ -18,7 +18,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/MediaPermissionAttribute.xml b/xml/System.Security.Permissions/MediaPermissionAttribute.xml index a3ab704e6a4..d126c48dcf2 100644 --- a/xml/System.Security.Permissions/MediaPermissionAttribute.xml +++ b/xml/System.Security.Permissions/MediaPermissionAttribute.xml @@ -17,7 +17,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/MediaPermissionAudio.xml b/xml/System.Security.Permissions/MediaPermissionAudio.xml index 8ca167b25f9..193e6dac653 100644 --- a/xml/System.Security.Permissions/MediaPermissionAudio.xml +++ b/xml/System.Security.Permissions/MediaPermissionAudio.xml @@ -17,7 +17,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/MediaPermissionImage.xml b/xml/System.Security.Permissions/MediaPermissionImage.xml index a775f9e7a73..44e0048ac48 100644 --- a/xml/System.Security.Permissions/MediaPermissionImage.xml +++ b/xml/System.Security.Permissions/MediaPermissionImage.xml @@ -17,7 +17,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/MediaPermissionVideo.xml b/xml/System.Security.Permissions/MediaPermissionVideo.xml index 958002bb11f..cabb9da1b98 100644 --- a/xml/System.Security.Permissions/MediaPermissionVideo.xml +++ b/xml/System.Security.Permissions/MediaPermissionVideo.xml @@ -17,7 +17,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/PermissionState.xml b/xml/System.Security.Permissions/PermissionState.xml index 6e880b3f5aa..5193b4ae4ee 100644 --- a/xml/System.Security.Permissions/PermissionState.xml +++ b/xml/System.Security.Permissions/PermissionState.xml @@ -30,7 +30,7 @@ - + diff --git a/xml/System.Security.Permissions/PrincipalPermissionAttribute.xml b/xml/System.Security.Permissions/PrincipalPermissionAttribute.xml index 6e272b6822b..6676f2ddf0c 100644 --- a/xml/System.Security.Permissions/PrincipalPermissionAttribute.xml +++ b/xml/System.Security.Permissions/PrincipalPermissionAttribute.xml @@ -98,6 +98,12 @@ 4.0.3.0 5.0.0.0 + + + [System.Obsolete("PrincipalPermissionAttribute is not honored by the runtime and must not be used.", true, DiagnosticId="MSLIB0002", UrlFormat="https://aka.ms/dotnet-warnings/{0}")] + [<System.Obsolete("PrincipalPermissionAttribute is not honored by the runtime and must not be used.", true, DiagnosticId="MSLIB0002", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>] + + diff --git a/xml/System.Security.Permissions/SecurityAction.xml b/xml/System.Security.Permissions/SecurityAction.xml index 1bce34a5e56..d6c89e90aef 100644 --- a/xml/System.Security.Permissions/SecurityAction.xml +++ b/xml/System.Security.Permissions/SecurityAction.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Security.Permissions/SecurityAttribute.xml b/xml/System.Security.Permissions/SecurityAttribute.xml index b44029824fc..6eeb5319e04 100644 --- a/xml/System.Security.Permissions/SecurityAttribute.xml +++ b/xml/System.Security.Permissions/SecurityAttribute.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Security.Permissions/SecurityPermissionAttribute.xml b/xml/System.Security.Permissions/SecurityPermissionAttribute.xml index 20ca259ee97..fe7476bcbcc 100644 --- a/xml/System.Security.Permissions/SecurityPermissionAttribute.xml +++ b/xml/System.Security.Permissions/SecurityPermissionAttribute.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Security.Permissions/SecurityPermissionFlag.xml b/xml/System.Security.Permissions/SecurityPermissionFlag.xml index 950bf45adf8..834464cb7f3 100644 --- a/xml/System.Security.Permissions/SecurityPermissionFlag.xml +++ b/xml/System.Security.Permissions/SecurityPermissionFlag.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Security.Permissions/WebBrowserPermission.xml b/xml/System.Security.Permissions/WebBrowserPermission.xml index bd539aef366..2c6445eb4c4 100644 --- a/xml/System.Security.Permissions/WebBrowserPermission.xml +++ b/xml/System.Security.Permissions/WebBrowserPermission.xml @@ -18,7 +18,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/WebBrowserPermissionAttribute.xml b/xml/System.Security.Permissions/WebBrowserPermissionAttribute.xml index fc13a055d5b..303b3347d61 100644 --- a/xml/System.Security.Permissions/WebBrowserPermissionAttribute.xml +++ b/xml/System.Security.Permissions/WebBrowserPermissionAttribute.xml @@ -17,7 +17,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.Permissions/WebBrowserPermissionLevel.xml b/xml/System.Security.Permissions/WebBrowserPermissionLevel.xml index f53b4b128d8..3c4f1c7b582 100644 --- a/xml/System.Security.Permissions/WebBrowserPermissionLevel.xml +++ b/xml/System.Security.Permissions/WebBrowserPermissionLevel.xml @@ -17,7 +17,7 @@ 5.0.0.0 - + diff --git a/xml/System.Security.RightsManagement/RightsManagementException.xml b/xml/System.Security.RightsManagement/RightsManagementException.xml index 9eb67abd672..270a4547021 100644 --- a/xml/System.Security.RightsManagement/RightsManagementException.xml +++ b/xml/System.Security.RightsManagement/RightsManagementException.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Security/IPermission.xml b/xml/System.Security/IPermission.xml index d4e645bafb4..3998b551811 100644 --- a/xml/System.Security/IPermission.xml +++ b/xml/System.Security/IPermission.xml @@ -34,7 +34,7 @@ - + diff --git a/xml/System.Security/ISecurityEncodable.xml b/xml/System.Security/ISecurityEncodable.xml index 50a62bbb4bc..53d8aecea83 100644 --- a/xml/System.Security/ISecurityEncodable.xml +++ b/xml/System.Security/ISecurityEncodable.xml @@ -34,7 +34,7 @@ - + diff --git a/xml/System.Security/IStackWalk.xml b/xml/System.Security/IStackWalk.xml index 6df12168765..c383f21c220 100644 --- a/xml/System.Security/IStackWalk.xml +++ b/xml/System.Security/IStackWalk.xml @@ -29,7 +29,7 @@ - + diff --git a/xml/System.Security/PermissionSet.xml b/xml/System.Security/PermissionSet.xml index d466886a1f4..5052db74836 100644 --- a/xml/System.Security/PermissionSet.xml +++ b/xml/System.Security/PermissionSet.xml @@ -31,7 +31,7 @@ - + diff --git a/xml/System.Security/SecurityElement.xml b/xml/System.Security/SecurityElement.xml index f686d9f269d..88ff32c983d 100644 --- a/xml/System.Security/SecurityElement.xml +++ b/xml/System.Security/SecurityElement.xml @@ -35,7 +35,7 @@ - + diff --git a/xml/System.Text/CodePagesEncodingProvider.xml b/xml/System.Text/CodePagesEncodingProvider.xml index c489ecbfdd7..27e633fc70a 100644 --- a/xml/System.Text/CodePagesEncodingProvider.xml +++ b/xml/System.Text/CodePagesEncodingProvider.xml @@ -175,6 +175,28 @@ The .NET Framework supports a large number of character encodings and code pages To be added. + + + + + + + + Method + + System.Text.Encoding.CodePages + 5.0.0.0 + + + System.Collections.Generic.IEnumerable<System.Text.EncodingInfo> + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Text/Encoding.xml b/xml/System.Text/Encoding.xml index b10e014d1c6..679fb20963a 100644 --- a/xml/System.Text/Encoding.xml +++ b/xml/System.Text/Encoding.xml @@ -5092,6 +5092,36 @@ The goal is to save this file, then open and decode it as a binary stream. + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Text.Encoding + + + mscorlib + + + netstandard + + + System.Text.Encoding + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Text/EncodingInfo.xml b/xml/System.Text/EncodingInfo.xml index 349dea26a61..76eff170c94 100644 --- a/xml/System.Text/EncodingInfo.xml +++ b/xml/System.Text/EncodingInfo.xml @@ -61,6 +61,36 @@ + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + netstandard + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Text/EncodingProvider.xml b/xml/System.Text/EncodingProvider.xml index 9d417270ff4..e4e0b406906 100644 --- a/xml/System.Text/EncodingProvider.xml +++ b/xml/System.Text/EncodingProvider.xml @@ -390,5 +390,33 @@ This method is called by the [Encoding.GetEncoding(String)]( + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Text.Encoding + + + System.Collections.Generic.IEnumerable<System.Text.EncodingInfo> + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Threading.Tasks/Task.xml b/xml/System.Threading.Tasks/Task.xml index d2c775e6fdd..ddd8d2dbe30 100644 --- a/xml/System.Threading.Tasks/Task.xml +++ b/xml/System.Threading.Tasks/Task.xml @@ -5621,6 +5621,42 @@ Task t Status: RanToCompletion, Result: 42 The array contained a null task, or was empty. + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Threading.Tasks + + + mscorlib + + + netstandard + + + System.Threading.Tasks.Task<System.Threading.Tasks.Task> + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + @@ -5740,6 +5776,46 @@ Task t Status: RanToCompletion, Result: 42 The array contained a null task, or was empty. + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Threading.Tasks + + + mscorlib + + + netstandard + + + System.Threading.Tasks.Task<System.Threading.Tasks.Task<TResult>> + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Threading.Tasks/TaskCompletionSource.xml b/xml/System.Threading.Tasks/TaskCompletionSource.xml new file mode 100644 index 00000000000..b3fe5757e9a --- /dev/null +++ b/xml/System.Threading.Tasks/TaskCompletionSource.xml @@ -0,0 +1,358 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Constructor + + System.Runtime + 5.0.0.0 + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Void + + + + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Threading.Tasks.Task + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System.Threading.Tasks/ValueTask.xml b/xml/System.Threading.Tasks/ValueTask.xml index 40788c668c1..e3db2805669 100644 --- a/xml/System.Threading.Tasks/ValueTask.xml +++ b/xml/System.Threading.Tasks/ValueTask.xml @@ -165,6 +165,33 @@ This method either returns the wrapped task object, if one exists, or it manufac + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Threading.Tasks.Extensions + + + System.Threading.Tasks.ValueTask + + + To be added. + To be added. + To be added. + + @@ -287,6 +314,173 @@ Two instances are equal when they wrap t + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Threading.Tasks.Extensions + + + System.Threading.Tasks.ValueTask + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Threading.Tasks.Extensions + + + System.Threading.Tasks.ValueTask<TResult> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Threading.Tasks.Extensions + + + System.Threading.Tasks.ValueTask + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Threading.Tasks.Extensions + + + System.Threading.Tasks.ValueTask<TResult> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Threading.Tasks.Extensions + + + System.Threading.Tasks.ValueTask<TResult> + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + diff --git a/xml/System.Threading/EventWaitHandleAcl.xml b/xml/System.Threading/EventWaitHandleAcl.xml index 1f844b4dba0..8ce03310ecb 100644 --- a/xml/System.Threading/EventWaitHandleAcl.xml +++ b/xml/System.Threading/EventWaitHandleAcl.xml @@ -19,7 +19,7 @@ - + diff --git a/xml/System.Threading/MutexAcl.xml b/xml/System.Threading/MutexAcl.xml index cb10b5854ff..95c69654789 100644 --- a/xml/System.Threading/MutexAcl.xml +++ b/xml/System.Threading/MutexAcl.xml @@ -19,7 +19,7 @@ - + diff --git a/xml/System.Threading/SemaphoreAcl.xml b/xml/System.Threading/SemaphoreAcl.xml index af70af74ed9..562c9f34c30 100644 --- a/xml/System.Threading/SemaphoreAcl.xml +++ b/xml/System.Threading/SemaphoreAcl.xml @@ -19,7 +19,7 @@ - + diff --git a/xml/System.Windows.Controls.Primitives/GridViewRowPresenterBase.xml b/xml/System.Windows.Controls.Primitives/GridViewRowPresenterBase.xml index 5a2c9b620fa..bb43b94eb52 100644 --- a/xml/System.Windows.Controls.Primitives/GridViewRowPresenterBase.xml +++ b/xml/System.Windows.Controls.Primitives/GridViewRowPresenterBase.xml @@ -192,7 +192,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework @@ -224,7 +224,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Controls.Ribbon/RibbonControlSizeDefinition.xml b/xml/System.Windows.Controls.Ribbon/RibbonControlSizeDefinition.xml index dadcbc5db03..e05c3303332 100644 --- a/xml/System.Windows.Controls.Ribbon/RibbonControlSizeDefinition.xml +++ b/xml/System.Windows.Controls.Ribbon/RibbonControlSizeDefinition.xml @@ -51,7 +51,8 @@ - + + Method System.Windows.Controls.Ribbon diff --git a/xml/System.Windows.Controls.Ribbon/RibbonGallery.xml b/xml/System.Windows.Controls.Ribbon/RibbonGallery.xml index 5454b7d5bbd..5b62ec806f3 100644 --- a/xml/System.Windows.Controls.Ribbon/RibbonGallery.xml +++ b/xml/System.Windows.Controls.Ribbon/RibbonGallery.xml @@ -2474,7 +2474,7 @@ Ribbon gallery in a combo box Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) System.Windows.Controls.Ribbon diff --git a/xml/System.Windows.Controls.Ribbon/RibbonGalleryCategory.xml b/xml/System.Windows.Controls.Ribbon/RibbonGalleryCategory.xml index 712228c5fb1..9b97e07512a 100644 --- a/xml/System.Windows.Controls.Ribbon/RibbonGalleryCategory.xml +++ b/xml/System.Windows.Controls.Ribbon/RibbonGalleryCategory.xml @@ -603,7 +603,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) System.Windows.Controls.Ribbon diff --git a/xml/System.Windows.Controls.Ribbon/RibbonGroupSizeDefinition.xml b/xml/System.Windows.Controls.Ribbon/RibbonGroupSizeDefinition.xml index 884b2d52165..76b70d459fd 100644 --- a/xml/System.Windows.Controls.Ribbon/RibbonGroupSizeDefinition.xml +++ b/xml/System.Windows.Controls.Ribbon/RibbonGroupSizeDefinition.xml @@ -129,7 +129,8 @@ - + + Method System.Windows.Controls.Ribbon diff --git a/xml/System.Windows.Controls.Ribbon/RibbonGroupTemplateSizeDefinition.xml b/xml/System.Windows.Controls.Ribbon/RibbonGroupTemplateSizeDefinition.xml index 66ef3d32bf0..1a6ca373e18 100644 --- a/xml/System.Windows.Controls.Ribbon/RibbonGroupTemplateSizeDefinition.xml +++ b/xml/System.Windows.Controls.Ribbon/RibbonGroupTemplateSizeDefinition.xml @@ -106,7 +106,8 @@ - + + Method System.Windows.Controls.Ribbon diff --git a/xml/System.Windows.Controls/Control.xml b/xml/System.Windows.Controls/Control.xml index d1a76a8ffa5..964ccb8c648 100644 --- a/xml/System.Windows.Controls/Control.xml +++ b/xml/System.Windows.Controls/Control.xml @@ -1611,7 +1611,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Controls/GridView.xml b/xml/System.Windows.Controls/GridView.xml index f2fd491e396..a218d55e0d8 100644 --- a/xml/System.Windows.Controls/GridView.xml +++ b/xml/System.Windows.Controls/GridView.xml @@ -1347,7 +1347,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Controls/GridViewColumn.xml b/xml/System.Windows.Controls/GridViewColumn.xml index b1b200929bb..42fbe82a401 100644 --- a/xml/System.Windows.Controls/GridViewColumn.xml +++ b/xml/System.Windows.Controls/GridViewColumn.xml @@ -919,7 +919,8 @@ - + + Method PresentationFramework @@ -969,7 +970,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Controls/GridViewColumnHeader.xml b/xml/System.Windows.Controls/GridViewColumnHeader.xml index 4a4d0e28750..38bb1fc320f 100644 --- a/xml/System.Windows.Controls/GridViewColumnHeader.xml +++ b/xml/System.Windows.Controls/GridViewColumnHeader.xml @@ -566,7 +566,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Controls/ItemCollection.xml b/xml/System.Windows.Controls/ItemCollection.xml index b855ae46a38..bd1330b30c7 100644 --- a/xml/System.Windows.Controls/ItemCollection.xml +++ b/xml/System.Windows.Controls/ItemCollection.xml @@ -1,10 +1,13 @@ - + - - + + + + + @@ -138,7 +141,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering PresentationFramework @@ -164,7 +167,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping PresentationFramework @@ -190,7 +193,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting PresentationFramework @@ -827,7 +830,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering PresentationFramework @@ -853,7 +856,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping PresentationFramework @@ -879,7 +882,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting PresentationFramework @@ -937,7 +940,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties PresentationFramework @@ -962,7 +965,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties PresentationFramework @@ -987,7 +990,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties PresentationFramework @@ -1507,7 +1510,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.AddNew + M:System.ComponentModel.IEditableCollectionView.AddNew PresentationFramework @@ -1541,7 +1544,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanAddNew + P:System.ComponentModel.IEditableCollectionView.CanAddNew PresentationFramework @@ -1575,7 +1578,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanCancelEdit + P:System.ComponentModel.IEditableCollectionView.CanCancelEdit PresentationFramework @@ -1609,7 +1612,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CancelEdit + M:System.ComponentModel.IEditableCollectionView.CancelEdit PresentationFramework @@ -1642,7 +1645,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CancelNew + M:System.ComponentModel.IEditableCollectionView.CancelNew PresentationFramework @@ -1675,7 +1678,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanRemove + P:System.ComponentModel.IEditableCollectionView.CanRemove PresentationFramework @@ -1709,7 +1712,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CommitEdit + M:System.ComponentModel.IEditableCollectionView.CommitEdit PresentationFramework @@ -1742,7 +1745,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CommitNew + M:System.ComponentModel.IEditableCollectionView.CommitNew PresentationFramework @@ -1775,7 +1778,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CurrentAddItem + P:System.ComponentModel.IEditableCollectionView.CurrentAddItem PresentationFramework @@ -1808,7 +1811,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CurrentEditItem + P:System.ComponentModel.IEditableCollectionView.CurrentEditItem PresentationFramework @@ -1841,7 +1844,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object) + M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object) PresentationFramework @@ -1877,7 +1880,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.IsAddingNew + P:System.ComponentModel.IEditableCollectionView.IsAddingNew PresentationFramework @@ -1911,7 +1914,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.IsEditingItem + P:System.ComponentModel.IEditableCollectionView.IsEditingItem PresentationFramework @@ -1945,7 +1948,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition + P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition PresentationFramework @@ -1978,8 +1981,8 @@ Method - M:System.ComponentModel.IEditableCollectionView.Remove(System.Object) - M:System.Collections.IList.Remove(System.Object) + M:System.Collections.IList.Remove(System.Object) + M:System.ComponentModel.IEditableCollectionView.Remove(System.Object) PresentationFramework @@ -2015,8 +2018,8 @@ Method - M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32) - M:System.Collections.IList.RemoveAt(System.Int32) + M:System.Collections.IList.RemoveAt(System.Int32) + M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32) PresentationFramework @@ -2052,7 +2055,7 @@ Method - M:System.ComponentModel.IEditableCollectionViewAddNewItem.AddNewItem(System.Object) + M:System.ComponentModel.IEditableCollectionViewAddNewItem.AddNewItem(System.Object) PresentationFramework @@ -2088,7 +2091,7 @@ Property - P:System.ComponentModel.IEditableCollectionViewAddNewItem.CanAddNewItem + P:System.ComponentModel.IEditableCollectionViewAddNewItem.CanAddNewItem PresentationFramework @@ -2121,7 +2124,7 @@ Property - P:System.ComponentModel.IItemProperties.ItemProperties + P:System.ComponentModel.IItemProperties.ItemProperties PresentationFramework @@ -2154,7 +2157,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Controls/ItemContainerGenerator.xml b/xml/System.Windows.Controls/ItemContainerGenerator.xml index 1b524e46faf..ec6e13aff35 100644 --- a/xml/System.Windows.Controls/ItemContainerGenerator.xml +++ b/xml/System.Windows.Controls/ItemContainerGenerator.xml @@ -722,7 +722,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Data/BindingExpression.xml b/xml/System.Windows.Data/BindingExpression.xml index 083e8f0fc7b..aa7a324de3d 100644 --- a/xml/System.Windows.Data/BindingExpression.xml +++ b/xml/System.Windows.Data/BindingExpression.xml @@ -1,10 +1,13 @@ - + - - + + + + + PresentationFramework 3.0.0.0 @@ -151,7 +154,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Data/BindingExpressionBase.xml b/xml/System.Windows.Data/BindingExpressionBase.xml index e33fc38c5b7..b0b10f4b424 100644 --- a/xml/System.Windows.Data/BindingExpressionBase.xml +++ b/xml/System.Windows.Data/BindingExpressionBase.xml @@ -214,7 +214,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Data/BindingGroup.xml b/xml/System.Windows.Data/BindingGroup.xml index 3d4f5cbf9df..923b32ea794 100644 --- a/xml/System.Windows.Data/BindingGroup.xml +++ b/xml/System.Windows.Data/BindingGroup.xml @@ -286,7 +286,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Data/BindingListCollectionView.xml b/xml/System.Windows.Data/BindingListCollectionView.xml index 44e0e228ea1..200ed72144e 100644 --- a/xml/System.Windows.Data/BindingListCollectionView.xml +++ b/xml/System.Windows.Data/BindingListCollectionView.xml @@ -82,7 +82,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.AddNew + M:System.ComponentModel.IEditableCollectionView.AddNew PresentationFramework @@ -117,7 +117,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanAddNew + P:System.ComponentModel.IEditableCollectionView.CanAddNew PresentationFramework @@ -152,7 +152,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanCancelEdit + P:System.ComponentModel.IEditableCollectionView.CanCancelEdit PresentationFramework @@ -187,7 +187,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CancelEdit + M:System.ComponentModel.IEditableCollectionView.CancelEdit PresentationFramework @@ -221,7 +221,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CancelNew + M:System.ComponentModel.IEditableCollectionView.CancelNew PresentationFramework @@ -248,7 +248,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering PresentationFramework @@ -274,7 +274,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping PresentationFramework @@ -300,7 +300,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting PresentationFramework @@ -411,7 +411,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanRemove + P:System.ComponentModel.IEditableCollectionView.CanRemove PresentationFramework @@ -469,7 +469,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CommitEdit + M:System.ComponentModel.IEditableCollectionView.CommitEdit PresentationFramework @@ -496,7 +496,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CommitNew + M:System.ComponentModel.IEditableCollectionView.CommitNew PresentationFramework @@ -609,7 +609,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CurrentAddItem + P:System.ComponentModel.IEditableCollectionView.CurrentAddItem PresentationFramework @@ -636,7 +636,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CurrentEditItem + P:System.ComponentModel.IEditableCollectionView.CurrentEditItem PresentationFramework @@ -731,7 +731,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object) + M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object) PresentationFramework @@ -961,7 +961,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.IsAddingNew + P:System.ComponentModel.IEditableCollectionView.IsAddingNew PresentationFramework @@ -1031,7 +1031,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.IsEditingItem + P:System.ComponentModel.IEditableCollectionView.IsEditingItem PresentationFramework @@ -1090,7 +1090,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering PresentationFramework @@ -1118,7 +1118,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping PresentationFramework @@ -1146,7 +1146,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting PresentationFramework @@ -1174,7 +1174,7 @@ Property - P:System.ComponentModel.IItemProperties.ItemProperties + P:System.ComponentModel.IItemProperties.ItemProperties PresentationFramework @@ -1200,7 +1200,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties PresentationFramework @@ -1225,7 +1225,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties PresentationFramework @@ -1250,7 +1250,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties PresentationFramework @@ -1304,7 +1304,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition + P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition PresentationFramework @@ -1474,7 +1474,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.Remove(System.Object) + M:System.ComponentModel.IEditableCollectionView.Remove(System.Object) PresentationFramework @@ -1511,7 +1511,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32) + M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32) PresentationFramework diff --git a/xml/System.Windows.Data/CollectionContainer.xml b/xml/System.Windows.Data/CollectionContainer.xml index 10b5d55e4f3..4c448552347 100644 --- a/xml/System.Windows.Data/CollectionContainer.xml +++ b/xml/System.Windows.Data/CollectionContainer.xml @@ -276,7 +276,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Data/CollectionView.xml b/xml/System.Windows.Data/CollectionView.xml index de114655b33..fbce5c1f3ef 100644 --- a/xml/System.Windows.Data/CollectionView.xml +++ b/xml/System.Windows.Data/CollectionView.xml @@ -124,7 +124,7 @@ Property - P:System.ComponentModel.ICollectionView.CanFilter + P:System.ComponentModel.ICollectionView.CanFilter PresentationFramework @@ -158,7 +158,7 @@ Property - P:System.ComponentModel.ICollectionView.CanGroup + P:System.ComponentModel.ICollectionView.CanGroup PresentationFramework @@ -192,7 +192,7 @@ Property - P:System.ComponentModel.ICollectionView.CanSort + P:System.ComponentModel.ICollectionView.CanSort PresentationFramework @@ -328,7 +328,7 @@ Method - M:System.ComponentModel.ICollectionView.Contains(System.Object) + M:System.ComponentModel.ICollectionView.Contains(System.Object) PresentationFramework @@ -399,7 +399,7 @@ Property - P:System.ComponentModel.ICollectionView.Culture + P:System.ComponentModel.ICollectionView.Culture PresentationFramework @@ -436,7 +436,7 @@ Event - E:System.ComponentModel.ICollectionView.CurrentChanged + E:System.ComponentModel.ICollectionView.CurrentChanged PresentationFramework @@ -466,7 +466,7 @@ Event - E:System.ComponentModel.ICollectionView.CurrentChanging + E:System.ComponentModel.ICollectionView.CurrentChanging PresentationFramework @@ -495,7 +495,7 @@ Property - P:System.ComponentModel.ICollectionView.CurrentItem + P:System.ComponentModel.ICollectionView.CurrentItem PresentationFramework @@ -535,7 +535,7 @@ Property - P:System.ComponentModel.ICollectionView.CurrentPosition + P:System.ComponentModel.ICollectionView.CurrentPosition PresentationFramework @@ -564,7 +564,7 @@ Method - M:System.ComponentModel.ICollectionView.DeferRefresh + M:System.ComponentModel.ICollectionView.DeferRefresh PresentationFramework @@ -627,7 +627,7 @@ Property - P:System.ComponentModel.ICollectionView.Filter + P:System.ComponentModel.ICollectionView.Filter PresentationFramework @@ -733,7 +733,7 @@ Property - P:System.ComponentModel.ICollectionView.GroupDescriptions + P:System.ComponentModel.ICollectionView.GroupDescriptions PresentationFramework @@ -768,7 +768,7 @@ Property - P:System.ComponentModel.ICollectionView.Groups + P:System.ComponentModel.ICollectionView.Groups PresentationFramework @@ -838,7 +838,7 @@ Property - P:System.ComponentModel.ICollectionView.IsCurrentAfterLast + P:System.ComponentModel.ICollectionView.IsCurrentAfterLast PresentationFramework @@ -873,7 +873,7 @@ Property - P:System.ComponentModel.ICollectionView.IsCurrentBeforeFirst + P:System.ComponentModel.ICollectionView.IsCurrentBeforeFirst PresentationFramework @@ -962,7 +962,7 @@ Property - P:System.ComponentModel.ICollectionView.IsEmpty + P:System.ComponentModel.ICollectionView.IsEmpty PresentationFramework @@ -1039,7 +1039,7 @@ Method - M:System.ComponentModel.ICollectionView.MoveCurrentTo(System.Object) + M:System.ComponentModel.ICollectionView.MoveCurrentTo(System.Object) PresentationFramework @@ -1090,7 +1090,7 @@ Method - M:System.ComponentModel.ICollectionView.MoveCurrentToFirst + M:System.ComponentModel.ICollectionView.MoveCurrentToFirst PresentationFramework @@ -1126,7 +1126,7 @@ Method - M:System.ComponentModel.ICollectionView.MoveCurrentToLast + M:System.ComponentModel.ICollectionView.MoveCurrentToLast PresentationFramework @@ -1162,7 +1162,7 @@ Method - M:System.ComponentModel.ICollectionView.MoveCurrentToNext + M:System.ComponentModel.ICollectionView.MoveCurrentToNext PresentationFramework @@ -1198,7 +1198,7 @@ Method - M:System.ComponentModel.ICollectionView.MoveCurrentToPosition(System.Int32) + M:System.ComponentModel.ICollectionView.MoveCurrentToPosition(System.Int32) PresentationFramework @@ -1236,7 +1236,7 @@ Method - M:System.ComponentModel.ICollectionView.MoveCurrentToPrevious + M:System.ComponentModel.ICollectionView.MoveCurrentToPrevious PresentationFramework @@ -1734,7 +1734,7 @@ Method - M:System.ComponentModel.ICollectionView.Refresh + M:System.ComponentModel.ICollectionView.Refresh PresentationFramework @@ -1896,7 +1896,7 @@ Property - P:System.ComponentModel.ICollectionView.SortDescriptions + P:System.ComponentModel.ICollectionView.SortDescriptions PresentationFramework @@ -1936,7 +1936,7 @@ Property - P:System.ComponentModel.ICollectionView.SourceCollection + P:System.ComponentModel.ICollectionView.SourceCollection PresentationFramework diff --git a/xml/System.Windows.Data/CollectionViewSource.xml b/xml/System.Windows.Data/CollectionViewSource.xml index c177bc4daa2..95254392af4 100644 --- a/xml/System.Windows.Data/CollectionViewSource.xml +++ b/xml/System.Windows.Data/CollectionViewSource.xml @@ -1282,7 +1282,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Data/CompositeCollection.xml b/xml/System.Windows.Data/CompositeCollection.xml index d13377096b3..42330291a65 100644 --- a/xml/System.Windows.Data/CompositeCollection.xml +++ b/xml/System.Windows.Data/CompositeCollection.xml @@ -640,7 +640,7 @@ Method - M:System.ComponentModel.ICollectionViewFactory.CreateView + M:System.ComponentModel.ICollectionViewFactory.CreateView PresentationFramework @@ -667,7 +667,7 @@ Method - M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) + M:System.Windows.IWeakEventListener.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs) PresentationFramework diff --git a/xml/System.Windows.Data/DataChangedEventManager.xml b/xml/System.Windows.Data/DataChangedEventManager.xml index 7e1e78af274..aef2f08ef67 100644 --- a/xml/System.Windows.Data/DataChangedEventManager.xml +++ b/xml/System.Windows.Data/DataChangedEventManager.xml @@ -100,7 +100,9 @@ - + + + Method PresentationFramework @@ -182,7 +184,8 @@ - + + Method PresentationFramework @@ -211,7 +214,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Data/DataSourceProvider.xml b/xml/System.Windows.Data/DataSourceProvider.xml index d576527f070..727ddcf7090 100644 --- a/xml/System.Windows.Data/DataSourceProvider.xml +++ b/xml/System.Windows.Data/DataSourceProvider.xml @@ -155,7 +155,7 @@ - + @@ -522,7 +522,7 @@ - + diff --git a/xml/System.Windows.Data/ListCollectionView.xml b/xml/System.Windows.Data/ListCollectionView.xml index 7bd9e3f74c9..e7a961f839e 100644 --- a/xml/System.Windows.Data/ListCollectionView.xml +++ b/xml/System.Windows.Data/ListCollectionView.xml @@ -1,10 +1,13 @@ - + - - + + + + + @@ -156,7 +159,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.AddNew + M:System.ComponentModel.IEditableCollectionView.AddNew PresentationFramework @@ -191,7 +194,7 @@ Method - M:System.ComponentModel.IEditableCollectionViewAddNewItem.AddNewItem(System.Object) + M:System.ComponentModel.IEditableCollectionViewAddNewItem.AddNewItem(System.Object) PresentationFramework @@ -229,7 +232,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanAddNew + P:System.ComponentModel.IEditableCollectionView.CanAddNew PresentationFramework @@ -264,7 +267,7 @@ Property - P:System.ComponentModel.IEditableCollectionViewAddNewItem.CanAddNewItem + P:System.ComponentModel.IEditableCollectionViewAddNewItem.CanAddNewItem PresentationFramework @@ -298,7 +301,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanCancelEdit + P:System.ComponentModel.IEditableCollectionView.CanCancelEdit PresentationFramework @@ -333,7 +336,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CancelEdit + M:System.ComponentModel.IEditableCollectionView.CancelEdit PresentationFramework @@ -367,7 +370,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CancelNew + M:System.ComponentModel.IEditableCollectionView.CancelNew PresentationFramework @@ -394,7 +397,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveFiltering PresentationFramework @@ -420,7 +423,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveGrouping PresentationFramework @@ -446,7 +449,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting + P:System.ComponentModel.ICollectionViewLiveShaping.CanChangeLiveSorting PresentationFramework @@ -526,7 +529,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CanRemove + P:System.ComponentModel.IEditableCollectionView.CanRemove PresentationFramework @@ -584,7 +587,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CommitEdit + M:System.ComponentModel.IEditableCollectionView.CommitEdit PresentationFramework @@ -611,7 +614,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.CommitNew + M:System.ComponentModel.IEditableCollectionView.CommitNew PresentationFramework @@ -753,7 +756,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CurrentAddItem + P:System.ComponentModel.IEditableCollectionView.CurrentAddItem PresentationFramework @@ -780,7 +783,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.CurrentEditItem + P:System.ComponentModel.IEditableCollectionView.CurrentEditItem PresentationFramework @@ -852,7 +855,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object) + M:System.ComponentModel.IEditableCollectionView.EditItem(System.Object) PresentationFramework @@ -1261,7 +1264,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.IsAddingNew + P:System.ComponentModel.IEditableCollectionView.IsAddingNew PresentationFramework @@ -1331,7 +1334,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.IsEditingItem + P:System.ComponentModel.IEditableCollectionView.IsEditingItem PresentationFramework @@ -1420,7 +1423,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveFiltering PresentationFramework @@ -1448,7 +1451,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveGrouping PresentationFramework @@ -1476,7 +1479,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting + P:System.ComponentModel.ICollectionViewLiveShaping.IsLiveSorting PresentationFramework @@ -1504,7 +1507,7 @@ Property - P:System.ComponentModel.IItemProperties.ItemProperties + P:System.ComponentModel.IItemProperties.ItemProperties PresentationFramework @@ -1530,7 +1533,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveFilteringProperties PresentationFramework @@ -1555,7 +1558,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveGroupingProperties PresentationFramework @@ -1580,7 +1583,7 @@ Property - P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties + P:System.ComponentModel.ICollectionViewLiveShaping.LiveSortingProperties PresentationFramework @@ -1634,7 +1637,7 @@ Property - P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition + P:System.ComponentModel.IEditableCollectionView.NewItemPlaceholderPosition PresentationFramework @@ -1814,7 +1817,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.Remove(System.Object) + M:System.ComponentModel.IEditableCollectionView.Remove(System.Object) PresentationFramework @@ -1851,7 +1854,7 @@ Method - M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32) + M:System.ComponentModel.IEditableCollectionView.RemoveAt(System.Int32) PresentationFramework diff --git a/xml/System.Windows.Data/ObjectDataProvider.xml b/xml/System.Windows.Data/ObjectDataProvider.xml index a9795d36546..e1fc9a4759b 100644 --- a/xml/System.Windows.Data/ObjectDataProvider.xml +++ b/xml/System.Windows.Data/ObjectDataProvider.xml @@ -77,7 +77,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Data/PropertyGroupDescription.xml b/xml/System.Windows.Data/PropertyGroupDescription.xml index d7d2b8979e6..779bba3676f 100644 --- a/xml/System.Windows.Data/PropertyGroupDescription.xml +++ b/xml/System.Windows.Data/PropertyGroupDescription.xml @@ -250,7 +250,8 @@ - + + Method PresentationFramework @@ -281,7 +282,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Data/XmlDataProvider.xml b/xml/System.Windows.Data/XmlDataProvider.xml index 8b47236b030..de05db305ac 100644 --- a/xml/System.Windows.Data/XmlDataProvider.xml +++ b/xml/System.Windows.Data/XmlDataProvider.xml @@ -115,7 +115,8 @@ - + + Method PresentationFramework @@ -199,7 +200,8 @@ - + + Method PresentationFramework @@ -612,7 +614,11 @@ 5.0.0.0 - + + [System.Windows.Markup.DesignerSerializationOptions] + [<System.Windows.Markup.DesignerSerializationOptions>] + + [System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)] [<System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)>] diff --git a/xml/System.Windows.Forms.Design/ComponentEditorForm.xml b/xml/System.Windows.Forms.Design/ComponentEditorForm.xml index 2606a885e41..67db1b20732 100644 --- a/xml/System.Windows.Forms.Design/ComponentEditorForm.xml +++ b/xml/System.Windows.Forms.Design/ComponentEditorForm.xml @@ -21,11 +21,11 @@ [System.ComponentModel.ToolboxItem(false)] [<System.ComponentModel.ToolboxItem(false)>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms.Design/ComponentEditorPage.xml b/xml/System.Windows.Forms.Design/ComponentEditorPage.xml index ca463e28de4..aa2b90161b4 100644 --- a/xml/System.Windows.Forms.Design/ComponentEditorPage.xml +++ b/xml/System.Windows.Forms.Design/ComponentEditorPage.xml @@ -17,11 +17,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms.Integration/WindowsFormsHost.xml b/xml/System.Windows.Forms.Integration/WindowsFormsHost.xml index 5e435685130..1eecae9046a 100644 --- a/xml/System.Windows.Forms.Integration/WindowsFormsHost.xml +++ b/xml/System.Windows.Forms.Integration/WindowsFormsHost.xml @@ -1,10 +1,13 @@ - + - - + + + + + WindowsFormsIntegration @@ -1182,7 +1185,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest) + M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest) WindowsFormsIntegration diff --git a/xml/System.Windows.Forms/AccessibleObject.xml b/xml/System.Windows.Forms/AccessibleObject.xml index 8ff56521154..14c13da63a5 100644 --- a/xml/System.Windows.Forms/AccessibleObject.xml +++ b/xml/System.Windows.Forms/AccessibleObject.xml @@ -33,7 +33,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Appearance.xml b/xml/System.Windows.Forms/Appearance.xml index da210d5bb38..50893422d63 100644 --- a/xml/System.Windows.Forms/Appearance.xml +++ b/xml/System.Windows.Forms/Appearance.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ArrangeDirection.xml b/xml/System.Windows.Forms/ArrangeDirection.xml index dec894c8b1c..37154ae15e5 100644 --- a/xml/System.Windows.Forms/ArrangeDirection.xml +++ b/xml/System.Windows.Forms/ArrangeDirection.xml @@ -20,7 +20,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/AxHost+AxComponentEditor.xml b/xml/System.Windows.Forms/AxHost+AxComponentEditor.xml index 774f89e9149..55b087555f5 100644 --- a/xml/System.Windows.Forms/AxHost+AxComponentEditor.xml +++ b/xml/System.Windows.Forms/AxHost+AxComponentEditor.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/AxHost.xml b/xml/System.Windows.Forms/AxHost.xml index ff27dcdf919..2d7d4545745 100644 --- a/xml/System.Windows.Forms/AxHost.xml +++ b/xml/System.Windows.Forms/AxHost.xml @@ -40,11 +40,11 @@ [System.ComponentModel.ToolboxItem(false)] [<System.ComponentModel.ToolboxItem(false)>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/BindingNavigator.xml b/xml/System.Windows.Forms/BindingNavigator.xml index 7c5f1dac77d..63838adaf8d 100644 --- a/xml/System.Windows.Forms/BindingNavigator.xml +++ b/xml/System.Windows.Forms/BindingNavigator.xml @@ -32,11 +32,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.BindingNavigatorDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.BindingNavigatorDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Border3DSide.xml b/xml/System.Windows.Forms/Border3DSide.xml index 4252c11be85..9ee948558d3 100644 --- a/xml/System.Windows.Forms/Border3DSide.xml +++ b/xml/System.Windows.Forms/Border3DSide.xml @@ -20,7 +20,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Border3DStyle.xml b/xml/System.Windows.Forms/Border3DStyle.xml index 7cc4bdcbff8..5e1c9982725 100644 --- a/xml/System.Windows.Forms/Border3DStyle.xml +++ b/xml/System.Windows.Forms/Border3DStyle.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/BorderStyle.xml b/xml/System.Windows.Forms/BorderStyle.xml index 2ac1ff75d29..9a13d6a3775 100644 --- a/xml/System.Windows.Forms/BorderStyle.xml +++ b/xml/System.Windows.Forms/BorderStyle.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Button.xml b/xml/System.Windows.Forms/Button.xml index fcba1036454..2b1ef27093b 100644 --- a/xml/System.Windows.Forms/Button.xml +++ b/xml/System.Windows.Forms/Button.xml @@ -25,11 +25,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml b/xml/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml index a1294578896..b6b6668f96b 100644 --- a/xml/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml +++ b/xml/System.Windows.Forms/ButtonBase+ButtonBaseAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ButtonBase.xml b/xml/System.Windows.Forms/ButtonBase.xml index cb7944088ac..5c93208890a 100644 --- a/xml/System.Windows.Forms/ButtonBase.xml +++ b/xml/System.Windows.Forms/ButtonBase.xml @@ -21,11 +21,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml b/xml/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml index 36e6e00789c..7f897c9e9de 100644 --- a/xml/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml +++ b/xml/System.Windows.Forms/CheckBox+CheckBoxAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/CheckBox.xml b/xml/System.Windows.Forms/CheckBox.xml index daaf8a16356..7a9580b49a3 100644 --- a/xml/System.Windows.Forms/CheckBox.xml +++ b/xml/System.Windows.Forms/CheckBox.xml @@ -33,11 +33,11 @@ [System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/CheckedListBox.xml b/xml/System.Windows.Forms/CheckedListBox.xml index 945ec369104..b84759fe021 100644 --- a/xml/System.Windows.Forms/CheckedListBox.xml +++ b/xml/System.Windows.Forms/CheckedListBox.xml @@ -22,11 +22,11 @@ [System.ComponentModel.LookupBindingProperties] [<System.ComponentModel.LookupBindingProperties>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml b/xml/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml index 571d44b5bc3..87b360a38a7 100644 --- a/xml/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml +++ b/xml/System.Windows.Forms/ComboBox+ChildAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ComboBox.xml b/xml/System.Windows.Forms/ComboBox.xml index 234e5a31152..c4a432c55a1 100644 --- a/xml/System.Windows.Forms/ComboBox.xml +++ b/xml/System.Windows.Forms/ComboBox.xml @@ -33,11 +33,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ContainerControl.xml b/xml/System.Windows.Forms/ContainerControl.xml index 4c3efc0a027..5c892a5d339 100644 --- a/xml/System.Windows.Forms/ContainerControl.xml +++ b/xml/System.Windows.Forms/ContainerControl.xml @@ -21,11 +21,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ContextMenuStrip.xml b/xml/System.Windows.Forms/ContextMenuStrip.xml index 47264682ad1..4dd28789752 100644 --- a/xml/System.Windows.Forms/ContextMenuStrip.xml +++ b/xml/System.Windows.Forms/ContextMenuStrip.xml @@ -20,11 +20,11 @@ [System.ComponentModel.DefaultEvent("Opening")] [<System.ComponentModel.DefaultEvent("Opening")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Control+ControlAccessibleObject.xml b/xml/System.Windows.Forms/Control+ControlAccessibleObject.xml index dbc6b1dfe18..277caa810ec 100644 --- a/xml/System.Windows.Forms/Control+ControlAccessibleObject.xml +++ b/xml/System.Windows.Forms/Control+ControlAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Control+ControlCollection.xml b/xml/System.Windows.Forms/Control+ControlCollection.xml index c8ad79b0302..0fedd7a5eaa 100644 --- a/xml/System.Windows.Forms/Control+ControlCollection.xml +++ b/xml/System.Windows.Forms/Control+ControlCollection.xml @@ -40,7 +40,7 @@ [System.ComponentModel.ListBindable(false)] [<System.ComponentModel.ListBindable(false)>] - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/Control.xml b/xml/System.Windows.Forms/Control.xml index 5de70a080fb..f552cbc9a42 100644 --- a/xml/System.Windows.Forms/Control.xml +++ b/xml/System.Windows.Forms/Control.xml @@ -66,11 +66,11 @@ [System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")] [<System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml b/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml index cb3b1b5d973..a741b788a52 100644 --- a/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml +++ b/xml/System.Windows.Forms/DataGridView+DataGridViewAccessibleObject.xml @@ -15,7 +15,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml b/xml/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml index e852e9c16d0..f8591e5c4d0 100644 --- a/xml/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml +++ b/xml/System.Windows.Forms/DataGridView+DataGridViewControlCollection.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/DataGridView+DataGridViewTopRowAccessibleObject.xml b/xml/System.Windows.Forms/DataGridView+DataGridViewTopRowAccessibleObject.xml index bac02d92c5d..c8d2ba960ba 100644 --- a/xml/System.Windows.Forms/DataGridView+DataGridViewTopRowAccessibleObject.xml +++ b/xml/System.Windows.Forms/DataGridView+DataGridViewTopRowAccessibleObject.xml @@ -15,7 +15,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridView.xml b/xml/System.Windows.Forms/DataGridView.xml index 16e8e122cea..190a0dc9fb1 100644 --- a/xml/System.Windows.Forms/DataGridView.xml +++ b/xml/System.Windows.Forms/DataGridView.xml @@ -37,17 +37,17 @@ [<System.ComponentModel.Editor("System.Windows.Forms.Design.DataGridViewComponentEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.ComponentEditor))>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.DataGridViewDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.DataGridViewDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/DataGridViewCell+DataGridViewCellAccessibleObject.xml b/xml/System.Windows.Forms/DataGridViewCell+DataGridViewCellAccessibleObject.xml index 5a3b3d81e09..d35ffd3ef1c 100644 --- a/xml/System.Windows.Forms/DataGridViewCell+DataGridViewCellAccessibleObject.xml +++ b/xml/System.Windows.Forms/DataGridViewCell+DataGridViewCellAccessibleObject.xml @@ -15,7 +15,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml b/xml/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml index bfe72bb1cff..90d27ffdca5 100644 --- a/xml/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml +++ b/xml/System.Windows.Forms/DataGridViewComboBoxEditingControl.xml @@ -20,11 +20,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridViewElementStates.xml b/xml/System.Windows.Forms/DataGridViewElementStates.xml index 5653189894b..40cacf0c4f6 100644 --- a/xml/System.Windows.Forms/DataGridViewElementStates.xml +++ b/xml/System.Windows.Forms/DataGridViewElementStates.xml @@ -19,7 +19,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridViewRow+DataGridViewRowAccessibleObject.xml b/xml/System.Windows.Forms/DataGridViewRow+DataGridViewRowAccessibleObject.xml index cd0ac9053dd..10179f27450 100644 --- a/xml/System.Windows.Forms/DataGridViewRow+DataGridViewRowAccessibleObject.xml +++ b/xml/System.Windows.Forms/DataGridViewRow+DataGridViewRowAccessibleObject.xml @@ -15,7 +15,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml b/xml/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml index 639cc56840b..03a6c94217f 100644 --- a/xml/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml +++ b/xml/System.Windows.Forms/DataGridViewTextBoxEditingControl.xml @@ -20,11 +20,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml b/xml/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml index 20d49b97286..2fcb1e8a3ab 100644 --- a/xml/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml +++ b/xml/System.Windows.Forms/DateTimePicker+DateTimePickerAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DateTimePicker.xml b/xml/System.Windows.Forms/DateTimePicker.xml index 5cdbc52f3f2..c30d727811f 100644 --- a/xml/System.Windows.Forms/DateTimePicker.xml +++ b/xml/System.Windows.Forms/DateTimePicker.xml @@ -33,11 +33,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.DateTimePickerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.DateTimePickerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DialogResult.xml b/xml/System.Windows.Forms/DialogResult.xml index 4ae70f3c6a4..84489e6ddbe 100644 --- a/xml/System.Windows.Forms/DialogResult.xml +++ b/xml/System.Windows.Forms/DialogResult.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml b/xml/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml index 59be7e0174f..9f714b7a359 100644 --- a/xml/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml +++ b/xml/System.Windows.Forms/DomainUpDown+DomainItemAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml b/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml index ee171a3873e..8db08417c45 100644 --- a/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml +++ b/xml/System.Windows.Forms/DomainUpDown+DomainUpDownAccessibleObject.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DomainUpDown.xml b/xml/System.Windows.Forms/DomainUpDown.xml index 6f80c4adda7..23df18e104c 100644 --- a/xml/System.Windows.Forms/DomainUpDown.xml +++ b/xml/System.Windows.Forms/DomainUpDown.xml @@ -29,11 +29,11 @@ [System.ComponentModel.DefaultProperty("Items")] [<System.ComponentModel.DefaultProperty("Items")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DragAction.xml b/xml/System.Windows.Forms/DragAction.xml index 315afeae1f9..0412c4edd8b 100644 --- a/xml/System.Windows.Forms/DragAction.xml +++ b/xml/System.Windows.Forms/DragAction.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/DragEventArgs.xml b/xml/System.Windows.Forms/DragEventArgs.xml index b8e549e8f2d..f48b7e6d171 100644 --- a/xml/System.Windows.Forms/DragEventArgs.xml +++ b/xml/System.Windows.Forms/DragEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/FlowLayoutPanel.xml b/xml/System.Windows.Forms/FlowLayoutPanel.xml index ba05c6fd257..bb592aecb1e 100644 --- a/xml/System.Windows.Forms/FlowLayoutPanel.xml +++ b/xml/System.Windows.Forms/FlowLayoutPanel.xml @@ -33,17 +33,17 @@ [<System.ComponentModel.ProvideProperty("FlowBreak", typeof(System.Windows.Forms.Control))>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.FlowLayoutPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.FlowLayoutPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/Form+ControlCollection.xml b/xml/System.Windows.Forms/Form+ControlCollection.xml index 0fd6ef57aed..33a95b37f50 100644 --- a/xml/System.Windows.Forms/Form+ControlCollection.xml +++ b/xml/System.Windows.Forms/Form+ControlCollection.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/Form.xml b/xml/System.Windows.Forms/Form.xml index 0fd1c0ee5cf..ed211bd6487 100644 --- a/xml/System.Windows.Forms/Form.xml +++ b/xml/System.Windows.Forms/Form.xml @@ -45,11 +45,11 @@ [System.ComponentModel.ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")] [<System.ComponentModel.ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/FormBorderStyle.xml b/xml/System.Windows.Forms/FormBorderStyle.xml index 64377675ed8..ca641590e8b 100644 --- a/xml/System.Windows.Forms/FormBorderStyle.xml +++ b/xml/System.Windows.Forms/FormBorderStyle.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/FormStartPosition.xml b/xml/System.Windows.Forms/FormStartPosition.xml index fb2265d0ca7..222cf5762c8 100644 --- a/xml/System.Windows.Forms/FormStartPosition.xml +++ b/xml/System.Windows.Forms/FormStartPosition.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/FormWindowState.xml b/xml/System.Windows.Forms/FormWindowState.xml index 456504b5d7b..d3b99ddf69e 100644 --- a/xml/System.Windows.Forms/FormWindowState.xml +++ b/xml/System.Windows.Forms/FormWindowState.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml b/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml index 6d31f2c4aec..74f1876d992 100644 --- a/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml +++ b/xml/System.Windows.Forms/GiveFeedbackEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/GroupBox.xml b/xml/System.Windows.Forms/GroupBox.xml index 4d9c40a8f22..46524337aa7 100644 --- a/xml/System.Windows.Forms/GroupBox.xml +++ b/xml/System.Windows.Forms/GroupBox.xml @@ -29,11 +29,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.GroupBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.GroupBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/HScrollBar.xml b/xml/System.Windows.Forms/HScrollBar.xml index da96ce472eb..bba554f87fb 100644 --- a/xml/System.Windows.Forms/HScrollBar.xml +++ b/xml/System.Windows.Forms/HScrollBar.xml @@ -17,11 +17,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/HelpEventArgs.xml b/xml/System.Windows.Forms/HelpEventArgs.xml index 13e2e5bc92b..c3ae3fad904 100644 --- a/xml/System.Windows.Forms/HelpEventArgs.xml +++ b/xml/System.Windows.Forms/HelpEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/HorizontalAlignment.xml b/xml/System.Windows.Forms/HorizontalAlignment.xml index 903ebc6cdd9..dbab7096225 100644 --- a/xml/System.Windows.Forms/HorizontalAlignment.xml +++ b/xml/System.Windows.Forms/HorizontalAlignment.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/IDataObject.xml b/xml/System.Windows.Forms/IDataObject.xml index d9c587b0351..bca0d84dcfd 100644 --- a/xml/System.Windows.Forms/IDataObject.xml +++ b/xml/System.Windows.Forms/IDataObject.xml @@ -14,7 +14,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/IWin32Window.xml b/xml/System.Windows.Forms/IWin32Window.xml index 2233aa3394e..e4c1327a99b 100644 --- a/xml/System.Windows.Forms/IWin32Window.xml +++ b/xml/System.Windows.Forms/IWin32Window.xml @@ -14,15 +14,15 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - + [System.Runtime.InteropServices.Guid("458AB8A2-A1EA-4d7b-8EBE-DEE5D3D9442C")] [<System.Runtime.InteropServices.Guid("458AB8A2-A1EA-4d7b-8EBE-DEE5D3D9442C")>] - + [System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] [<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>] diff --git a/xml/System.Windows.Forms/ImeMode.xml b/xml/System.Windows.Forms/ImeMode.xml index 40f08d5aece..d706e243fd4 100644 --- a/xml/System.Windows.Forms/ImeMode.xml +++ b/xml/System.Windows.Forms/ImeMode.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/InputLanguage.xml b/xml/System.Windows.Forms/InputLanguage.xml index e6f4a8eaf23..220c28345f3 100644 --- a/xml/System.Windows.Forms/InputLanguage.xml +++ b/xml/System.Windows.Forms/InputLanguage.xml @@ -189,12 +189,13 @@ - + + Method System.Windows.Forms diff --git a/xml/System.Windows.Forms/InputLanguageChangedEventHandler.xml b/xml/System.Windows.Forms/InputLanguageChangedEventHandler.xml index f83bea860b6..1676a49fd74 100644 --- a/xml/System.Windows.Forms/InputLanguageChangedEventHandler.xml +++ b/xml/System.Windows.Forms/InputLanguageChangedEventHandler.xml @@ -1,10 +1,11 @@ - + + System.Windows.Forms 1.0.5000.0 diff --git a/xml/System.Windows.Forms/InputLanguageChangingEventHandler.xml b/xml/System.Windows.Forms/InputLanguageChangingEventHandler.xml index 0843ecf4f7f..7f7cb768726 100644 --- a/xml/System.Windows.Forms/InputLanguageChangingEventHandler.xml +++ b/xml/System.Windows.Forms/InputLanguageChangingEventHandler.xml @@ -1,10 +1,11 @@ - + + System.Windows.Forms 1.0.5000.0 diff --git a/xml/System.Windows.Forms/ItemCheckEventArgs.xml b/xml/System.Windows.Forms/ItemCheckEventArgs.xml index fd563f025f7..db8139a604e 100644 --- a/xml/System.Windows.Forms/ItemCheckEventArgs.xml +++ b/xml/System.Windows.Forms/ItemCheckEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ItemDragEventArgs.xml b/xml/System.Windows.Forms/ItemDragEventArgs.xml index a517880f4ac..979384b6e28 100644 --- a/xml/System.Windows.Forms/ItemDragEventArgs.xml +++ b/xml/System.Windows.Forms/ItemDragEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/KeyEventArgs.xml b/xml/System.Windows.Forms/KeyEventArgs.xml index dcd27424945..826bfe02404 100644 --- a/xml/System.Windows.Forms/KeyEventArgs.xml +++ b/xml/System.Windows.Forms/KeyEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/KeyPressEventArgs.xml b/xml/System.Windows.Forms/KeyPressEventArgs.xml index e7162e27fd9..74d9e50c6be 100644 --- a/xml/System.Windows.Forms/KeyPressEventArgs.xml +++ b/xml/System.Windows.Forms/KeyPressEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Keys.xml b/xml/System.Windows.Forms/Keys.xml index 4f982349935..c7ae7cb73f4 100644 --- a/xml/System.Windows.Forms/Keys.xml +++ b/xml/System.Windows.Forms/Keys.xml @@ -28,7 +28,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Label.xml b/xml/System.Windows.Forms/Label.xml index dbd626487d0..6bda3b5131e 100644 --- a/xml/System.Windows.Forms/Label.xml +++ b/xml/System.Windows.Forms/Label.xml @@ -42,11 +42,11 @@ [System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/LeftRightAlignment.xml b/xml/System.Windows.Forms/LeftRightAlignment.xml index 6e0bced55c1..e08e322afb1 100644 --- a/xml/System.Windows.Forms/LeftRightAlignment.xml +++ b/xml/System.Windows.Forms/LeftRightAlignment.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/LinkClickedEventArgs.xml b/xml/System.Windows.Forms/LinkClickedEventArgs.xml index 08341bc6e4f..3294ec05df9 100644 --- a/xml/System.Windows.Forms/LinkClickedEventArgs.xml +++ b/xml/System.Windows.Forms/LinkClickedEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/LinkLabel.xml b/xml/System.Windows.Forms/LinkLabel.xml index ac0661cd95d..231556d7c11 100644 --- a/xml/System.Windows.Forms/LinkLabel.xml +++ b/xml/System.Windows.Forms/LinkLabel.xml @@ -29,11 +29,11 @@ [System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml b/xml/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml index 440926990dc..2043c2c8e1b 100644 --- a/xml/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml +++ b/xml/System.Windows.Forms/LinkLabelLinkClickedEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ListBox.xml b/xml/System.Windows.Forms/ListBox.xml index e428ea3525e..d283560a404 100644 --- a/xml/System.Windows.Forms/ListBox.xml +++ b/xml/System.Windows.Forms/ListBox.xml @@ -33,11 +33,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ListBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ListBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ListControl.xml b/xml/System.Windows.Forms/ListControl.xml index 854c5c889ec..707da4c88ed 100644 --- a/xml/System.Windows.Forms/ListControl.xml +++ b/xml/System.Windows.Forms/ListControl.xml @@ -21,11 +21,11 @@ [System.ComponentModel.LookupBindingProperties("DataSource", "DisplayMember", "ValueMember", "SelectedValue")] [<System.ComponentModel.LookupBindingProperties("DataSource", "DisplayMember", "ValueMember", "SelectedValue")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ListView+SelectedIndexCollection.xml b/xml/System.Windows.Forms/ListView+SelectedIndexCollection.xml index 5b35d32eb8c..3435cb01494 100644 --- a/xml/System.Windows.Forms/ListView+SelectedIndexCollection.xml +++ b/xml/System.Windows.Forms/ListView+SelectedIndexCollection.xml @@ -109,7 +109,7 @@ ]]> - .NET 5.0 and later: is . + .NET 5.0 and later: is . diff --git a/xml/System.Windows.Forms/ListView.xml b/xml/System.Windows.Forms/ListView.xml index 89d6e43dd0f..eea46a87c91 100644 --- a/xml/System.Windows.Forms/ListView.xml +++ b/xml/System.Windows.Forms/ListView.xml @@ -30,17 +30,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.ListViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.ListViewDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ListViewDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] @@ -2547,6 +2547,26 @@ + + + + + + + + Event + + System.Windows.Forms + 5.0.0.0 + + + System.EventHandler<System.Windows.Forms.ListViewGroupEventArgs> + + + To be added. + To be added. + + @@ -4094,6 +4114,30 @@ To be added. + + + + + + + + Method + + System.Windows.Forms + 5.0.0.0 + + + System.Void + + + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Windows.Forms/ListViewGroup.xml b/xml/System.Windows.Forms/ListViewGroup.xml index 3c8ef698325..bf5e51bf112 100644 --- a/xml/System.Windows.Forms/ListViewGroup.xml +++ b/xml/System.Windows.Forms/ListViewGroup.xml @@ -477,6 +477,27 @@ To be added. + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + @@ -565,6 +586,27 @@ + + + + + + + + Property + + System.Windows.Forms + 5.0.0.0 + + + System.String + + + To be added. + To be added. + To be added. + + diff --git a/xml/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml b/xml/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml index 20b451c939f..f566ea36065 100644 --- a/xml/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml +++ b/xml/System.Windows.Forms/ListViewItemMouseHoverEventArgs.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/MaskedTextBox.xml b/xml/System.Windows.Forms/MaskedTextBox.xml index be5928fb715..0b586e77fce 100644 --- a/xml/System.Windows.Forms/MaskedTextBox.xml +++ b/xml/System.Windows.Forms/MaskedTextBox.xml @@ -32,11 +32,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.MaskedTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.MaskedTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/MdiClient+ControlCollection.xml b/xml/System.Windows.Forms/MdiClient+ControlCollection.xml index ca22bcea8dc..cb3f11b7f65 100644 --- a/xml/System.Windows.Forms/MdiClient+ControlCollection.xml +++ b/xml/System.Windows.Forms/MdiClient+ControlCollection.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/MdiClient.xml b/xml/System.Windows.Forms/MdiClient.xml index c1fa1c43910..9fb3b64fcc6 100644 --- a/xml/System.Windows.Forms/MdiClient.xml +++ b/xml/System.Windows.Forms/MdiClient.xml @@ -25,11 +25,11 @@ [System.ComponentModel.ToolboxItem(false)] [<System.ComponentModel.ToolboxItem(false)>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/MenuStrip.xml b/xml/System.Windows.Forms/MenuStrip.xml index 8424347f4e3..350aebcd6c9 100644 --- a/xml/System.Windows.Forms/MenuStrip.xml +++ b/xml/System.Windows.Forms/MenuStrip.xml @@ -16,11 +16,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Message.xml b/xml/System.Windows.Forms/Message.xml index d386a56b347..ca706643157 100644 --- a/xml/System.Windows.Forms/Message.xml +++ b/xml/System.Windows.Forms/Message.xml @@ -154,12 +154,13 @@ - + + Method System.Windows.Forms diff --git a/xml/System.Windows.Forms/MonthCalendar.xml b/xml/System.Windows.Forms/MonthCalendar.xml index 2f6eeacee8a..56bc4956eed 100644 --- a/xml/System.Windows.Forms/MonthCalendar.xml +++ b/xml/System.Windows.Forms/MonthCalendar.xml @@ -33,11 +33,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.MonthCalendarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.MonthCalendarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/MouseButtons.xml b/xml/System.Windows.Forms/MouseButtons.xml index a12d99e3f55..4df63bcd201 100644 --- a/xml/System.Windows.Forms/MouseButtons.xml +++ b/xml/System.Windows.Forms/MouseButtons.xml @@ -20,7 +20,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/MouseEventArgs.xml b/xml/System.Windows.Forms/MouseEventArgs.xml index 5206975a663..1edfe5e9581 100644 --- a/xml/System.Windows.Forms/MouseEventArgs.xml +++ b/xml/System.Windows.Forms/MouseEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/NavigateEventArgs.xml b/xml/System.Windows.Forms/NavigateEventArgs.xml index 20cbd0f1a69..b4d016ba9aa 100644 --- a/xml/System.Windows.Forms/NavigateEventArgs.xml +++ b/xml/System.Windows.Forms/NavigateEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/NumericUpDown.xml b/xml/System.Windows.Forms/NumericUpDown.xml index 2483199f6a0..74e2f06c409 100644 --- a/xml/System.Windows.Forms/NumericUpDown.xml +++ b/xml/System.Windows.Forms/NumericUpDown.xml @@ -33,11 +33,11 @@ [System.ComponentModel.DefaultProperty("Value")] [<System.ComponentModel.DefaultProperty("Value")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/PaddingConverter.xml b/xml/System.Windows.Forms/PaddingConverter.xml index 798659b8de0..2350c5c9e7c 100644 --- a/xml/System.Windows.Forms/PaddingConverter.xml +++ b/xml/System.Windows.Forms/PaddingConverter.xml @@ -55,12 +55,13 @@ - + + Method System.Windows.Forms @@ -88,12 +89,13 @@ - + + Method System.Windows.Forms @@ -156,12 +158,13 @@ - + + Method System.Windows.Forms @@ -193,12 +196,13 @@ - + + Method System.Windows.Forms @@ -257,12 +261,13 @@ - + + Method System.Windows.Forms diff --git a/xml/System.Windows.Forms/Panel.xml b/xml/System.Windows.Forms/Panel.xml index ad77acb73d0..11e7ff4a5cd 100644 --- a/xml/System.Windows.Forms/Panel.xml +++ b/xml/System.Windows.Forms/Panel.xml @@ -30,17 +30,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/PictureBox.xml b/xml/System.Windows.Forms/PictureBox.xml index aad040b99c3..8fec463b299 100644 --- a/xml/System.Windows.Forms/PictureBox.xml +++ b/xml/System.Windows.Forms/PictureBox.xml @@ -39,17 +39,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.PictureBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.PictureBoxDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.PictureBoxDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/PrintPreviewControl.xml b/xml/System.Windows.Forms/PrintPreviewControl.xml index 206ae9c6567..8fa6a2b87af 100644 --- a/xml/System.Windows.Forms/PrintPreviewControl.xml +++ b/xml/System.Windows.Forms/PrintPreviewControl.xml @@ -21,11 +21,11 @@ [System.ComponentModel.DefaultProperty("Document")] [<System.ComponentModel.DefaultProperty("Document")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/PrintPreviewDialog.xml b/xml/System.Windows.Forms/PrintPreviewDialog.xml index da26bb4a787..07c4ab73288 100644 --- a/xml/System.Windows.Forms/PrintPreviewDialog.xml +++ b/xml/System.Windows.Forms/PrintPreviewDialog.xml @@ -37,11 +37,11 @@ [System.ComponentModel.ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")] [<System.ComponentModel.ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ProgressBar.xml b/xml/System.Windows.Forms/ProgressBar.xml index 182ab2ea3f6..fa4874bf230 100644 --- a/xml/System.Windows.Forms/ProgressBar.xml +++ b/xml/System.Windows.Forms/ProgressBar.xml @@ -29,11 +29,11 @@ [System.ComponentModel.DefaultProperty("Value")] [<System.ComponentModel.DefaultProperty("Value")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/PropertyGrid.xml b/xml/System.Windows.Forms/PropertyGrid.xml index 4be03780b92..9a0c583b791 100644 --- a/xml/System.Windows.Forms/PropertyGrid.xml +++ b/xml/System.Windows.Forms/PropertyGrid.xml @@ -27,11 +27,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.PropertyGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.PropertyGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/PropertySort.xml b/xml/System.Windows.Forms/PropertySort.xml index f2e076ef370..d3dc42500e5 100644 --- a/xml/System.Windows.Forms/PropertySort.xml +++ b/xml/System.Windows.Forms/PropertySort.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/PropertyTabChangedEventArgs.xml b/xml/System.Windows.Forms/PropertyTabChangedEventArgs.xml index 5e0f726b0ae..42a9258161d 100644 --- a/xml/System.Windows.Forms/PropertyTabChangedEventArgs.xml +++ b/xml/System.Windows.Forms/PropertyTabChangedEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/PropertyValueChangedEventArgs.xml b/xml/System.Windows.Forms/PropertyValueChangedEventArgs.xml index 590a62b099c..c75dc12fd69 100644 --- a/xml/System.Windows.Forms/PropertyValueChangedEventArgs.xml +++ b/xml/System.Windows.Forms/PropertyValueChangedEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml b/xml/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml index 45f3696efca..c2ec9568fae 100644 --- a/xml/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml +++ b/xml/System.Windows.Forms/QueryAccessibilityHelpEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/QueryContinueDragEventArgs.xml b/xml/System.Windows.Forms/QueryContinueDragEventArgs.xml index c4636506a7a..ae0f781cec1 100644 --- a/xml/System.Windows.Forms/QueryContinueDragEventArgs.xml +++ b/xml/System.Windows.Forms/QueryContinueDragEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml b/xml/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml index 2115a875762..3fa83a838a4 100644 --- a/xml/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml +++ b/xml/System.Windows.Forms/RadioButton+RadioButtonAccessibleObject.xml @@ -23,7 +23,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/RadioButton.xml b/xml/System.Windows.Forms/RadioButton.xml index 0610c4c5a3b..089ee85506d 100644 --- a/xml/System.Windows.Forms/RadioButton.xml +++ b/xml/System.Windows.Forms/RadioButton.xml @@ -37,11 +37,11 @@ [System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.ToolboxItem("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/RichTextBox.xml b/xml/System.Windows.Forms/RichTextBox.xml index f4865ac1255..9ab64a617f8 100644 --- a/xml/System.Windows.Forms/RichTextBox.xml +++ b/xml/System.Windows.Forms/RichTextBox.xml @@ -22,17 +22,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/ScrollBar.xml b/xml/System.Windows.Forms/ScrollBar.xml index eb212ea7588..c72055bd051 100644 --- a/xml/System.Windows.Forms/ScrollBar.xml +++ b/xml/System.Windows.Forms/ScrollBar.xml @@ -25,11 +25,11 @@ [System.ComponentModel.DefaultProperty("Value")] [<System.ComponentModel.DefaultProperty("Value")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] @@ -421,12 +421,13 @@ - + + Property System.Windows.Forms @@ -548,12 +549,13 @@ - + + Property System.Windows.Forms @@ -1609,12 +1611,13 @@ - + + Property System.Windows.Forms diff --git a/xml/System.Windows.Forms/ScrollEventArgs.xml b/xml/System.Windows.Forms/ScrollEventArgs.xml index 2caa6e3060b..2a374b11517 100644 --- a/xml/System.Windows.Forms/ScrollEventArgs.xml +++ b/xml/System.Windows.Forms/ScrollEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ScrollEventType.xml b/xml/System.Windows.Forms/ScrollEventType.xml index 8b6444bd627..1dfeaa4b8da 100644 --- a/xml/System.Windows.Forms/ScrollEventType.xml +++ b/xml/System.Windows.Forms/ScrollEventType.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ScrollableControl.xml b/xml/System.Windows.Forms/ScrollableControl.xml index f826736abbe..dcb5f92e3c6 100644 --- a/xml/System.Windows.Forms/ScrollableControl.xml +++ b/xml/System.Windows.Forms/ScrollableControl.xml @@ -33,11 +33,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/SelectionMode.xml b/xml/System.Windows.Forms/SelectionMode.xml index 2834557918d..3d258ea48a9 100644 --- a/xml/System.Windows.Forms/SelectionMode.xml +++ b/xml/System.Windows.Forms/SelectionMode.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/Shortcut.xml b/xml/System.Windows.Forms/Shortcut.xml index f8b2115af77..b2c632d5c6c 100644 --- a/xml/System.Windows.Forms/Shortcut.xml +++ b/xml/System.Windows.Forms/Shortcut.xml @@ -16,7 +16,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/SplitContainer.xml b/xml/System.Windows.Forms/SplitContainer.xml index ce10348fa01..e15d9c3578b 100644 --- a/xml/System.Windows.Forms/SplitContainer.xml +++ b/xml/System.Windows.Forms/SplitContainer.xml @@ -34,17 +34,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/Splitter.xml b/xml/System.Windows.Forms/Splitter.xml index e029f079811..cca82262bab 100644 --- a/xml/System.Windows.Forms/Splitter.xml +++ b/xml/System.Windows.Forms/Splitter.xml @@ -38,11 +38,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.SplitterDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.SplitterDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/SplitterEventArgs.xml b/xml/System.Windows.Forms/SplitterEventArgs.xml index eb330fc03ce..79e612259dd 100644 --- a/xml/System.Windows.Forms/SplitterEventArgs.xml +++ b/xml/System.Windows.Forms/SplitterEventArgs.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/SplitterPanel.xml b/xml/System.Windows.Forms/SplitterPanel.xml index 59ee6a681cb..c42e68505c4 100644 --- a/xml/System.Windows.Forms/SplitterPanel.xml +++ b/xml/System.Windows.Forms/SplitterPanel.xml @@ -25,17 +25,17 @@ [<System.ComponentModel.ToolboxItem(false)>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.SplitterPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.SplitterPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/StatusStrip.xml b/xml/System.Windows.Forms/StatusStrip.xml index 518bc6c507d..8a6b21c3cf5 100644 --- a/xml/System.Windows.Forms/StatusStrip.xml +++ b/xml/System.Windows.Forms/StatusStrip.xml @@ -16,11 +16,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/SystemParameter.xml b/xml/System.Windows.Forms/SystemParameter.xml index 7080e86936b..3667f0cc7d0 100644 --- a/xml/System.Windows.Forms/SystemParameter.xml +++ b/xml/System.Windows.Forms/SystemParameter.xml @@ -15,7 +15,7 @@ System.Enum - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TabControl+ControlCollection.xml b/xml/System.Windows.Forms/TabControl+ControlCollection.xml index e0b89154f44..53ff9923284 100644 --- a/xml/System.Windows.Forms/TabControl+ControlCollection.xml +++ b/xml/System.Windows.Forms/TabControl+ControlCollection.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/TabControl.xml b/xml/System.Windows.Forms/TabControl.xml index 926b57cdeb8..47fcf31eb31 100644 --- a/xml/System.Windows.Forms/TabControl.xml +++ b/xml/System.Windows.Forms/TabControl.xml @@ -29,11 +29,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.TabControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.TabControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TabPage+TabPageControlCollection.xml b/xml/System.Windows.Forms/TabPage+TabPageControlCollection.xml index 79db8dad22b..2c907e85045 100644 --- a/xml/System.Windows.Forms/TabPage+TabPageControlCollection.xml +++ b/xml/System.Windows.Forms/TabPage+TabPageControlCollection.xml @@ -17,7 +17,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/TabPage.xml b/xml/System.Windows.Forms/TabPage.xml index d3e8e166465..248bc40eac9 100644 --- a/xml/System.Windows.Forms/TabPage.xml +++ b/xml/System.Windows.Forms/TabPage.xml @@ -37,11 +37,11 @@ [System.ComponentModel.ToolboxItem(false)] [<System.ComponentModel.ToolboxItem(false)>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TableLayoutPanel.xml b/xml/System.Windows.Forms/TableLayoutPanel.xml index b7f4400a63f..0fa44b2f529 100644 --- a/xml/System.Windows.Forms/TableLayoutPanel.xml +++ b/xml/System.Windows.Forms/TableLayoutPanel.xml @@ -53,17 +53,17 @@ [<System.ComponentModel.ProvideProperty("CellPosition", typeof(System.Windows.Forms.Control))>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>] - [System.ComponentModel.Design.Serialization.DesignerSerializer("System.Windows.Forms.Design.TableLayoutPanelCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Design.Serialization.DesignerSerializer("System.Windows.Forms.Design.TableLayoutPanelCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/TextBox.xml b/xml/System.Windows.Forms/TextBox.xml index 62f229ef3db..8268d6d7af7 100644 --- a/xml/System.Windows.Forms/TextBox.xml +++ b/xml/System.Windows.Forms/TextBox.xml @@ -21,11 +21,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TextBoxBase.xml b/xml/System.Windows.Forms/TextBoxBase.xml index 0425fd2a995..19a37bf3f27 100644 --- a/xml/System.Windows.Forms/TextBoxBase.xml +++ b/xml/System.Windows.Forms/TextBoxBase.xml @@ -29,11 +29,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ThreadExceptionDialog.xml b/xml/System.Windows.Forms/ThreadExceptionDialog.xml index 33cf141a29b..e2251d2615c 100644 --- a/xml/System.Windows.Forms/ThreadExceptionDialog.xml +++ b/xml/System.Windows.Forms/ThreadExceptionDialog.xml @@ -17,11 +17,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml b/xml/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml index 03f8811ce1e..d7d1fba463d 100644 --- a/xml/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml +++ b/xml/System.Windows.Forms/ToolStrip+ToolStripAccessibleObject.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStrip.xml b/xml/System.Windows.Forms/ToolStrip.xml index fd4697f7d50..cc1de3ef225 100644 --- a/xml/System.Windows.Forms/ToolStrip.xml +++ b/xml/System.Windows.Forms/ToolStrip.xml @@ -39,11 +39,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripContainer.xml b/xml/System.Windows.Forms/ToolStripContainer.xml index ecf5b2c8391..eac4a4a575a 100644 --- a/xml/System.Windows.Forms/ToolStripContainer.xml +++ b/xml/System.Windows.Forms/ToolStripContainer.xml @@ -20,11 +20,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripContentPanel.xml b/xml/System.Windows.Forms/ToolStripContentPanel.xml index 58d9f019c63..6e8b9692cd5 100644 --- a/xml/System.Windows.Forms/ToolStripContentPanel.xml +++ b/xml/System.Windows.Forms/ToolStripContentPanel.xml @@ -33,17 +33,17 @@ [<System.ComponentModel.ToolboxItem(false)>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Never)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripContentPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripContentPanelDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml b/xml/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml index d75d4a9c9d5..fc43c3398ee 100644 --- a/xml/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml +++ b/xml/System.Windows.Forms/ToolStripDropDown+ToolStripDropDownAccessibleObject.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripDropDown.xml b/xml/System.Windows.Forms/ToolStripDropDown.xml index 9aa092d4bc2..6f1c38d62e6 100644 --- a/xml/System.Windows.Forms/ToolStripDropDown.xml +++ b/xml/System.Windows.Forms/ToolStripDropDown.xml @@ -20,11 +20,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml b/xml/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml index 3e5400ff810..5c0488a11ef 100644 --- a/xml/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml +++ b/xml/System.Windows.Forms/ToolStripDropDownItemAccessibleObject.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripDropDownMenu.xml b/xml/System.Windows.Forms/ToolStripDropDownMenu.xml index cc3c8f0b8e9..f50477b64dc 100644 --- a/xml/System.Windows.Forms/ToolStripDropDownMenu.xml +++ b/xml/System.Windows.Forms/ToolStripDropDownMenu.xml @@ -20,11 +20,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml b/xml/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml index ed46a26be13..b6d93cb016a 100644 --- a/xml/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml +++ b/xml/System.Windows.Forms/ToolStripItem+ToolStripItemAccessibleObject.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripOverflow.xml b/xml/System.Windows.Forms/ToolStripOverflow.xml index 213191c8e8f..0d407c3876c 100644 --- a/xml/System.Windows.Forms/ToolStripOverflow.xml +++ b/xml/System.Windows.Forms/ToolStripOverflow.xml @@ -23,11 +23,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml b/xml/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml index 8444dd6998e..b34cf245240 100644 --- a/xml/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml +++ b/xml/System.Windows.Forms/ToolStripPanel+ToolStripPanelRowCollection.xml @@ -30,7 +30,7 @@ [System.ComponentModel.ListBindable(false)] [<System.ComponentModel.ListBindable(false)>] - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/ToolStripPanel.xml b/xml/System.Windows.Forms/ToolStripPanel.xml index 41459ee62d3..08052d441c4 100644 --- a/xml/System.Windows.Forms/ToolStripPanel.xml +++ b/xml/System.Windows.Forms/ToolStripPanel.xml @@ -31,11 +31,11 @@ [System.Drawing.ToolboxBitmap(typeof(System.Windows.Forms.ToolStripPanel), "ToolStripPanel_standalone")] [<System.Drawing.ToolboxBitmap(typeof(System.Windows.Forms.ToolStripPanel), "ToolStripPanel_standalone")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml b/xml/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml index da60ab3adb8..d861408d791 100644 --- a/xml/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml +++ b/xml/System.Windows.Forms/ToolStripStatusLabelBorderSides.xml @@ -23,7 +23,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TrackBar.xml b/xml/System.Windows.Forms/TrackBar.xml index 0f0e5fbdf04..63d738dd9b3 100644 --- a/xml/System.Windows.Forms/TrackBar.xml +++ b/xml/System.Windows.Forms/TrackBar.xml @@ -37,11 +37,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.TrackBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.TrackBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TreeNodeCollection.xml b/xml/System.Windows.Forms/TreeNodeCollection.xml index 20daf98ddad..7f28cd4138f 100644 --- a/xml/System.Windows.Forms/TreeNodeCollection.xml +++ b/xml/System.Windows.Forms/TreeNodeCollection.xml @@ -726,7 +726,7 @@ ]]> - .NET 5.0 and later: is or empty. + .NET 5.0 and later: is or empty. diff --git a/xml/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml b/xml/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml index eba249a62f0..b70b4ad8ffa 100644 --- a/xml/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml +++ b/xml/System.Windows.Forms/TreeNodeMouseHoverEventArgs.xml @@ -16,7 +16,7 @@ - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/TreeView.xml b/xml/System.Windows.Forms/TreeView.xml index 2b187d2e226..da663e5b38c 100644 --- a/xml/System.Windows.Forms/TreeView.xml +++ b/xml/System.Windows.Forms/TreeView.xml @@ -30,17 +30,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/TreeViewHitTestLocations.xml b/xml/System.Windows.Forms/TreeViewHitTestLocations.xml index 38a384d7006..f430bdda213 100644 --- a/xml/System.Windows.Forms/TreeViewHitTestLocations.xml +++ b/xml/System.Windows.Forms/TreeViewHitTestLocations.xml @@ -19,7 +19,7 @@ [System.Flags] [<System.Flags>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/UpDownBase.xml b/xml/System.Windows.Forms/UpDownBase.xml index e1dd2d18000..3e2b0f5e1ca 100644 --- a/xml/System.Windows.Forms/UpDownBase.xml +++ b/xml/System.Windows.Forms/UpDownBase.xml @@ -21,11 +21,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.UpDownBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.UpDownBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/UserControl.xml b/xml/System.Windows.Forms/UserControl.xml index b2c7be28e69..6e80fdd59e0 100644 --- a/xml/System.Windows.Forms/UserControl.xml +++ b/xml/System.Windows.Forms/UserControl.xml @@ -33,11 +33,11 @@ [System.ComponentModel.DesignerCategory("UserControl")] [<System.ComponentModel.DesignerCategory("UserControl")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Forms/VScrollBar.xml b/xml/System.Windows.Forms/VScrollBar.xml index 83da3559fbc..7f1227605e2 100644 --- a/xml/System.Windows.Forms/VScrollBar.xml +++ b/xml/System.Windows.Forms/VScrollBar.xml @@ -17,11 +17,11 @@ - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] @@ -78,12 +78,13 @@ - + + Property System.Windows.Forms diff --git a/xml/System.Windows.Forms/WebBrowser+WebBrowserSite.xml b/xml/System.Windows.Forms/WebBrowser+WebBrowserSite.xml index eae4cecdd34..df9d8dd7c8b 100644 --- a/xml/System.Windows.Forms/WebBrowser+WebBrowserSite.xml +++ b/xml/System.Windows.Forms/WebBrowser+WebBrowserSite.xml @@ -15,7 +15,7 @@ - + [System.Runtime.InteropServices.ComVisible(false)] [<System.Runtime.InteropServices.ComVisible(false)>] diff --git a/xml/System.Windows.Forms/WebBrowser.xml b/xml/System.Windows.Forms/WebBrowser.xml index 1e64b2fbf25..f8b434b3560 100644 --- a/xml/System.Windows.Forms/WebBrowser.xml +++ b/xml/System.Windows.Forms/WebBrowser.xml @@ -29,17 +29,17 @@ [<System.ComponentModel.Designer("System.Windows.Forms.Design.WebBrowserDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] + [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)] + [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)>] + + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] - - [System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)] - [<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.AutoDock)>] - [System.ComponentModel.Designer("System.Windows.Forms.Design.WebBrowserDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.WebBrowserDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] diff --git a/xml/System.Windows.Forms/WebBrowserBase.xml b/xml/System.Windows.Forms/WebBrowserBase.xml index 8139927e4fa..b74497d6059 100644 --- a/xml/System.Windows.Forms/WebBrowserBase.xml +++ b/xml/System.Windows.Forms/WebBrowserBase.xml @@ -28,11 +28,11 @@ [System.ComponentModel.Designer("System.Windows.Forms.Design.AxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [<System.ComponentModel.Designer("System.Windows.Forms.Design.AxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>] - + [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)] [<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>] - + [System.Runtime.InteropServices.ComVisible(true)] [<System.Runtime.InteropServices.ComVisible(true)>] diff --git a/xml/System.Windows.Input/CanExecuteChangedEventManager.xml b/xml/System.Windows.Input/CanExecuteChangedEventManager.xml index 7b81ecb92ca..37be31996a3 100644 --- a/xml/System.Windows.Input/CanExecuteChangedEventManager.xml +++ b/xml/System.Windows.Input/CanExecuteChangedEventManager.xml @@ -86,7 +86,8 @@ - + + Method PresentationCore @@ -151,7 +152,8 @@ - + + Method PresentationCore @@ -176,7 +178,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Input/InputBinding.xml b/xml/System.Windows.Input/InputBinding.xml index f159bf7f54d..2e386f518dc 100644 --- a/xml/System.Windows.Input/InputBinding.xml +++ b/xml/System.Windows.Input/InputBinding.xml @@ -181,7 +181,8 @@ - + + Method PresentationCore @@ -206,7 +207,8 @@ - + + Method PresentationCore @@ -494,7 +496,8 @@ - + + Method PresentationCore @@ -598,7 +601,8 @@ - + + Method PresentationCore @@ -623,7 +627,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Input/StylusDevice.xml b/xml/System.Windows.Input/StylusDevice.xml index 200aa335ec5..4ccd3ed5098 100644 --- a/xml/System.Windows.Input/StylusDevice.xml +++ b/xml/System.Windows.Input/StylusDevice.xml @@ -723,7 +723,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Input/TabletDevice.xml b/xml/System.Windows.Input/TabletDevice.xml index becc794fa82..b8639d0432d 100644 --- a/xml/System.Windows.Input/TabletDevice.xml +++ b/xml/System.Windows.Input/TabletDevice.xml @@ -311,7 +311,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Input/TraversalRequest.xml b/xml/System.Windows.Input/TraversalRequest.xml index 45585caf634..f087517f267 100644 --- a/xml/System.Windows.Input/TraversalRequest.xml +++ b/xml/System.Windows.Input/TraversalRequest.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows.Interop/ComponentDispatcher.xml b/xml/System.Windows.Interop/ComponentDispatcher.xml index 2e41ee4b77f..e75d5b20591 100644 --- a/xml/System.Windows.Interop/ComponentDispatcher.xml +++ b/xml/System.Windows.Interop/ComponentDispatcher.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows.Interop/D3DImage.xml b/xml/System.Windows.Interop/D3DImage.xml index a8d4570605d..10bba9575ea 100644 --- a/xml/System.Windows.Interop/D3DImage.xml +++ b/xml/System.Windows.Interop/D3DImage.xml @@ -240,7 +240,8 @@ - + + Method PresentationCore @@ -300,7 +301,8 @@ - + + Method PresentationCore @@ -371,7 +373,8 @@ - + + Method PresentationCore @@ -402,7 +405,8 @@ - + + Method PresentationCore @@ -480,7 +484,8 @@ - + + Method PresentationCore @@ -507,7 +512,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Interop/HwndHost.xml b/xml/System.Windows.Interop/HwndHost.xml index c0c29f90272..d81d678207d 100644 --- a/xml/System.Windows.Interop/HwndHost.xml +++ b/xml/System.Windows.Interop/HwndHost.xml @@ -314,7 +314,8 @@ - + + Method PresentationFramework @@ -778,7 +779,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.HasFocusWithin + M:System.Windows.Interop.IKeyboardInputSink.HasFocusWithin PresentationFramework @@ -823,7 +824,7 @@ Property - P:System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite + P:System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite PresentationFramework @@ -864,7 +865,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) + M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) PresentationFramework @@ -914,7 +915,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink) + M:System.Windows.Interop.IKeyboardInputSink.RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink) PresentationFramework @@ -961,7 +962,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest) + M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest) PresentationFramework @@ -1005,7 +1006,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TranslateAccelerator(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) + M:System.Windows.Interop.IKeyboardInputSink.TranslateAccelerator(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) PresentationFramework @@ -1055,7 +1056,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TranslateChar(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) + M:System.Windows.Interop.IKeyboardInputSink.TranslateChar(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) PresentationFramework diff --git a/xml/System.Windows.Interop/HwndSource.xml b/xml/System.Windows.Interop/HwndSource.xml index 35fe2adcccc..5788a787241 100644 --- a/xml/System.Windows.Interop/HwndSource.xml +++ b/xml/System.Windows.Interop/HwndSource.xml @@ -1211,7 +1211,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.HasFocusWithin + M:System.Windows.Interop.IKeyboardInputSink.HasFocusWithin PresentationCore @@ -1252,7 +1252,7 @@ Property - P:System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite + P:System.Windows.Interop.IKeyboardInputSink.KeyboardInputSite PresentationCore @@ -1305,7 +1305,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) + M:System.Windows.Interop.IKeyboardInputSink.OnMnemonic(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) PresentationCore @@ -1359,7 +1359,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink) + M:System.Windows.Interop.IKeyboardInputSink.RegisterKeyboardInputSink(System.Windows.Interop.IKeyboardInputSink) PresentationCore @@ -1406,7 +1406,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest) + M:System.Windows.Interop.IKeyboardInputSink.TabInto(System.Windows.Input.TraversalRequest) PresentationCore @@ -1444,7 +1444,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TranslateAccelerator(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) + M:System.Windows.Interop.IKeyboardInputSink.TranslateAccelerator(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) PresentationCore @@ -1498,7 +1498,7 @@ Method - M:System.Windows.Interop.IKeyboardInputSink.TranslateChar(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) + M:System.Windows.Interop.IKeyboardInputSink.TranslateChar(System.Windows.Interop.MSG@,System.Windows.Input.ModifierKeys) PresentationCore diff --git a/xml/System.Windows.Interop/InteropBitmap.xml b/xml/System.Windows.Interop/InteropBitmap.xml index 9cf4930b481..f76ac487379 100644 --- a/xml/System.Windows.Interop/InteropBitmap.xml +++ b/xml/System.Windows.Interop/InteropBitmap.xml @@ -99,7 +99,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Interop/MSG.xml b/xml/System.Windows.Interop/MSG.xml index 42a180fdf18..7068a91ada3 100644 --- a/xml/System.Windows.Interop/MSG.xml +++ b/xml/System.Windows.Interop/MSG.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows.Markup/AmbientAttribute.xml b/xml/System.Windows.Markup/AmbientAttribute.xml index b1fc48c17f2..a6cacff4862 100644 --- a/xml/System.Windows.Markup/AmbientAttribute.xml +++ b/xml/System.Windows.Markup/AmbientAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Property, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.Property, Inherited=true)>] diff --git a/xml/System.Windows.Markup/ArrayExtension.xml b/xml/System.Windows.Markup/ArrayExtension.xml index a27cc5ba73a..9995b945444 100644 --- a/xml/System.Windows.Markup/ArrayExtension.xml +++ b/xml/System.Windows.Markup/ArrayExtension.xml @@ -24,7 +24,6 @@ - diff --git a/xml/System.Windows.Markup/ComponentResourceKeyConverter.xml b/xml/System.Windows.Markup/ComponentResourceKeyConverter.xml index 4ac7147a206..bb39dcbb927 100644 --- a/xml/System.Windows.Markup/ComponentResourceKeyConverter.xml +++ b/xml/System.Windows.Markup/ComponentResourceKeyConverter.xml @@ -60,7 +60,8 @@ - + + Method PresentationFramework @@ -100,7 +101,8 @@ - + + Method PresentationFramework @@ -140,7 +142,8 @@ - + + Method PresentationFramework @@ -180,7 +183,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Markup/ConstructorArgumentAttribute.xml b/xml/System.Windows.Markup/ConstructorArgumentAttribute.xml index 02a4f9b51f5..9454fbe663d 100644 --- a/xml/System.Windows.Markup/ConstructorArgumentAttribute.xml +++ b/xml/System.Windows.Markup/ConstructorArgumentAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] [<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>] diff --git a/xml/System.Windows.Markup/ContentPropertyAttribute.xml b/xml/System.Windows.Markup/ContentPropertyAttribute.xml index 97c14d10fc6..02596d05268 100644 --- a/xml/System.Windows.Markup/ContentPropertyAttribute.xml +++ b/xml/System.Windows.Markup/ContentPropertyAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] diff --git a/xml/System.Windows.Markup/ContentWrapperAttribute.xml b/xml/System.Windows.Markup/ContentWrapperAttribute.xml index af04db5ee1d..b267ae6284a 100644 --- a/xml/System.Windows.Markup/ContentWrapperAttribute.xml +++ b/xml/System.Windows.Markup/ContentWrapperAttribute.xml @@ -19,7 +19,6 @@ 3.0.0.0 - @@ -27,7 +26,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>] diff --git a/xml/System.Windows.Markup/DateTimeValueSerializer.xml b/xml/System.Windows.Markup/DateTimeValueSerializer.xml index 1d67f6bb0fd..8accb880b51 100644 --- a/xml/System.Windows.Markup/DateTimeValueSerializer.xml +++ b/xml/System.Windows.Markup/DateTimeValueSerializer.xml @@ -15,7 +15,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/DependsOnAttribute.xml b/xml/System.Windows.Markup/DependsOnAttribute.xml index d4d5190cf64..a53aa579520 100644 --- a/xml/System.Windows.Markup/DependsOnAttribute.xml +++ b/xml/System.Windows.Markup/DependsOnAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)] [<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true)>] diff --git a/xml/System.Windows.Markup/DictionaryKeyPropertyAttribute.xml b/xml/System.Windows.Markup/DictionaryKeyPropertyAttribute.xml index e2cd090568c..cfc6fbb63e9 100644 --- a/xml/System.Windows.Markup/DictionaryKeyPropertyAttribute.xml +++ b/xml/System.Windows.Markup/DictionaryKeyPropertyAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] diff --git a/xml/System.Windows.Markup/IComponentConnector.xml b/xml/System.Windows.Markup/IComponentConnector.xml index 364c06dc28a..f65bb4c345a 100644 --- a/xml/System.Windows.Markup/IComponentConnector.xml +++ b/xml/System.Windows.Markup/IComponentConnector.xml @@ -15,7 +15,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/INameScope.xml b/xml/System.Windows.Markup/INameScope.xml index da5bbef89d7..fa04aee8a21 100644 --- a/xml/System.Windows.Markup/INameScope.xml +++ b/xml/System.Windows.Markup/INameScope.xml @@ -15,7 +15,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/IProvideValueTarget.xml b/xml/System.Windows.Markup/IProvideValueTarget.xml index a60c4a395b2..e1db0d2b050 100644 --- a/xml/System.Windows.Markup/IProvideValueTarget.xml +++ b/xml/System.Windows.Markup/IProvideValueTarget.xml @@ -19,7 +19,6 @@ - diff --git a/xml/System.Windows.Markup/IReceiveMarkupExtension.xml b/xml/System.Windows.Markup/IReceiveMarkupExtension.xml index a2c597c8235..a6dc86dfbe1 100644 --- a/xml/System.Windows.Markup/IReceiveMarkupExtension.xml +++ b/xml/System.Windows.Markup/IReceiveMarkupExtension.xml @@ -13,7 +13,7 @@ - + [System.Obsolete("IReceiveMarkupExtension has been deprecated. This interface is no longer in use.")] [<System.Obsolete("IReceiveMarkupExtension has been deprecated. This interface is no longer in use.")>] diff --git a/xml/System.Windows.Markup/IUriContext.xml b/xml/System.Windows.Markup/IUriContext.xml index 98d84737598..14f608594b6 100644 --- a/xml/System.Windows.Markup/IUriContext.xml +++ b/xml/System.Windows.Markup/IUriContext.xml @@ -19,7 +19,6 @@ - diff --git a/xml/System.Windows.Markup/IValueSerializerContext.xml b/xml/System.Windows.Markup/IValueSerializerContext.xml index d882d5171be..47a8db83caa 100644 --- a/xml/System.Windows.Markup/IValueSerializerContext.xml +++ b/xml/System.Windows.Markup/IValueSerializerContext.xml @@ -15,7 +15,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/IXamlTypeResolver.xml b/xml/System.Windows.Markup/IXamlTypeResolver.xml index 79d229e0e03..14af2df97a7 100644 --- a/xml/System.Windows.Markup/IXamlTypeResolver.xml +++ b/xml/System.Windows.Markup/IXamlTypeResolver.xml @@ -15,7 +15,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/MarkupExtension.xml b/xml/System.Windows.Markup/MarkupExtension.xml index fa566759ae2..d525b33adc0 100644 --- a/xml/System.Windows.Markup/MarkupExtension.xml +++ b/xml/System.Windows.Markup/MarkupExtension.xml @@ -15,7 +15,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/MarkupExtensionReturnTypeAttribute.xml b/xml/System.Windows.Markup/MarkupExtensionReturnTypeAttribute.xml index f3dbe8052f8..7dfe0f0a9aa 100644 --- a/xml/System.Windows.Markup/MarkupExtensionReturnTypeAttribute.xml +++ b/xml/System.Windows.Markup/MarkupExtensionReturnTypeAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] @@ -144,7 +143,7 @@ 3.0.0.0 - + [System.Obsolete("The expressionType argument is not used by the XAML parser. To specify the expected return type, use MarkupExtensionReturnTypeAttribute(Type). To specify custom handling for expression types, use XamlSetMarkupExtensionAttribute.")] [<System.Obsolete("The expressionType argument is not used by the XAML parser. To specify the expected return type, use MarkupExtensionReturnTypeAttribute(Type). To specify custom handling for expression types, use XamlSetMarkupExtensionAttribute.")>] @@ -189,7 +188,7 @@ 3.0.0.0 - + [System.Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")] [<System.Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")>] diff --git a/xml/System.Windows.Markup/NameScopePropertyAttribute.xml b/xml/System.Windows.Markup/NameScopePropertyAttribute.xml index aea6cb1b10c..c37e430d6c2 100644 --- a/xml/System.Windows.Markup/NameScopePropertyAttribute.xml +++ b/xml/System.Windows.Markup/NameScopePropertyAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] diff --git a/xml/System.Windows.Markup/NullExtension.xml b/xml/System.Windows.Markup/NullExtension.xml index 9ad6c2d52bc..606bc67a6b3 100644 --- a/xml/System.Windows.Markup/NullExtension.xml +++ b/xml/System.Windows.Markup/NullExtension.xml @@ -19,7 +19,6 @@ - diff --git a/xml/System.Windows.Markup/ResourceReferenceExpressionConverter.xml b/xml/System.Windows.Markup/ResourceReferenceExpressionConverter.xml index 4f8d9c9c49b..30a592dde72 100644 --- a/xml/System.Windows.Markup/ResourceReferenceExpressionConverter.xml +++ b/xml/System.Windows.Markup/ResourceReferenceExpressionConverter.xml @@ -60,7 +60,8 @@ - + + Method PresentationFramework @@ -91,7 +92,8 @@ - + + Method PresentationFramework @@ -124,7 +126,8 @@ - + + Method PresentationFramework @@ -156,7 +159,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Markup/RootNamespaceAttribute.xml b/xml/System.Windows.Markup/RootNamespaceAttribute.xml index 6d8a7faa029..ae325c34991 100644 --- a/xml/System.Windows.Markup/RootNamespaceAttribute.xml +++ b/xml/System.Windows.Markup/RootNamespaceAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Assembly)] [<System.AttributeUsage(System.AttributeTargets.Assembly)>] diff --git a/xml/System.Windows.Markup/RuntimeNamePropertyAttribute.xml b/xml/System.Windows.Markup/RuntimeNamePropertyAttribute.xml index 440b8d679f7..9acfa21aa25 100644 --- a/xml/System.Windows.Markup/RuntimeNamePropertyAttribute.xml +++ b/xml/System.Windows.Markup/RuntimeNamePropertyAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class)] [<System.AttributeUsage(System.AttributeTargets.Class)>] diff --git a/xml/System.Windows.Markup/StaticExtension.xml b/xml/System.Windows.Markup/StaticExtension.xml index 530db064869..13077f8afa2 100644 --- a/xml/System.Windows.Markup/StaticExtension.xml +++ b/xml/System.Windows.Markup/StaticExtension.xml @@ -19,7 +19,6 @@ - diff --git a/xml/System.Windows.Markup/TrimSurroundingWhitespaceAttribute.xml b/xml/System.Windows.Markup/TrimSurroundingWhitespaceAttribute.xml index f0fd6d316a9..971db4404d0 100644 --- a/xml/System.Windows.Markup/TrimSurroundingWhitespaceAttribute.xml +++ b/xml/System.Windows.Markup/TrimSurroundingWhitespaceAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] diff --git a/xml/System.Windows.Markup/TypeExtension.xml b/xml/System.Windows.Markup/TypeExtension.xml index d9be56408a2..06384adad10 100644 --- a/xml/System.Windows.Markup/TypeExtension.xml +++ b/xml/System.Windows.Markup/TypeExtension.xml @@ -19,7 +19,6 @@ - diff --git a/xml/System.Windows.Markup/UidPropertyAttribute.xml b/xml/System.Windows.Markup/UidPropertyAttribute.xml index c0ded22cd64..cd427072d87 100644 --- a/xml/System.Windows.Markup/UidPropertyAttribute.xml +++ b/xml/System.Windows.Markup/UidPropertyAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>] diff --git a/xml/System.Windows.Markup/UsableDuringInitializationAttribute.xml b/xml/System.Windows.Markup/UsableDuringInitializationAttribute.xml index 0bb0823e7ef..b55d6a8e9d9 100644 --- a/xml/System.Windows.Markup/UsableDuringInitializationAttribute.xml +++ b/xml/System.Windows.Markup/UsableDuringInitializationAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] diff --git a/xml/System.Windows.Markup/ValueSerializer.xml b/xml/System.Windows.Markup/ValueSerializer.xml index e2a78205248..4a68848f1f9 100644 --- a/xml/System.Windows.Markup/ValueSerializer.xml +++ b/xml/System.Windows.Markup/ValueSerializer.xml @@ -16,7 +16,6 @@ 3.0.0.0 - diff --git a/xml/System.Windows.Markup/ValueSerializerAttribute.xml b/xml/System.Windows.Markup/ValueSerializerAttribute.xml index 11690052162..09bbe1d5f74 100644 --- a/xml/System.Windows.Markup/ValueSerializerAttribute.xml +++ b/xml/System.Windows.Markup/ValueSerializerAttribute.xml @@ -26,7 +26,7 @@ - + diff --git a/xml/System.Windows.Markup/WhitespaceSignificantCollectionAttribute.xml b/xml/System.Windows.Markup/WhitespaceSignificantCollectionAttribute.xml index 0c2357ba311..ccb1966e72a 100644 --- a/xml/System.Windows.Markup/WhitespaceSignificantCollectionAttribute.xml +++ b/xml/System.Windows.Markup/WhitespaceSignificantCollectionAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>] diff --git a/xml/System.Windows.Markup/XmlAttributeProperties.xml b/xml/System.Windows.Markup/XmlAttributeProperties.xml index 3afc3f116d2..16265542aa7 100644 --- a/xml/System.Windows.Markup/XmlAttributeProperties.xml +++ b/xml/System.Windows.Markup/XmlAttributeProperties.xml @@ -92,7 +92,11 @@ [System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))] [<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>] - + + [System.Windows.Markup.DesignerSerializationOptions] + [<System.Windows.Markup.DesignerSerializationOptions>] + + [System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)] [<System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)>] @@ -170,7 +174,11 @@ [System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))] [<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>] - + + [System.Windows.Markup.DesignerSerializationOptions] + [<System.Windows.Markup.DesignerSerializationOptions>] + + [System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)] [<System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)>] diff --git a/xml/System.Windows.Markup/XmlLangPropertyAttribute.xml b/xml/System.Windows.Markup/XmlLangPropertyAttribute.xml index 8ba8ca2a92d..c8f6f2e2f7d 100644 --- a/xml/System.Windows.Markup/XmlLangPropertyAttribute.xml +++ b/xml/System.Windows.Markup/XmlLangPropertyAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)] [<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>] diff --git a/xml/System.Windows.Markup/XmlnsCompatibleWithAttribute.xml b/xml/System.Windows.Markup/XmlnsCompatibleWithAttribute.xml index b7d6bfd8af0..471c2f6c9e9 100644 --- a/xml/System.Windows.Markup/XmlnsCompatibleWithAttribute.xml +++ b/xml/System.Windows.Markup/XmlnsCompatibleWithAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)] [<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>] diff --git a/xml/System.Windows.Markup/XmlnsDefinitionAttribute.xml b/xml/System.Windows.Markup/XmlnsDefinitionAttribute.xml index 5389f8126e9..dfbb577ef32 100644 --- a/xml/System.Windows.Markup/XmlnsDefinitionAttribute.xml +++ b/xml/System.Windows.Markup/XmlnsDefinitionAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)] [<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>] diff --git a/xml/System.Windows.Markup/XmlnsPrefixAttribute.xml b/xml/System.Windows.Markup/XmlnsPrefixAttribute.xml index e57ef4e0242..7a6983a1d1b 100644 --- a/xml/System.Windows.Markup/XmlnsPrefixAttribute.xml +++ b/xml/System.Windows.Markup/XmlnsPrefixAttribute.xml @@ -15,7 +15,6 @@ 3.0.0.0 - @@ -23,7 +22,7 @@ - + [System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)] [<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>] diff --git a/xml/System.Windows.Media.Animation/Animatable.xml b/xml/System.Windows.Media.Animation/Animatable.xml index c7c425eb566..627d5ab9c1a 100644 --- a/xml/System.Windows.Media.Animation/Animatable.xml +++ b/xml/System.Windows.Media.Animation/Animatable.xml @@ -292,7 +292,8 @@ - + + Method PresentationCore @@ -324,7 +325,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/BackEase.xml b/xml/System.Windows.Media.Animation/BackEase.xml index 4a635b0a3b6..f4ed2bddef7 100644 --- a/xml/System.Windows.Media.Animation/BackEase.xml +++ b/xml/System.Windows.Media.Animation/BackEase.xml @@ -151,7 +151,8 @@ In addition to using the easing functions included in the run-time, you can crea - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/BooleanAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/BooleanAnimationUsingKeyFrames.xml index c0f062604aa..aaef7afee45 100644 --- a/xml/System.Windows.Media.Animation/BooleanAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/BooleanAnimationUsingKeyFrames.xml @@ -180,7 +180,8 @@ - + + Method PresentationCore @@ -248,7 +249,8 @@ - + + Method PresentationCore @@ -284,7 +286,8 @@ - + + Method PresentationCore @@ -504,7 +507,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/BooleanKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/BooleanKeyFrameCollection.xml index 8af8695017c..8af196d480d 100644 --- a/xml/System.Windows.Media.Animation/BooleanKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/BooleanKeyFrameCollection.xml @@ -141,7 +141,8 @@ - + + Method PresentationCore @@ -174,7 +175,8 @@ - + + Method PresentationCore @@ -210,7 +212,8 @@ - + + Method PresentationCore @@ -338,7 +341,8 @@ - + + Method PresentationCore @@ -386,7 +390,8 @@ - + + Method PresentationCore @@ -414,7 +419,8 @@ - + + Method PresentationCore @@ -452,7 +458,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/BounceEase.xml b/xml/System.Windows.Media.Animation/BounceEase.xml index 05dad9b0abd..af6221c45b0 100644 --- a/xml/System.Windows.Media.Animation/BounceEase.xml +++ b/xml/System.Windows.Media.Animation/BounceEase.xml @@ -202,7 +202,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ByteAnimation.xml b/xml/System.Windows.Media.Animation/ByteAnimation.xml index fa05a7080be..f27ed134d5b 100644 --- a/xml/System.Windows.Media.Animation/ByteAnimation.xml +++ b/xml/System.Windows.Media.Animation/ByteAnimation.xml @@ -334,7 +334,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ByteAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/ByteAnimationUsingKeyFrames.xml index 4d9a0c20ead..2ed7ac5c20a 100644 --- a/xml/System.Windows.Media.Animation/ByteAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/ByteAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -572,7 +575,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ByteKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/ByteKeyFrameCollection.xml index 29c3d285a50..113fd0d4408 100644 --- a/xml/System.Windows.Media.Animation/ByteKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/ByteKeyFrameCollection.xml @@ -134,7 +134,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -204,7 +206,8 @@ - + + Method PresentationCore @@ -332,7 +335,8 @@ - + + Method PresentationCore @@ -380,7 +384,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -446,7 +452,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/CharAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/CharAnimationUsingKeyFrames.xml index f6bd3755cd6..b3e5e3811a1 100644 --- a/xml/System.Windows.Media.Animation/CharAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/CharAnimationUsingKeyFrames.xml @@ -180,7 +180,8 @@ - + + Method PresentationCore @@ -248,7 +249,8 @@ - + + Method PresentationCore @@ -284,7 +286,8 @@ - + + Method PresentationCore @@ -504,7 +507,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/CharKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/CharKeyFrameCollection.xml index 2060d9a6155..2acfc0808ba 100644 --- a/xml/System.Windows.Media.Animation/CharKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/CharKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -407,7 +412,8 @@ - + + Method PresentationCore @@ -444,7 +450,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/CircleEase.xml b/xml/System.Windows.Media.Animation/CircleEase.xml index d996dfa8b47..8fba0fcd5fd 100644 --- a/xml/System.Windows.Media.Animation/CircleEase.xml +++ b/xml/System.Windows.Media.Animation/CircleEase.xml @@ -90,7 +90,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ColorAnimation.xml b/xml/System.Windows.Media.Animation/ColorAnimation.xml index 4243c4b79ce..dc0dad02a6f 100644 --- a/xml/System.Windows.Media.Animation/ColorAnimation.xml +++ b/xml/System.Windows.Media.Animation/ColorAnimation.xml @@ -326,7 +326,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ColorAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/ColorAnimationUsingKeyFrames.xml index fd0f922c2b0..c072dc8696d 100644 --- a/xml/System.Windows.Media.Animation/ColorAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/ColorAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -563,7 +566,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ColorKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/ColorKeyFrameCollection.xml index fe182e48f0c..0fd511ec700 100644 --- a/xml/System.Windows.Media.Animation/ColorKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/ColorKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/CubicEase.xml b/xml/System.Windows.Media.Animation/CubicEase.xml index 8152a396f20..a10482f6afe 100644 --- a/xml/System.Windows.Media.Animation/CubicEase.xml +++ b/xml/System.Windows.Media.Animation/CubicEase.xml @@ -88,7 +88,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DecimalAnimation.xml b/xml/System.Windows.Media.Animation/DecimalAnimation.xml index 58b983f84e3..c4c771f55e3 100644 --- a/xml/System.Windows.Media.Animation/DecimalAnimation.xml +++ b/xml/System.Windows.Media.Animation/DecimalAnimation.xml @@ -314,7 +314,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DecimalAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/DecimalAnimationUsingKeyFrames.xml index 6b9f5a77ec4..b03ae01eb65 100644 --- a/xml/System.Windows.Media.Animation/DecimalAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/DecimalAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -556,7 +559,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DecimalKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/DecimalKeyFrameCollection.xml index 589e353f257..4171743a759 100644 --- a/xml/System.Windows.Media.Animation/DecimalKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/DecimalKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -330,7 +333,8 @@ - + + Method PresentationCore @@ -378,7 +382,8 @@ - + + Method PresentationCore @@ -407,7 +412,8 @@ - + + Method PresentationCore @@ -444,7 +450,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteBooleanKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteBooleanKeyFrame.xml index 01fecf2a5c0..b07675f2f5a 100644 --- a/xml/System.Windows.Media.Animation/DiscreteBooleanKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteBooleanKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteByteKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteByteKeyFrame.xml index 55999280033..3d0104182c5 100644 --- a/xml/System.Windows.Media.Animation/DiscreteByteKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteByteKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteCharKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteCharKeyFrame.xml index 219c87abb44..ec3c13dd591 100644 --- a/xml/System.Windows.Media.Animation/DiscreteCharKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteCharKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteColorKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteColorKeyFrame.xml index 452f7a1b352..be944d954b0 100644 --- a/xml/System.Windows.Media.Animation/DiscreteColorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteColorKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteDecimalKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteDecimalKeyFrame.xml index 3f9ec960833..40d46a36c19 100644 --- a/xml/System.Windows.Media.Animation/DiscreteDecimalKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteDecimalKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteDoubleKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteDoubleKeyFrame.xml index 936f5af0419..dec76d9670f 100644 --- a/xml/System.Windows.Media.Animation/DiscreteDoubleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteDoubleKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteInt16KeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteInt16KeyFrame.xml index 65e594e070f..8a988ee5fa9 100644 --- a/xml/System.Windows.Media.Animation/DiscreteInt16KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteInt16KeyFrame.xml @@ -152,7 +152,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteInt32KeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteInt32KeyFrame.xml index 22503375c0e..f688ef03f8f 100644 --- a/xml/System.Windows.Media.Animation/DiscreteInt32KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteInt32KeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteInt64KeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteInt64KeyFrame.xml index 222267e828f..d5f5a91b026 100644 --- a/xml/System.Windows.Media.Animation/DiscreteInt64KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteInt64KeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteMatrixKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteMatrixKeyFrame.xml index 7b9216513a5..b3302090c1d 100644 --- a/xml/System.Windows.Media.Animation/DiscreteMatrixKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteMatrixKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteObjectKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteObjectKeyFrame.xml index 3abcf41379e..9ffe1483780 100644 --- a/xml/System.Windows.Media.Animation/DiscreteObjectKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteObjectKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscretePoint3DKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscretePoint3DKeyFrame.xml index 30a2704f507..bbeec43be48 100644 --- a/xml/System.Windows.Media.Animation/DiscretePoint3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscretePoint3DKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscretePointKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscretePointKeyFrame.xml index 047406e470a..fe90cf3b921 100644 --- a/xml/System.Windows.Media.Animation/DiscretePointKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscretePointKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteQuaternionKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteQuaternionKeyFrame.xml index a7e035f335f..ebaf10e1882 100644 --- a/xml/System.Windows.Media.Animation/DiscreteQuaternionKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteQuaternionKeyFrame.xml @@ -131,7 +131,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteRectKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteRectKeyFrame.xml index ec64c96db5c..ff777a27c26 100644 --- a/xml/System.Windows.Media.Animation/DiscreteRectKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteRectKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteRotation3DKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteRotation3DKeyFrame.xml index aca8b3ab722..14cc21c7893 100644 --- a/xml/System.Windows.Media.Animation/DiscreteRotation3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteRotation3DKeyFrame.xml @@ -131,7 +131,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteSingleKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteSingleKeyFrame.xml index caebda17d06..07d426badb6 100644 --- a/xml/System.Windows.Media.Animation/DiscreteSingleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteSingleKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteSizeKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteSizeKeyFrame.xml index 906b87bab86..338fdbb7508 100644 --- a/xml/System.Windows.Media.Animation/DiscreteSizeKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteSizeKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteStringKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteStringKeyFrame.xml index f2d27fa1770..a9aeb29ed62 100644 --- a/xml/System.Windows.Media.Animation/DiscreteStringKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteStringKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteThicknessKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteThicknessKeyFrame.xml index 136e56ec609..42c4dde3632 100644 --- a/xml/System.Windows.Media.Animation/DiscreteThicknessKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteThicknessKeyFrame.xml @@ -134,7 +134,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/DiscreteVector3DKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteVector3DKeyFrame.xml index 203c91933ac..a24b014e477 100644 --- a/xml/System.Windows.Media.Animation/DiscreteVector3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteVector3DKeyFrame.xml @@ -134,7 +134,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DiscreteVectorKeyFrame.xml b/xml/System.Windows.Media.Animation/DiscreteVectorKeyFrame.xml index dea7acebe74..4a226c7c3c9 100644 --- a/xml/System.Windows.Media.Animation/DiscreteVectorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/DiscreteVectorKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DoubleAnimation.xml b/xml/System.Windows.Media.Animation/DoubleAnimation.xml index 450c4eabfcc..5e33eee03e4 100644 --- a/xml/System.Windows.Media.Animation/DoubleAnimation.xml +++ b/xml/System.Windows.Media.Animation/DoubleAnimation.xml @@ -315,7 +315,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DoubleAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/DoubleAnimationUsingKeyFrames.xml index fe004850a01..2a8d74dfe45 100644 --- a/xml/System.Windows.Media.Animation/DoubleAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/DoubleAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -562,7 +565,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DoubleAnimationUsingPath.xml b/xml/System.Windows.Media.Animation/DoubleAnimationUsingPath.xml index 76ebfe8f124..0ab815601b3 100644 --- a/xml/System.Windows.Media.Animation/DoubleAnimationUsingPath.xml +++ b/xml/System.Windows.Media.Animation/DoubleAnimationUsingPath.xml @@ -106,7 +106,8 @@ - + + Method PresentationCore @@ -254,7 +255,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/DoubleKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/DoubleKeyFrameCollection.xml index 4033cd5c2e1..b1ebc0ea341 100644 --- a/xml/System.Windows.Media.Animation/DoubleKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/DoubleKeyFrameCollection.xml @@ -140,7 +140,8 @@ - + + Method PresentationCore @@ -173,7 +174,8 @@ - + + Method PresentationCore @@ -208,7 +210,8 @@ - + + Method PresentationCore @@ -336,7 +339,8 @@ - + + Method PresentationCore @@ -384,7 +388,8 @@ - + + Method PresentationCore @@ -413,7 +418,8 @@ - + + Method PresentationCore @@ -450,7 +456,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml index 71e25f3437c..cc3fdeaecf0 100644 --- a/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingByteKeyFrame.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml index e5ad8a3047b..9b18f576ee6 100644 --- a/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingColorKeyFrame.xml @@ -143,7 +143,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml index fa8ec21a49b..2ffa1e56e7b 100644 --- a/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingDecimalKeyFrame.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml index 3454b0abc9b..a5340ccd443 100644 --- a/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingDoubleKeyFrame.xml @@ -148,7 +148,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml b/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml index 6c6e199a540..17a682ebb20 100644 --- a/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingInt16KeyFrame.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml b/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml index 00438fcac0c..1f176695f80 100644 --- a/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingInt32KeyFrame.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml b/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml index c3bc94ddb8e..a6a9ce69f35 100644 --- a/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingInt64KeyFrame.xml @@ -134,7 +134,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingPoint3DKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingPoint3DKeyFrame.xml index 23a3b83dea0..28d7d4c972b 100644 --- a/xml/System.Windows.Media.Animation/EasingPoint3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingPoint3DKeyFrame.xml @@ -142,7 +142,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingPointKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingPointKeyFrame.xml index d37d42d51f5..97b3f4a8898 100644 --- a/xml/System.Windows.Media.Animation/EasingPointKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingPointKeyFrame.xml @@ -150,7 +150,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingQuaternionKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingQuaternionKeyFrame.xml index d9d9190dad7..3ec872b9027 100644 --- a/xml/System.Windows.Media.Animation/EasingQuaternionKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingQuaternionKeyFrame.xml @@ -144,7 +144,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingRectKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingRectKeyFrame.xml index 41cc46094be..34e795a75b9 100644 --- a/xml/System.Windows.Media.Animation/EasingRectKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingRectKeyFrame.xml @@ -143,7 +143,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingRotation3DKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingRotation3DKeyFrame.xml index 5a1351b4fc4..4a8df435e77 100644 --- a/xml/System.Windows.Media.Animation/EasingRotation3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingRotation3DKeyFrame.xml @@ -141,7 +141,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml index 6576b62c2f8..d3beaaa07a3 100644 --- a/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingSingleKeyFrame.xml @@ -134,7 +134,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingSizeKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingSizeKeyFrame.xml index 827f59be2d0..9a28ca15df5 100644 --- a/xml/System.Windows.Media.Animation/EasingSizeKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingSizeKeyFrame.xml @@ -144,7 +144,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingThicknessKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingThicknessKeyFrame.xml index b5bee9e7350..886df0809a3 100644 --- a/xml/System.Windows.Media.Animation/EasingThicknessKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingThicknessKeyFrame.xml @@ -141,7 +141,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/EasingVector3DKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingVector3DKeyFrame.xml index bc330231915..f13df0f6682 100644 --- a/xml/System.Windows.Media.Animation/EasingVector3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingVector3DKeyFrame.xml @@ -140,7 +140,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/EasingVectorKeyFrame.xml b/xml/System.Windows.Media.Animation/EasingVectorKeyFrame.xml index aa233ae35c0..1e6cc0fc3ad 100644 --- a/xml/System.Windows.Media.Animation/EasingVectorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/EasingVectorKeyFrame.xml @@ -142,7 +142,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ElasticEase.xml b/xml/System.Windows.Media.Animation/ElasticEase.xml index 7db91b8de01..64ca6b42be7 100644 --- a/xml/System.Windows.Media.Animation/ElasticEase.xml +++ b/xml/System.Windows.Media.Animation/ElasticEase.xml @@ -89,7 +89,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ExponentialEase.xml b/xml/System.Windows.Media.Animation/ExponentialEase.xml index 40d6358b135..d861d8603d9 100644 --- a/xml/System.Windows.Media.Animation/ExponentialEase.xml +++ b/xml/System.Windows.Media.Animation/ExponentialEase.xml @@ -82,7 +82,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int16Animation.xml b/xml/System.Windows.Media.Animation/Int16Animation.xml index 33cb2a3188b..d3cfc28a12c 100644 --- a/xml/System.Windows.Media.Animation/Int16Animation.xml +++ b/xml/System.Windows.Media.Animation/Int16Animation.xml @@ -314,7 +314,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int16AnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/Int16AnimationUsingKeyFrames.xml index 24fe20e01e3..e7171ed448b 100644 --- a/xml/System.Windows.Media.Animation/Int16AnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/Int16AnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int16KeyFrameCollection.xml b/xml/System.Windows.Media.Animation/Int16KeyFrameCollection.xml index 9e313785f5d..dc26a3b3709 100644 --- a/xml/System.Windows.Media.Animation/Int16KeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/Int16KeyFrameCollection.xml @@ -119,7 +119,8 @@ - + + Method PresentationCore @@ -152,7 +153,8 @@ - + + Method PresentationCore @@ -187,7 +189,8 @@ - + + Method PresentationCore @@ -315,7 +318,8 @@ - + + Method PresentationCore @@ -363,7 +367,8 @@ - + + Method PresentationCore @@ -392,7 +397,8 @@ - + + Method PresentationCore @@ -429,7 +435,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int32Animation.xml b/xml/System.Windows.Media.Animation/Int32Animation.xml index 4713dc0d49b..399b9bef78f 100644 --- a/xml/System.Windows.Media.Animation/Int32Animation.xml +++ b/xml/System.Windows.Media.Animation/Int32Animation.xml @@ -314,7 +314,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int32AnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/Int32AnimationUsingKeyFrames.xml index 5fb99c342f8..616a6cb97e9 100644 --- a/xml/System.Windows.Media.Animation/Int32AnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/Int32AnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int32KeyFrameCollection.xml b/xml/System.Windows.Media.Animation/Int32KeyFrameCollection.xml index e74e561de83..d86786ba59d 100644 --- a/xml/System.Windows.Media.Animation/Int32KeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/Int32KeyFrameCollection.xml @@ -119,7 +119,8 @@ - + + Method PresentationCore @@ -152,7 +153,8 @@ - + + Method PresentationCore @@ -187,7 +189,8 @@ - + + Method PresentationCore @@ -315,7 +318,8 @@ - + + Method PresentationCore @@ -363,7 +367,8 @@ - + + Method PresentationCore @@ -392,7 +397,8 @@ - + + Method PresentationCore @@ -429,7 +435,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int64Animation.xml b/xml/System.Windows.Media.Animation/Int64Animation.xml index 1fbb5881db7..ca35729fd8e 100644 --- a/xml/System.Windows.Media.Animation/Int64Animation.xml +++ b/xml/System.Windows.Media.Animation/Int64Animation.xml @@ -314,7 +314,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int64AnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/Int64AnimationUsingKeyFrames.xml index 55037e6a52c..2cede1b2160 100644 --- a/xml/System.Windows.Media.Animation/Int64AnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/Int64AnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Int64KeyFrameCollection.xml b/xml/System.Windows.Media.Animation/Int64KeyFrameCollection.xml index eaf85caee58..4d1ee637bc0 100644 --- a/xml/System.Windows.Media.Animation/Int64KeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/Int64KeyFrameCollection.xml @@ -119,7 +119,8 @@ - + + Method PresentationCore @@ -152,7 +153,8 @@ - + + Method PresentationCore @@ -187,7 +189,8 @@ - + + Method PresentationCore @@ -315,7 +318,8 @@ - + + Method PresentationCore @@ -363,7 +367,8 @@ - + + Method PresentationCore @@ -392,7 +397,8 @@ - + + Method PresentationCore @@ -429,7 +435,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/KeySpline.xml b/xml/System.Windows.Media.Animation/KeySpline.xml index 34131d23d6c..77b4e7be19d 100644 --- a/xml/System.Windows.Media.Animation/KeySpline.xml +++ b/xml/System.Windows.Media.Animation/KeySpline.xml @@ -160,7 +160,8 @@ - + + Method PresentationCore @@ -195,7 +196,8 @@ - + + Method PresentationCore @@ -291,7 +293,8 @@ - + + Method PresentationCore @@ -316,7 +319,8 @@ - + + Method PresentationCore @@ -353,7 +357,8 @@ - + + Method PresentationCore @@ -422,7 +427,8 @@ - + + Method PresentationCore @@ -495,7 +501,8 @@ - + + Method PresentationCore @@ -519,7 +526,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearByteKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearByteKeyFrame.xml index 413606d1d1c..af3ddcca036 100644 --- a/xml/System.Windows.Media.Animation/LinearByteKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearByteKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearColorKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearColorKeyFrame.xml index c43b4874e9c..37a67b37a2a 100644 --- a/xml/System.Windows.Media.Animation/LinearColorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearColorKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearDecimalKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearDecimalKeyFrame.xml index 97800baffd6..c6230383a9a 100644 --- a/xml/System.Windows.Media.Animation/LinearDecimalKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearDecimalKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearDoubleKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearDoubleKeyFrame.xml index 5d8808a0103..895ff8bd023 100644 --- a/xml/System.Windows.Media.Animation/LinearDoubleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearDoubleKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearInt16KeyFrame.xml b/xml/System.Windows.Media.Animation/LinearInt16KeyFrame.xml index 7fedbcb21ba..13ddc0f36cd 100644 --- a/xml/System.Windows.Media.Animation/LinearInt16KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearInt16KeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearInt32KeyFrame.xml b/xml/System.Windows.Media.Animation/LinearInt32KeyFrame.xml index c0a9d3bfd90..062555933a5 100644 --- a/xml/System.Windows.Media.Animation/LinearInt32KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearInt32KeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearInt64KeyFrame.xml b/xml/System.Windows.Media.Animation/LinearInt64KeyFrame.xml index 41792e0b8ec..cd836b412a1 100644 --- a/xml/System.Windows.Media.Animation/LinearInt64KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearInt64KeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearPoint3DKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearPoint3DKeyFrame.xml index 260339039a8..6853445d3dc 100644 --- a/xml/System.Windows.Media.Animation/LinearPoint3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearPoint3DKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearPointKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearPointKeyFrame.xml index f091b689513..60f850a1885 100644 --- a/xml/System.Windows.Media.Animation/LinearPointKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearPointKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearQuaternionKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearQuaternionKeyFrame.xml index 0dcd91b7ebd..6bb70dd3f18 100644 --- a/xml/System.Windows.Media.Animation/LinearQuaternionKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearQuaternionKeyFrame.xml @@ -131,7 +131,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearRectKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearRectKeyFrame.xml index a359313109d..33f3ebc4dff 100644 --- a/xml/System.Windows.Media.Animation/LinearRectKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearRectKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearRotation3DKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearRotation3DKeyFrame.xml index 2808d2ed5ce..f94a2797e2e 100644 --- a/xml/System.Windows.Media.Animation/LinearRotation3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearRotation3DKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearSingleKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearSingleKeyFrame.xml index 8a5da281a86..deff1a67d36 100644 --- a/xml/System.Windows.Media.Animation/LinearSingleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearSingleKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearSizeKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearSizeKeyFrame.xml index 71ee926193a..1509e87172d 100644 --- a/xml/System.Windows.Media.Animation/LinearSizeKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearSizeKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearThicknessKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearThicknessKeyFrame.xml index 8862d591a9d..987a53833e2 100644 --- a/xml/System.Windows.Media.Animation/LinearThicknessKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearThicknessKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/LinearVector3DKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearVector3DKeyFrame.xml index 49910eabab0..ba19aa68d4f 100644 --- a/xml/System.Windows.Media.Animation/LinearVector3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearVector3DKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/LinearVectorKeyFrame.xml b/xml/System.Windows.Media.Animation/LinearVectorKeyFrame.xml index 714cd3a1809..797318de608 100644 --- a/xml/System.Windows.Media.Animation/LinearVectorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/LinearVectorKeyFrame.xml @@ -133,7 +133,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/MatrixAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/MatrixAnimationUsingKeyFrames.xml index 3f3aec528c1..5759f72ec67 100644 --- a/xml/System.Windows.Media.Animation/MatrixAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/MatrixAnimationUsingKeyFrames.xml @@ -180,7 +180,8 @@ - + + Method PresentationCore @@ -248,7 +249,8 @@ - + + Method PresentationCore @@ -284,7 +286,8 @@ - + + Method PresentationCore @@ -504,7 +507,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/MatrixAnimationUsingPath.xml b/xml/System.Windows.Media.Animation/MatrixAnimationUsingPath.xml index 8c8f4c8e171..777ffe8d194 100644 --- a/xml/System.Windows.Media.Animation/MatrixAnimationUsingPath.xml +++ b/xml/System.Windows.Media.Animation/MatrixAnimationUsingPath.xml @@ -98,7 +98,8 @@ - + + Method PresentationCore @@ -412,7 +413,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/MatrixKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/MatrixKeyFrameCollection.xml index 6e1d846fac3..21b93c80a8b 100644 --- a/xml/System.Windows.Media.Animation/MatrixKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/MatrixKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ObjectAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/ObjectAnimationUsingKeyFrames.xml index 42507a9c61f..6066e25dbc6 100644 --- a/xml/System.Windows.Media.Animation/ObjectAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/ObjectAnimationUsingKeyFrames.xml @@ -183,7 +183,8 @@ - + + Method PresentationCore @@ -251,7 +252,8 @@ - + + Method PresentationCore @@ -287,7 +289,8 @@ - + + Method PresentationCore @@ -507,7 +510,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ObjectKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/ObjectKeyFrameCollection.xml index bc706d2c04e..eb3df138147 100644 --- a/xml/System.Windows.Media.Animation/ObjectKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/ObjectKeyFrameCollection.xml @@ -136,7 +136,8 @@ - + + Method PresentationCore @@ -169,7 +170,8 @@ - + + Method PresentationCore @@ -204,7 +206,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -407,7 +412,8 @@ - + + Method PresentationCore @@ -444,7 +450,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ParallelTimeline.xml b/xml/System.Windows.Media.Animation/ParallelTimeline.xml index dba9718338e..093496a2504 100644 --- a/xml/System.Windows.Media.Animation/ParallelTimeline.xml +++ b/xml/System.Windows.Media.Animation/ParallelTimeline.xml @@ -228,7 +228,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Point3DAnimation.xml b/xml/System.Windows.Media.Animation/Point3DAnimation.xml index 01c9940215d..d84c46f2bf8 100644 --- a/xml/System.Windows.Media.Animation/Point3DAnimation.xml +++ b/xml/System.Windows.Media.Animation/Point3DAnimation.xml @@ -325,7 +325,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Point3DAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/Point3DAnimationUsingKeyFrames.xml index 8e3034f9219..4a6e382de0b 100644 --- a/xml/System.Windows.Media.Animation/Point3DAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/Point3DAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Point3DKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/Point3DKeyFrameCollection.xml index 169ba5a86f8..7bc3bf4e0b6 100644 --- a/xml/System.Windows.Media.Animation/Point3DKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/Point3DKeyFrameCollection.xml @@ -116,7 +116,8 @@ - + + Method PresentationCore @@ -149,7 +150,8 @@ - + + Method PresentationCore @@ -184,7 +186,8 @@ - + + Method PresentationCore @@ -312,7 +315,8 @@ - + + Method PresentationCore @@ -360,7 +364,8 @@ - + + Method PresentationCore @@ -388,7 +393,8 @@ - + + Method PresentationCore @@ -425,7 +431,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/PointAnimation.xml b/xml/System.Windows.Media.Animation/PointAnimation.xml index dd910192f1d..d24f16cc74c 100644 --- a/xml/System.Windows.Media.Animation/PointAnimation.xml +++ b/xml/System.Windows.Media.Animation/PointAnimation.xml @@ -326,7 +326,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/PointAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/PointAnimationUsingKeyFrames.xml index 9306d98bf45..b7eaa1fb9e1 100644 --- a/xml/System.Windows.Media.Animation/PointAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/PointAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/PointAnimationUsingPath.xml b/xml/System.Windows.Media.Animation/PointAnimationUsingPath.xml index 4baed0ba303..0a410e9e5b8 100644 --- a/xml/System.Windows.Media.Animation/PointAnimationUsingPath.xml +++ b/xml/System.Windows.Media.Animation/PointAnimationUsingPath.xml @@ -99,7 +99,8 @@ - + + Method PresentationCore @@ -249,7 +250,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/PointKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/PointKeyFrameCollection.xml index 4394f6825a3..d61f5f7345c 100644 --- a/xml/System.Windows.Media.Animation/PointKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/PointKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/PowerEase.xml b/xml/System.Windows.Media.Animation/PowerEase.xml index 17fe9faa77e..d02419840ae 100644 --- a/xml/System.Windows.Media.Animation/PowerEase.xml +++ b/xml/System.Windows.Media.Animation/PowerEase.xml @@ -90,7 +90,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/QuadraticEase.xml b/xml/System.Windows.Media.Animation/QuadraticEase.xml index 148243a8c75..d7d8133899f 100644 --- a/xml/System.Windows.Media.Animation/QuadraticEase.xml +++ b/xml/System.Windows.Media.Animation/QuadraticEase.xml @@ -81,7 +81,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/QuarticEase.xml b/xml/System.Windows.Media.Animation/QuarticEase.xml index fa87899b0cc..36c0949f9ea 100644 --- a/xml/System.Windows.Media.Animation/QuarticEase.xml +++ b/xml/System.Windows.Media.Animation/QuarticEase.xml @@ -91,7 +91,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/QuaternionAnimation.xml b/xml/System.Windows.Media.Animation/QuaternionAnimation.xml index 348bd9474cd..54c023b423e 100644 --- a/xml/System.Windows.Media.Animation/QuaternionAnimation.xml +++ b/xml/System.Windows.Media.Animation/QuaternionAnimation.xml @@ -337,7 +337,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/QuaternionAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/QuaternionAnimationUsingKeyFrames.xml index c97a1b44078..d161b7a4498 100644 --- a/xml/System.Windows.Media.Animation/QuaternionAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/QuaternionAnimationUsingKeyFrames.xml @@ -187,7 +187,8 @@ - + + Method PresentationCore @@ -255,7 +256,8 @@ - + + Method PresentationCore @@ -292,7 +294,8 @@ - + + Method PresentationCore @@ -568,7 +571,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/QuaternionKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/QuaternionKeyFrameCollection.xml index a9a2e53c279..075bdc0aa40 100644 --- a/xml/System.Windows.Media.Animation/QuaternionKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/QuaternionKeyFrameCollection.xml @@ -119,7 +119,8 @@ - + + Method PresentationCore @@ -152,7 +153,8 @@ - + + Method PresentationCore @@ -187,7 +189,8 @@ - + + Method PresentationCore @@ -315,7 +318,8 @@ - + + Method PresentationCore @@ -363,7 +367,8 @@ - + + Method PresentationCore @@ -392,7 +397,8 @@ - + + Method PresentationCore @@ -429,7 +435,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/QuinticEase.xml b/xml/System.Windows.Media.Animation/QuinticEase.xml index fec9b031b3a..94c8aa83122 100644 --- a/xml/System.Windows.Media.Animation/QuinticEase.xml +++ b/xml/System.Windows.Media.Animation/QuinticEase.xml @@ -91,7 +91,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/RectAnimation.xml b/xml/System.Windows.Media.Animation/RectAnimation.xml index a4f51eab89f..5f40009d01c 100644 --- a/xml/System.Windows.Media.Animation/RectAnimation.xml +++ b/xml/System.Windows.Media.Animation/RectAnimation.xml @@ -329,7 +329,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/RectAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/RectAnimationUsingKeyFrames.xml index ed174226358..596447cf6af 100644 --- a/xml/System.Windows.Media.Animation/RectAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/RectAnimationUsingKeyFrames.xml @@ -177,7 +177,8 @@ - + + Method PresentationCore @@ -245,7 +246,8 @@ - + + Method PresentationCore @@ -281,7 +283,8 @@ - + + Method PresentationCore @@ -567,7 +570,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/RectKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/RectKeyFrameCollection.xml index e5f72ee7cd3..e9fda1ef9fc 100644 --- a/xml/System.Windows.Media.Animation/RectKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/RectKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Rotation3DAnimation.xml b/xml/System.Windows.Media.Animation/Rotation3DAnimation.xml index efb15783b01..f474740ac66 100644 --- a/xml/System.Windows.Media.Animation/Rotation3DAnimation.xml +++ b/xml/System.Windows.Media.Animation/Rotation3DAnimation.xml @@ -320,7 +320,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Rotation3DAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/Rotation3DAnimationUsingKeyFrames.xml index af56985fd3b..8ae94ebcf34 100644 --- a/xml/System.Windows.Media.Animation/Rotation3DAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/Rotation3DAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Rotation3DKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/Rotation3DKeyFrameCollection.xml index 50db8e5112d..ca33ded40d2 100644 --- a/xml/System.Windows.Media.Animation/Rotation3DKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/Rotation3DKeyFrameCollection.xml @@ -116,7 +116,8 @@ - + + Method PresentationCore @@ -149,7 +150,8 @@ - + + Method PresentationCore @@ -184,7 +186,8 @@ - + + Method PresentationCore @@ -312,7 +315,8 @@ - + + Method PresentationCore @@ -360,7 +364,8 @@ - + + Method PresentationCore @@ -389,7 +394,8 @@ - + + Method PresentationCore @@ -426,7 +432,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SineEase.xml b/xml/System.Windows.Media.Animation/SineEase.xml index e835078e9ad..e73dca21826 100644 --- a/xml/System.Windows.Media.Animation/SineEase.xml +++ b/xml/System.Windows.Media.Animation/SineEase.xml @@ -92,7 +92,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SingleAnimation.xml b/xml/System.Windows.Media.Animation/SingleAnimation.xml index eb6f7373dca..64b9004ee59 100644 --- a/xml/System.Windows.Media.Animation/SingleAnimation.xml +++ b/xml/System.Windows.Media.Animation/SingleAnimation.xml @@ -314,7 +314,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SingleAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/SingleAnimationUsingKeyFrames.xml index c137f03ffe1..19ad22e5549 100644 --- a/xml/System.Windows.Media.Animation/SingleAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/SingleAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SingleKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/SingleKeyFrameCollection.xml index aa447f21796..0e6e9583d80 100644 --- a/xml/System.Windows.Media.Animation/SingleKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/SingleKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SizeAnimation.xml b/xml/System.Windows.Media.Animation/SizeAnimation.xml index 76cf89acae9..2f8859980d1 100644 --- a/xml/System.Windows.Media.Animation/SizeAnimation.xml +++ b/xml/System.Windows.Media.Animation/SizeAnimation.xml @@ -326,7 +326,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SizeAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/SizeAnimationUsingKeyFrames.xml index 5e9c48a0f0f..57a04d611bf 100644 --- a/xml/System.Windows.Media.Animation/SizeAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/SizeAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -564,7 +567,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SizeKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/SizeKeyFrameCollection.xml index 752a664097c..a55cf914901 100644 --- a/xml/System.Windows.Media.Animation/SizeKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/SizeKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineByteKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineByteKeyFrame.xml index b8bfd902d55..de829d60b2e 100644 --- a/xml/System.Windows.Media.Animation/SplineByteKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineByteKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineColorKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineColorKeyFrame.xml index 9560ee363fa..38e4d9dc0b0 100644 --- a/xml/System.Windows.Media.Animation/SplineColorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineColorKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineDecimalKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineDecimalKeyFrame.xml index b3770bc9b6b..6305a037d1c 100644 --- a/xml/System.Windows.Media.Animation/SplineDecimalKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineDecimalKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineDoubleKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineDoubleKeyFrame.xml index 3edeca304a0..98460fdde86 100644 --- a/xml/System.Windows.Media.Animation/SplineDoubleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineDoubleKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineInt16KeyFrame.xml b/xml/System.Windows.Media.Animation/SplineInt16KeyFrame.xml index 0bc41a1d370..580cddd0389 100644 --- a/xml/System.Windows.Media.Animation/SplineInt16KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineInt16KeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineInt32KeyFrame.xml b/xml/System.Windows.Media.Animation/SplineInt32KeyFrame.xml index a997d4af311..3a2a2670920 100644 --- a/xml/System.Windows.Media.Animation/SplineInt32KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineInt32KeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineInt64KeyFrame.xml b/xml/System.Windows.Media.Animation/SplineInt64KeyFrame.xml index 856088cfb4c..c52751b8cdd 100644 --- a/xml/System.Windows.Media.Animation/SplineInt64KeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineInt64KeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplinePoint3DKeyFrame.xml b/xml/System.Windows.Media.Animation/SplinePoint3DKeyFrame.xml index 169b7ee1638..9e3c0223dba 100644 --- a/xml/System.Windows.Media.Animation/SplinePoint3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplinePoint3DKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplinePointKeyFrame.xml b/xml/System.Windows.Media.Animation/SplinePointKeyFrame.xml index dd0ecbdaf22..e3b3eb20629 100644 --- a/xml/System.Windows.Media.Animation/SplinePointKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplinePointKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineQuaternionKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineQuaternionKeyFrame.xml index ba361a7263d..6a5960adec6 100644 --- a/xml/System.Windows.Media.Animation/SplineQuaternionKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineQuaternionKeyFrame.xml @@ -148,7 +148,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineRectKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineRectKeyFrame.xml index 7ec6f8ab520..1530d67a4cd 100644 --- a/xml/System.Windows.Media.Animation/SplineRectKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineRectKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineRotation3DKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineRotation3DKeyFrame.xml index 21617dabc3e..3b929b60982 100644 --- a/xml/System.Windows.Media.Animation/SplineRotation3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineRotation3DKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineSingleKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineSingleKeyFrame.xml index 7db97d6aa47..06bcf4fe620 100644 --- a/xml/System.Windows.Media.Animation/SplineSingleKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineSingleKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineSizeKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineSizeKeyFrame.xml index 1f4a4ca8a3d..c483faf5d52 100644 --- a/xml/System.Windows.Media.Animation/SplineSizeKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineSizeKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineThicknessKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineThicknessKeyFrame.xml index bacfec8dd5b..503a91d9baa 100644 --- a/xml/System.Windows.Media.Animation/SplineThicknessKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineThicknessKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/SplineVector3DKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineVector3DKeyFrame.xml index 6a270df6dc9..a4a09b38043 100644 --- a/xml/System.Windows.Media.Animation/SplineVector3DKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineVector3DKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/SplineVectorKeyFrame.xml b/xml/System.Windows.Media.Animation/SplineVectorKeyFrame.xml index d524a60ded4..8aac3ce2424 100644 --- a/xml/System.Windows.Media.Animation/SplineVectorKeyFrame.xml +++ b/xml/System.Windows.Media.Animation/SplineVectorKeyFrame.xml @@ -149,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/StringAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/StringAnimationUsingKeyFrames.xml index f8d4de9d301..7a81b59deef 100644 --- a/xml/System.Windows.Media.Animation/StringAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/StringAnimationUsingKeyFrames.xml @@ -180,7 +180,8 @@ - + + Method PresentationCore @@ -248,7 +249,8 @@ - + + Method PresentationCore @@ -284,7 +286,8 @@ - + + Method PresentationCore @@ -504,7 +507,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/StringKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/StringKeyFrameCollection.xml index 87fb0a1c4f3..0647a9f1df9 100644 --- a/xml/System.Windows.Media.Animation/StringKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/StringKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -408,7 +413,8 @@ - + + Method PresentationCore @@ -445,7 +451,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/ThicknessAnimation.xml b/xml/System.Windows.Media.Animation/ThicknessAnimation.xml index 6ebcc2eef51..3a37ea30016 100644 --- a/xml/System.Windows.Media.Animation/ThicknessAnimation.xml +++ b/xml/System.Windows.Media.Animation/ThicknessAnimation.xml @@ -326,7 +326,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/ThicknessAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/ThicknessAnimationUsingKeyFrames.xml index 84c10d7ca7c..4e3ace1c448 100644 --- a/xml/System.Windows.Media.Animation/ThicknessAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/ThicknessAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationFramework @@ -252,7 +253,8 @@ - + + Method PresentationFramework @@ -288,7 +290,8 @@ - + + Method PresentationFramework @@ -564,7 +567,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/ThicknessKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/ThicknessKeyFrameCollection.xml index 4f9d892dc19..810dae56eee 100644 --- a/xml/System.Windows.Media.Animation/ThicknessKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/ThicknessKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationFramework @@ -168,7 +169,8 @@ - + + Method PresentationFramework @@ -203,7 +205,8 @@ - + + Method PresentationFramework @@ -331,7 +334,8 @@ - + + Method PresentationFramework @@ -379,7 +383,8 @@ - + + Method PresentationFramework @@ -408,7 +413,8 @@ - + + Method PresentationFramework @@ -445,7 +451,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Media.Animation/Timeline.xml b/xml/System.Windows.Media.Animation/Timeline.xml index 4ed798871b0..72217d147ef 100644 --- a/xml/System.Windows.Media.Animation/Timeline.xml +++ b/xml/System.Windows.Media.Animation/Timeline.xml @@ -531,7 +531,8 @@ - + + Method PresentationCore @@ -1184,7 +1185,8 @@ The following example uses the DesiredFrameRate property to limit several animat - + + Method PresentationCore @@ -1221,7 +1223,8 @@ The following example uses the DesiredFrameRate property to limit several animat - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/TimelineCollection.xml b/xml/System.Windows.Media.Animation/TimelineCollection.xml index 35298e00221..79f33431478 100644 --- a/xml/System.Windows.Media.Animation/TimelineCollection.xml +++ b/xml/System.Windows.Media.Animation/TimelineCollection.xml @@ -240,7 +240,8 @@ - + + Method PresentationCore @@ -266,7 +267,8 @@ - + + Method PresentationCore @@ -299,7 +301,8 @@ - + + Method PresentationCore @@ -414,7 +417,8 @@ - + + Method PresentationCore @@ -465,7 +469,8 @@ - + + Method PresentationCore @@ -491,7 +496,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Vector3DAnimation.xml b/xml/System.Windows.Media.Animation/Vector3DAnimation.xml index 9a34c7cbb38..57ff56e9d93 100644 --- a/xml/System.Windows.Media.Animation/Vector3DAnimation.xml +++ b/xml/System.Windows.Media.Animation/Vector3DAnimation.xml @@ -332,7 +332,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Vector3DAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/Vector3DAnimationUsingKeyFrames.xml index 681370cb812..67fb0d570f7 100644 --- a/xml/System.Windows.Media.Animation/Vector3DAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/Vector3DAnimationUsingKeyFrames.xml @@ -182,7 +182,8 @@ - + + Method PresentationCore @@ -234,7 +235,8 @@ - + + Method PresentationCore @@ -261,7 +263,8 @@ - + + Method PresentationCore @@ -527,7 +530,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/Vector3DKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/Vector3DKeyFrameCollection.xml index 01dc160b42e..d7fa39d7a32 100644 --- a/xml/System.Windows.Media.Animation/Vector3DKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/Vector3DKeyFrameCollection.xml @@ -119,7 +119,8 @@ - + + Method PresentationCore @@ -152,7 +153,8 @@ - + + Method PresentationCore @@ -187,7 +189,8 @@ - + + Method PresentationCore @@ -315,7 +318,8 @@ - + + Method PresentationCore @@ -363,7 +367,8 @@ - + + Method PresentationCore @@ -394,7 +399,8 @@ - + + Method PresentationCore @@ -431,7 +437,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/VectorAnimation.xml b/xml/System.Windows.Media.Animation/VectorAnimation.xml index eca73489150..680f3ce169d 100644 --- a/xml/System.Windows.Media.Animation/VectorAnimation.xml +++ b/xml/System.Windows.Media.Animation/VectorAnimation.xml @@ -325,7 +325,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/VectorAnimationUsingKeyFrames.xml b/xml/System.Windows.Media.Animation/VectorAnimationUsingKeyFrames.xml index d71093ca72e..07a4db64ccb 100644 --- a/xml/System.Windows.Media.Animation/VectorAnimationUsingKeyFrames.xml +++ b/xml/System.Windows.Media.Animation/VectorAnimationUsingKeyFrames.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore @@ -252,7 +253,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -566,7 +569,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Animation/VectorKeyFrameCollection.xml b/xml/System.Windows.Media.Animation/VectorKeyFrameCollection.xml index 98f1eb4bd7c..6ecd9cfe04e 100644 --- a/xml/System.Windows.Media.Animation/VectorKeyFrameCollection.xml +++ b/xml/System.Windows.Media.Animation/VectorKeyFrameCollection.xml @@ -135,7 +135,8 @@ - + + Method PresentationCore @@ -168,7 +169,8 @@ - + + Method PresentationCore @@ -203,7 +205,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -379,7 +383,8 @@ - + + Method PresentationCore @@ -410,7 +415,8 @@ - + + Method PresentationCore @@ -447,7 +453,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BevelBitmapEffect.xml b/xml/System.Windows.Media.Effects/BevelBitmapEffect.xml index 9849f824baa..6a8b05a88b4 100644 --- a/xml/System.Windows.Media.Effects/BevelBitmapEffect.xml +++ b/xml/System.Windows.Media.Effects/BevelBitmapEffect.xml @@ -227,7 +227,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BitmapEffect.xml b/xml/System.Windows.Media.Effects/BitmapEffect.xml index fcef36f1c88..57b99a59881 100644 --- a/xml/System.Windows.Media.Effects/BitmapEffect.xml +++ b/xml/System.Windows.Media.Effects/BitmapEffect.xml @@ -111,7 +111,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BitmapEffectCollection.xml b/xml/System.Windows.Media.Effects/BitmapEffectCollection.xml index 0a8964cdf39..f02c2a3a575 100644 --- a/xml/System.Windows.Media.Effects/BitmapEffectCollection.xml +++ b/xml/System.Windows.Media.Effects/BitmapEffectCollection.xml @@ -216,7 +216,8 @@ - + + Method PresentationCore @@ -242,7 +243,8 @@ - + + Method PresentationCore @@ -275,7 +277,8 @@ - + + Method PresentationCore @@ -400,7 +403,8 @@ - + + Method PresentationCore @@ -451,7 +455,8 @@ - + + Method PresentationCore @@ -477,7 +482,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BitmapEffectGroup.xml b/xml/System.Windows.Media.Effects/BitmapEffectGroup.xml index 84fbaf8f088..6da96750e92 100644 --- a/xml/System.Windows.Media.Effects/BitmapEffectGroup.xml +++ b/xml/System.Windows.Media.Effects/BitmapEffectGroup.xml @@ -200,7 +200,8 @@ Effects in a BitmapEffectGroup - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BitmapEffectInput.xml b/xml/System.Windows.Media.Effects/BitmapEffectInput.xml index a57683fe2c8..797c994bafd 100644 --- a/xml/System.Windows.Media.Effects/BitmapEffectInput.xml +++ b/xml/System.Windows.Media.Effects/BitmapEffectInput.xml @@ -247,7 +247,8 @@ - + + Method PresentationCore @@ -303,7 +304,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BlurBitmapEffect.xml b/xml/System.Windows.Media.Effects/BlurBitmapEffect.xml index 8e0e7bbbe45..49ab6c3ce4d 100644 --- a/xml/System.Windows.Media.Effects/BlurBitmapEffect.xml +++ b/xml/System.Windows.Media.Effects/BlurBitmapEffect.xml @@ -145,7 +145,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/BlurEffect.xml b/xml/System.Windows.Media.Effects/BlurEffect.xml index 53e33cfd1c3..a93fb335d6a 100644 --- a/xml/System.Windows.Media.Effects/BlurEffect.xml +++ b/xml/System.Windows.Media.Effects/BlurEffect.xml @@ -102,7 +102,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/DropShadowBitmapEffect.xml b/xml/System.Windows.Media.Effects/DropShadowBitmapEffect.xml index c2947048bf3..34f091878f3 100644 --- a/xml/System.Windows.Media.Effects/DropShadowBitmapEffect.xml +++ b/xml/System.Windows.Media.Effects/DropShadowBitmapEffect.xml @@ -195,7 +195,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/DropShadowEffect.xml b/xml/System.Windows.Media.Effects/DropShadowEffect.xml index 070d7d79c5e..6b9f71355e0 100644 --- a/xml/System.Windows.Media.Effects/DropShadowEffect.xml +++ b/xml/System.Windows.Media.Effects/DropShadowEffect.xml @@ -200,7 +200,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/Effect.xml b/xml/System.Windows.Media.Effects/Effect.xml index 689b44cd43e..a91ac73ed5d 100644 --- a/xml/System.Windows.Media.Effects/Effect.xml +++ b/xml/System.Windows.Media.Effects/Effect.xml @@ -95,7 +95,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/EmbossBitmapEffect.xml b/xml/System.Windows.Media.Effects/EmbossBitmapEffect.xml index bbb7da8013a..a68a7b3cbad 100644 --- a/xml/System.Windows.Media.Effects/EmbossBitmapEffect.xml +++ b/xml/System.Windows.Media.Effects/EmbossBitmapEffect.xml @@ -143,7 +143,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/OuterGlowBitmapEffect.xml b/xml/System.Windows.Media.Effects/OuterGlowBitmapEffect.xml index 27ab23a32c0..4c7485be895 100644 --- a/xml/System.Windows.Media.Effects/OuterGlowBitmapEffect.xml +++ b/xml/System.Windows.Media.Effects/OuterGlowBitmapEffect.xml @@ -159,7 +159,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/PixelShader.xml b/xml/System.Windows.Media.Effects/PixelShader.xml index d5194a59b21..1c1df44c913 100644 --- a/xml/System.Windows.Media.Effects/PixelShader.xml +++ b/xml/System.Windows.Media.Effects/PixelShader.xml @@ -93,7 +93,8 @@ - + + Method PresentationCore @@ -119,7 +120,8 @@ - + + Method PresentationCore @@ -153,7 +155,8 @@ - + + Method PresentationCore @@ -179,7 +182,8 @@ - + + Method PresentationCore @@ -203,7 +207,8 @@ - + + Method PresentationCore @@ -229,7 +234,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Effects/ShaderEffect.xml b/xml/System.Windows.Media.Effects/ShaderEffect.xml index d0bb75b6203..f9f8a579697 100644 --- a/xml/System.Windows.Media.Effects/ShaderEffect.xml +++ b/xml/System.Windows.Media.Effects/ShaderEffect.xml @@ -131,7 +131,8 @@ - + + Method PresentationCore @@ -191,7 +192,8 @@ - + + Method PresentationCore @@ -218,7 +220,8 @@ - + + Method PresentationCore @@ -302,7 +305,8 @@ tex2D(sampler, nextPixelUV); - + + Method PresentationCore @@ -329,7 +333,8 @@ tex2D(sampler, nextPixelUV); - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/BitmapDecoder.xml b/xml/System.Windows.Media.Imaging/BitmapDecoder.xml index d399889467e..8a2e9a4ed13 100644 --- a/xml/System.Windows.Media.Imaging/BitmapDecoder.xml +++ b/xml/System.Windows.Media.Imaging/BitmapDecoder.xml @@ -427,7 +427,8 @@ - + + Method PresentationCore @@ -678,7 +679,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/BitmapImage.xml b/xml/System.Windows.Media.Imaging/BitmapImage.xml index 2ea617d6470..36fd52888e1 100644 --- a/xml/System.Windows.Media.Imaging/BitmapImage.xml +++ b/xml/System.Windows.Media.Imaging/BitmapImage.xml @@ -436,7 +436,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/BitmapMetadata.xml b/xml/System.Windows.Media.Imaging/BitmapMetadata.xml index b8d1e935479..9aa61eb40ec 100644 --- a/xml/System.Windows.Media.Imaging/BitmapMetadata.xml +++ b/xml/System.Windows.Media.Imaging/BitmapMetadata.xml @@ -289,7 +289,8 @@ - + + Method PresentationCore @@ -327,7 +328,8 @@ - + + Method PresentationCore @@ -490,7 +492,8 @@ - + + Method PresentationCore @@ -587,7 +590,8 @@ - + + Method PresentationCore @@ -625,7 +629,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/BitmapSource.xml b/xml/System.Windows.Media.Imaging/BitmapSource.xml index a9789180147..88d646daa51 100644 --- a/xml/System.Windows.Media.Imaging/BitmapSource.xml +++ b/xml/System.Windows.Media.Imaging/BitmapSource.xml @@ -164,7 +164,8 @@ - + + Method PresentationCore @@ -234,7 +235,8 @@ - + + Method PresentationCore @@ -752,7 +754,8 @@ - + + Method PresentationCore @@ -789,7 +792,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/CachedBitmap.xml b/xml/System.Windows.Media.Imaging/CachedBitmap.xml index 1b50301d0b2..da673c7032d 100644 --- a/xml/System.Windows.Media.Imaging/CachedBitmap.xml +++ b/xml/System.Windows.Media.Imaging/CachedBitmap.xml @@ -219,7 +219,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/ColorConvertedBitmap.xml b/xml/System.Windows.Media.Imaging/ColorConvertedBitmap.xml index 8a1b319acdb..731c7ca80bd 100644 --- a/xml/System.Windows.Media.Imaging/ColorConvertedBitmap.xml +++ b/xml/System.Windows.Media.Imaging/ColorConvertedBitmap.xml @@ -301,7 +301,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/CroppedBitmap.xml b/xml/System.Windows.Media.Imaging/CroppedBitmap.xml index 395b42919cf..cdfd1041b63 100644 --- a/xml/System.Windows.Media.Imaging/CroppedBitmap.xml +++ b/xml/System.Windows.Media.Imaging/CroppedBitmap.xml @@ -289,7 +289,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/FormatConvertedBitmap.xml b/xml/System.Windows.Media.Imaging/FormatConvertedBitmap.xml index 6afd1aca20a..ac449e8f8b7 100644 --- a/xml/System.Windows.Media.Imaging/FormatConvertedBitmap.xml +++ b/xml/System.Windows.Media.Imaging/FormatConvertedBitmap.xml @@ -348,7 +348,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/RenderTargetBitmap.xml b/xml/System.Windows.Media.Imaging/RenderTargetBitmap.xml index 23e405e8539..938f9eab3b3 100644 --- a/xml/System.Windows.Media.Imaging/RenderTargetBitmap.xml +++ b/xml/System.Windows.Media.Imaging/RenderTargetBitmap.xml @@ -154,7 +154,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/TransformedBitmap.xml b/xml/System.Windows.Media.Imaging/TransformedBitmap.xml index 54e2d87f43d..27d70cebef7 100644 --- a/xml/System.Windows.Media.Imaging/TransformedBitmap.xml +++ b/xml/System.Windows.Media.Imaging/TransformedBitmap.xml @@ -284,7 +284,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Imaging/WriteableBitmap.xml b/xml/System.Windows.Media.Imaging/WriteableBitmap.xml index cd23f0343bf..31e1f605d68 100644 --- a/xml/System.Windows.Media.Imaging/WriteableBitmap.xml +++ b/xml/System.Windows.Media.Imaging/WriteableBitmap.xml @@ -417,7 +417,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/AmbientLight.xml b/xml/System.Windows.Media.Media3D/AmbientLight.xml index 6bfb088db75..8d6d6dfd0e5 100644 --- a/xml/System.Windows.Media.Media3D/AmbientLight.xml +++ b/xml/System.Windows.Media.Media3D/AmbientLight.xml @@ -181,7 +181,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/AxisAngleRotation3D.xml b/xml/System.Windows.Media.Media3D/AxisAngleRotation3D.xml index b24586c4c64..e5a2521f12f 100644 --- a/xml/System.Windows.Media.Media3D/AxisAngleRotation3D.xml +++ b/xml/System.Windows.Media.Media3D/AxisAngleRotation3D.xml @@ -324,7 +324,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Camera.xml b/xml/System.Windows.Media.Media3D/Camera.xml index 4380bc64276..b71f3ef3d1a 100644 --- a/xml/System.Windows.Media.Media3D/Camera.xml +++ b/xml/System.Windows.Media.Media3D/Camera.xml @@ -79,7 +79,8 @@ - + + Method PresentationCore @@ -161,7 +162,8 @@ - + + Method PresentationCore @@ -185,7 +187,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/DiffuseMaterial.xml b/xml/System.Windows.Media.Media3D/DiffuseMaterial.xml index f4eab9b9195..59893a74ce4 100644 --- a/xml/System.Windows.Media.Media3D/DiffuseMaterial.xml +++ b/xml/System.Windows.Media.Media3D/DiffuseMaterial.xml @@ -322,7 +322,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/DirectionalLight.xml b/xml/System.Windows.Media.Media3D/DirectionalLight.xml index 72935ef9600..b702a9f93ec 100644 --- a/xml/System.Windows.Media.Media3D/DirectionalLight.xml +++ b/xml/System.Windows.Media.Media3D/DirectionalLight.xml @@ -183,7 +183,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/EmissiveMaterial.xml b/xml/System.Windows.Media.Media3D/EmissiveMaterial.xml index 2d2c6ba88c7..9711deaabd4 100644 --- a/xml/System.Windows.Media.Media3D/EmissiveMaterial.xml +++ b/xml/System.Windows.Media.Media3D/EmissiveMaterial.xml @@ -294,7 +294,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/GeneralTransform2DTo3D.xml b/xml/System.Windows.Media.Media3D/GeneralTransform2DTo3D.xml index 41fc2dbc93a..afe947b52d6 100644 --- a/xml/System.Windows.Media.Media3D/GeneralTransform2DTo3D.xml +++ b/xml/System.Windows.Media.Media3D/GeneralTransform2DTo3D.xml @@ -38,7 +38,8 @@ - + + Method PresentationCore @@ -72,7 +73,8 @@ - + + Method PresentationCore @@ -106,7 +108,8 @@ - + + Method PresentationCore @@ -138,7 +141,8 @@ - + + Method PresentationCore @@ -172,7 +176,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/GeneralTransform3D.xml b/xml/System.Windows.Media.Media3D/GeneralTransform3D.xml index 1ed218322c7..00acc7998b7 100644 --- a/xml/System.Windows.Media.Media3D/GeneralTransform3D.xml +++ b/xml/System.Windows.Media.Media3D/GeneralTransform3D.xml @@ -83,7 +83,8 @@ - + + Method PresentationCore @@ -206,7 +207,8 @@ - + + Method PresentationCore @@ -237,7 +239,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/GeneralTransform3DCollection.xml b/xml/System.Windows.Media.Media3D/GeneralTransform3DCollection.xml index 964afc9985f..656935aa323 100644 --- a/xml/System.Windows.Media.Media3D/GeneralTransform3DCollection.xml +++ b/xml/System.Windows.Media.Media3D/GeneralTransform3DCollection.xml @@ -300,7 +300,8 @@ - + + Method PresentationCore @@ -326,7 +327,8 @@ - + + Method PresentationCore @@ -361,7 +363,8 @@ - + + Method PresentationCore @@ -509,7 +512,8 @@ - + + Method PresentationCore @@ -560,7 +564,8 @@ - + + Method PresentationCore @@ -586,7 +591,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/GeneralTransform3DGroup.xml b/xml/System.Windows.Media.Media3D/GeneralTransform3DGroup.xml index b8d559eefaf..e8f0b078d46 100644 --- a/xml/System.Windows.Media.Media3D/GeneralTransform3DGroup.xml +++ b/xml/System.Windows.Media.Media3D/GeneralTransform3DGroup.xml @@ -217,7 +217,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/GeneralTransform3DTo2D.xml b/xml/System.Windows.Media.Media3D/GeneralTransform3DTo2D.xml index bfe5f797d45..d812f78f895 100644 --- a/xml/System.Windows.Media.Media3D/GeneralTransform3DTo2D.xml +++ b/xml/System.Windows.Media.Media3D/GeneralTransform3DTo2D.xml @@ -38,7 +38,8 @@ - + + Method PresentationCore @@ -72,7 +73,8 @@ - + + Method PresentationCore @@ -106,7 +108,8 @@ - + + Method PresentationCore @@ -138,7 +141,8 @@ - + + Method PresentationCore @@ -172,7 +176,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Geometry3D.xml b/xml/System.Windows.Media.Media3D/Geometry3D.xml index c58c3d7a01a..a8b629a4244 100644 --- a/xml/System.Windows.Media.Media3D/Geometry3D.xml +++ b/xml/System.Windows.Media.Media3D/Geometry3D.xml @@ -105,7 +105,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/GeometryModel3D.xml b/xml/System.Windows.Media.Media3D/GeometryModel3D.xml index adffd6fbcff..42c8ea7e52f 100644 --- a/xml/System.Windows.Media.Media3D/GeometryModel3D.xml +++ b/xml/System.Windows.Media.Media3D/GeometryModel3D.xml @@ -255,7 +255,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Material.xml b/xml/System.Windows.Media.Media3D/Material.xml index e2a3e3135d5..4e8a2f91888 100644 --- a/xml/System.Windows.Media.Media3D/Material.xml +++ b/xml/System.Windows.Media.Media3D/Material.xml @@ -77,7 +77,8 @@ - + + Method PresentationCore @@ -159,7 +160,8 @@ - + + Method PresentationCore @@ -183,7 +185,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/MaterialCollection.xml b/xml/System.Windows.Media.Media3D/MaterialCollection.xml index ee8f5d7fcd9..6ea6bd0ca3e 100644 --- a/xml/System.Windows.Media.Media3D/MaterialCollection.xml +++ b/xml/System.Windows.Media.Media3D/MaterialCollection.xml @@ -238,7 +238,8 @@ - + + Method PresentationCore @@ -264,7 +265,8 @@ - + + Method PresentationCore @@ -295,7 +297,8 @@ - + + Method PresentationCore @@ -410,7 +413,8 @@ - + + Method PresentationCore @@ -461,7 +465,8 @@ - + + Method PresentationCore @@ -487,7 +492,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/MaterialGroup.xml b/xml/System.Windows.Media.Media3D/MaterialGroup.xml index d707f01ae65..b12bc5450f3 100644 --- a/xml/System.Windows.Media.Media3D/MaterialGroup.xml +++ b/xml/System.Windows.Media.Media3D/MaterialGroup.xml @@ -191,7 +191,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/MatrixCamera.xml b/xml/System.Windows.Media.Media3D/MatrixCamera.xml index eeecb71b565..815abe0d63c 100644 --- a/xml/System.Windows.Media.Media3D/MatrixCamera.xml +++ b/xml/System.Windows.Media.Media3D/MatrixCamera.xml @@ -183,7 +183,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/MatrixTransform3D.xml b/xml/System.Windows.Media.Media3D/MatrixTransform3D.xml index 68f3738be81..3c128d88102 100644 --- a/xml/System.Windows.Media.Media3D/MatrixTransform3D.xml +++ b/xml/System.Windows.Media.Media3D/MatrixTransform3D.xml @@ -159,7 +159,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/MeshGeometry3D.xml b/xml/System.Windows.Media.Media3D/MeshGeometry3D.xml index 182317cbba1..e345c2cfbea 100644 --- a/xml/System.Windows.Media.Media3D/MeshGeometry3D.xml +++ b/xml/System.Windows.Media.Media3D/MeshGeometry3D.xml @@ -160,7 +160,8 @@ - + + Method PresentationCore @@ -257,7 +258,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Model3D.xml b/xml/System.Windows.Media.Media3D/Model3D.xml index 932c5b3d67c..faec8ac1cd7 100644 --- a/xml/System.Windows.Media.Media3D/Model3D.xml +++ b/xml/System.Windows.Media.Media3D/Model3D.xml @@ -108,7 +108,8 @@ - + + Method PresentationCore @@ -190,7 +191,8 @@ - + + Method PresentationCore @@ -214,7 +216,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Model3DCollection.xml b/xml/System.Windows.Media.Media3D/Model3DCollection.xml index 0ce2a1e3395..23e2de142b4 100644 --- a/xml/System.Windows.Media.Media3D/Model3DCollection.xml +++ b/xml/System.Windows.Media.Media3D/Model3DCollection.xml @@ -230,7 +230,8 @@ - + + Method PresentationCore @@ -256,7 +257,8 @@ - + + Method PresentationCore @@ -289,7 +291,8 @@ - + + Method PresentationCore @@ -404,7 +407,8 @@ - + + Method PresentationCore @@ -455,7 +459,8 @@ - + + Method PresentationCore @@ -481,7 +486,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Model3DGroup.xml b/xml/System.Windows.Media.Media3D/Model3DGroup.xml index 673859a563a..2f3ef841333 100644 --- a/xml/System.Windows.Media.Media3D/Model3DGroup.xml +++ b/xml/System.Windows.Media.Media3D/Model3DGroup.xml @@ -184,7 +184,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/OrthographicCamera.xml b/xml/System.Windows.Media.Media3D/OrthographicCamera.xml index a9eca19d529..04ec07e3017 100644 --- a/xml/System.Windows.Media.Media3D/OrthographicCamera.xml +++ b/xml/System.Windows.Media.Media3D/OrthographicCamera.xml @@ -189,7 +189,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/PerspectiveCamera.xml b/xml/System.Windows.Media.Media3D/PerspectiveCamera.xml index 6594155ddb9..8f350aedfc0 100644 --- a/xml/System.Windows.Media.Media3D/PerspectiveCamera.xml +++ b/xml/System.Windows.Media.Media3D/PerspectiveCamera.xml @@ -182,7 +182,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Point3DCollection.xml b/xml/System.Windows.Media.Media3D/Point3DCollection.xml index 165956a9001..b0d3444dce6 100644 --- a/xml/System.Windows.Media.Media3D/Point3DCollection.xml +++ b/xml/System.Windows.Media.Media3D/Point3DCollection.xml @@ -239,7 +239,8 @@ - + + Method PresentationCore @@ -272,7 +273,8 @@ - + + Method PresentationCore @@ -298,7 +300,8 @@ - + + Method PresentationCore @@ -331,7 +334,8 @@ - + + Method PresentationCore @@ -446,7 +450,8 @@ - + + Method PresentationCore @@ -470,7 +475,8 @@ - + + Method PresentationCore @@ -496,7 +502,8 @@ - + + Method PresentationCore @@ -1299,7 +1306,8 @@ - + + Method PresentationCore @@ -1323,7 +1331,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/PointLight.xml b/xml/System.Windows.Media.Media3D/PointLight.xml index 56884d0ea8f..a22ffc35bd3 100644 --- a/xml/System.Windows.Media.Media3D/PointLight.xml +++ b/xml/System.Windows.Media.Media3D/PointLight.xml @@ -177,7 +177,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/QuaternionRotation3D.xml b/xml/System.Windows.Media.Media3D/QuaternionRotation3D.xml index eb838858226..7eb59f824d2 100644 --- a/xml/System.Windows.Media.Media3D/QuaternionRotation3D.xml +++ b/xml/System.Windows.Media.Media3D/QuaternionRotation3D.xml @@ -170,7 +170,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/RotateTransform3D.xml b/xml/System.Windows.Media.Media3D/RotateTransform3D.xml index 5e913b5a241..a8702cfc7e2 100644 --- a/xml/System.Windows.Media.Media3D/RotateTransform3D.xml +++ b/xml/System.Windows.Media.Media3D/RotateTransform3D.xml @@ -414,7 +414,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Rotation3D.xml b/xml/System.Windows.Media.Media3D/Rotation3D.xml index 44ca3b134a5..21d523577a5 100644 --- a/xml/System.Windows.Media.Media3D/Rotation3D.xml +++ b/xml/System.Windows.Media.Media3D/Rotation3D.xml @@ -65,7 +65,8 @@ - + + Method PresentationCore @@ -176,7 +177,8 @@ - + + Method PresentationCore @@ -200,7 +202,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/ScaleTransform3D.xml b/xml/System.Windows.Media.Media3D/ScaleTransform3D.xml index 6afd30898e8..471cd53c62c 100644 --- a/xml/System.Windows.Media.Media3D/ScaleTransform3D.xml +++ b/xml/System.Windows.Media.Media3D/ScaleTransform3D.xml @@ -422,7 +422,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/SpecularMaterial.xml b/xml/System.Windows.Media.Media3D/SpecularMaterial.xml index e48636e48ba..f985cd59f17 100644 --- a/xml/System.Windows.Media.Media3D/SpecularMaterial.xml +++ b/xml/System.Windows.Media.Media3D/SpecularMaterial.xml @@ -319,7 +319,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/SpotLight.xml b/xml/System.Windows.Media.Media3D/SpotLight.xml index fe94405fce6..dec3bb48ee0 100644 --- a/xml/System.Windows.Media.Media3D/SpotLight.xml +++ b/xml/System.Windows.Media.Media3D/SpotLight.xml @@ -176,7 +176,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Transform3DCollection.xml b/xml/System.Windows.Media.Media3D/Transform3DCollection.xml index 661f33c8e8d..ddc0a2aa1a4 100644 --- a/xml/System.Windows.Media.Media3D/Transform3DCollection.xml +++ b/xml/System.Windows.Media.Media3D/Transform3DCollection.xml @@ -228,7 +228,8 @@ - + + Method PresentationCore @@ -254,7 +255,8 @@ - + + Method PresentationCore @@ -287,7 +289,8 @@ - + + Method PresentationCore @@ -402,7 +405,8 @@ - + + Method PresentationCore @@ -453,7 +457,8 @@ - + + Method PresentationCore @@ -479,7 +484,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Transform3DGroup.xml b/xml/System.Windows.Media.Media3D/Transform3DGroup.xml index 210103ce25b..7d1ce298039 100644 --- a/xml/System.Windows.Media.Media3D/Transform3DGroup.xml +++ b/xml/System.Windows.Media.Media3D/Transform3DGroup.xml @@ -187,7 +187,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/TranslateTransform3D.xml b/xml/System.Windows.Media.Media3D/TranslateTransform3D.xml index ed24a36ff12..dddef103aa5 100644 --- a/xml/System.Windows.Media.Media3D/TranslateTransform3D.xml +++ b/xml/System.Windows.Media.Media3D/TranslateTransform3D.xml @@ -182,7 +182,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media.Media3D/Vector3DCollection.xml b/xml/System.Windows.Media.Media3D/Vector3DCollection.xml index 37541aaf9b4..0ca4df0df11 100644 --- a/xml/System.Windows.Media.Media3D/Vector3DCollection.xml +++ b/xml/System.Windows.Media.Media3D/Vector3DCollection.xml @@ -232,7 +232,8 @@ - + + Method PresentationCore @@ -265,7 +266,8 @@ - + + Method PresentationCore @@ -291,7 +293,8 @@ - + + Method PresentationCore @@ -324,7 +327,8 @@ - + + Method PresentationCore @@ -439,7 +443,8 @@ - + + Method PresentationCore @@ -463,7 +468,8 @@ - + + Method PresentationCore @@ -489,7 +495,8 @@ - + + Method PresentationCore @@ -1289,7 +1296,8 @@ - + + Method PresentationCore @@ -1313,7 +1321,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/ArcSegment.xml b/xml/System.Windows.Media/ArcSegment.xml index 49fe4319aa3..f7bfdc99623 100644 --- a/xml/System.Windows.Media/ArcSegment.xml +++ b/xml/System.Windows.Media/ArcSegment.xml @@ -234,7 +234,8 @@ ArcSegment objects with different SweepDirection settings - + + Method PresentationCore diff --git a/xml/System.Windows.Media/BezierSegment.xml b/xml/System.Windows.Media/BezierSegment.xml index db733557e48..462be02caf8 100644 --- a/xml/System.Windows.Media/BezierSegment.xml +++ b/xml/System.Windows.Media/BezierSegment.xml @@ -191,7 +191,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/BitmapCache.xml b/xml/System.Windows.Media/BitmapCache.xml index 310979f8914..c765f2ae932 100644 --- a/xml/System.Windows.Media/BitmapCache.xml +++ b/xml/System.Windows.Media/BitmapCache.xml @@ -162,7 +162,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/BitmapCacheBrush.xml b/xml/System.Windows.Media/BitmapCacheBrush.xml index 0c927b406fb..3eaa4475876 100644 --- a/xml/System.Windows.Media/BitmapCacheBrush.xml +++ b/xml/System.Windows.Media/BitmapCacheBrush.xml @@ -273,7 +273,8 @@ - + + Method PresentationCore @@ -296,7 +297,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/Brush.xml b/xml/System.Windows.Media/Brush.xml index c8fb8ee05ad..1f2e240f7f0 100644 --- a/xml/System.Windows.Media/Brush.xml +++ b/xml/System.Windows.Media/Brush.xml @@ -152,7 +152,8 @@ - + + Method PresentationCore @@ -358,7 +359,8 @@ - + + Method PresentationCore @@ -382,7 +384,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/CacheMode.xml b/xml/System.Windows.Media/CacheMode.xml index eafed04f6ac..a9de26e6c8d 100644 --- a/xml/System.Windows.Media/CacheMode.xml +++ b/xml/System.Windows.Media/CacheMode.xml @@ -59,7 +59,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/CombinedGeometry.xml b/xml/System.Windows.Media/CombinedGeometry.xml index 2387a9113d4..1a23beb6470 100644 --- a/xml/System.Windows.Media/CombinedGeometry.xml +++ b/xml/System.Windows.Media/CombinedGeometry.xml @@ -263,7 +263,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/DashStyle.xml b/xml/System.Windows.Media/DashStyle.xml index 57a3bd86548..0be385be7fc 100644 --- a/xml/System.Windows.Media/DashStyle.xml +++ b/xml/System.Windows.Media/DashStyle.xml @@ -152,7 +152,8 @@ - + + Method PresentationCore @@ -187,7 +188,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/DoubleCollection.xml b/xml/System.Windows.Media/DoubleCollection.xml index 68760c05417..affa087a4d4 100644 --- a/xml/System.Windows.Media/DoubleCollection.xml +++ b/xml/System.Windows.Media/DoubleCollection.xml @@ -241,7 +241,8 @@ - + + Method PresentationCore @@ -274,7 +275,8 @@ - + + Method PresentationCore @@ -300,7 +302,8 @@ - + + Method PresentationCore @@ -333,7 +336,8 @@ - + + Method PresentationCore @@ -459,7 +463,8 @@ - + + Method PresentationCore @@ -483,7 +488,8 @@ - + + Method PresentationCore @@ -509,7 +515,8 @@ - + + Method PresentationCore @@ -1343,7 +1350,8 @@ - + + Method PresentationCore @@ -1367,7 +1375,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/Drawing.xml b/xml/System.Windows.Media/Drawing.xml index a02afa8d885..3af29ded20b 100644 --- a/xml/System.Windows.Media/Drawing.xml +++ b/xml/System.Windows.Media/Drawing.xml @@ -109,7 +109,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/DrawingBrush.xml b/xml/System.Windows.Media/DrawingBrush.xml index 6404cb5f0a6..501536a9bbc 100644 --- a/xml/System.Windows.Media/DrawingBrush.xml +++ b/xml/System.Windows.Media/DrawingBrush.xml @@ -156,7 +156,8 @@ Shapes and text painted with a drawing brush - + + Method PresentationCore diff --git a/xml/System.Windows.Media/DrawingCollection.xml b/xml/System.Windows.Media/DrawingCollection.xml index 963b444cca2..cef9f5847af 100644 --- a/xml/System.Windows.Media/DrawingCollection.xml +++ b/xml/System.Windows.Media/DrawingCollection.xml @@ -271,7 +271,8 @@ - + + Method PresentationCore @@ -297,7 +298,8 @@ - + + Method PresentationCore @@ -330,7 +332,8 @@ - + + Method PresentationCore @@ -457,7 +460,8 @@ - + + Method PresentationCore @@ -508,7 +512,8 @@ - + + Method PresentationCore @@ -534,7 +539,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/DrawingGroup.xml b/xml/System.Windows.Media/DrawingGroup.xml index f72f16825a0..f0d6443b019 100644 --- a/xml/System.Windows.Media/DrawingGroup.xml +++ b/xml/System.Windows.Media/DrawingGroup.xml @@ -470,7 +470,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/DrawingImage.xml b/xml/System.Windows.Media/DrawingImage.xml index 747341f0bcb..49e00d7673a 100644 --- a/xml/System.Windows.Media/DrawingImage.xml +++ b/xml/System.Windows.Media/DrawingImage.xml @@ -145,7 +145,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/EllipseGeometry.xml b/xml/System.Windows.Media/EllipseGeometry.xml index cea7dee7b9c..8b088e2f5a7 100644 --- a/xml/System.Windows.Media/EllipseGeometry.xml +++ b/xml/System.Windows.Media/EllipseGeometry.xml @@ -312,7 +312,8 @@ Two EllipseGeometry objects - + + Method PresentationCore diff --git a/xml/System.Windows.Media/FontFamilyMap.xml b/xml/System.Windows.Media/FontFamilyMap.xml index 2fa7c320070..c888b798a59 100644 --- a/xml/System.Windows.Media/FontFamilyMap.xml +++ b/xml/System.Windows.Media/FontFamilyMap.xml @@ -167,7 +167,11 @@ 5.0.0.0 - + + [System.Windows.Markup.DesignerSerializationOptions] + [<System.Windows.Markup.DesignerSerializationOptions>] + + [System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)] [<System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)>] @@ -212,7 +216,11 @@ 5.0.0.0 - + + [System.Windows.Markup.DesignerSerializationOptions] + [<System.Windows.Markup.DesignerSerializationOptions>] + + [System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)] [<System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)>] diff --git a/xml/System.Windows.Media/GeneralTransform.xml b/xml/System.Windows.Media/GeneralTransform.xml index 9e4fa2379c8..151eca869fd 100644 --- a/xml/System.Windows.Media/GeneralTransform.xml +++ b/xml/System.Windows.Media/GeneralTransform.xml @@ -103,7 +103,8 @@ - + + Method PresentationCore @@ -208,7 +209,8 @@ - + + Method PresentationCore @@ -232,7 +234,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GeneralTransformCollection.xml b/xml/System.Windows.Media/GeneralTransformCollection.xml index 2708d04bad7..399b69e915d 100644 --- a/xml/System.Windows.Media/GeneralTransformCollection.xml +++ b/xml/System.Windows.Media/GeneralTransformCollection.xml @@ -270,7 +270,8 @@ - + + Method PresentationCore @@ -296,7 +297,8 @@ - + + Method PresentationCore @@ -329,7 +331,8 @@ - + + Method PresentationCore @@ -462,7 +465,8 @@ - + + Method PresentationCore @@ -513,7 +517,8 @@ - + + Method PresentationCore @@ -539,7 +544,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GeneralTransformGroup.xml b/xml/System.Windows.Media/GeneralTransformGroup.xml index eed37a0e444..ecf735df45f 100644 --- a/xml/System.Windows.Media/GeneralTransformGroup.xml +++ b/xml/System.Windows.Media/GeneralTransformGroup.xml @@ -194,7 +194,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/Geometry.xml b/xml/System.Windows.Media/Geometry.xml index 79298326a1e..94d69267a8d 100644 --- a/xml/System.Windows.Media/Geometry.xml +++ b/xml/System.Windows.Media/Geometry.xml @@ -127,7 +127,8 @@ - + + Method PresentationCore @@ -1337,7 +1338,8 @@ - + + Method PresentationCore @@ -1361,7 +1363,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GeometryCollection.xml b/xml/System.Windows.Media/GeometryCollection.xml index 59cb5eddde7..a5b4d79c797 100644 --- a/xml/System.Windows.Media/GeometryCollection.xml +++ b/xml/System.Windows.Media/GeometryCollection.xml @@ -240,7 +240,8 @@ - + + Method PresentationCore @@ -266,7 +267,8 @@ - + + Method PresentationCore @@ -299,7 +301,8 @@ - + + Method PresentationCore @@ -414,7 +417,8 @@ - + + Method PresentationCore @@ -465,7 +469,8 @@ - + + Method PresentationCore @@ -491,7 +496,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GeometryDrawing.xml b/xml/System.Windows.Media/GeometryDrawing.xml index d4568d7016e..0918796a948 100644 --- a/xml/System.Windows.Media/GeometryDrawing.xml +++ b/xml/System.Windows.Media/GeometryDrawing.xml @@ -220,7 +220,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GeometryGroup.xml b/xml/System.Windows.Media/GeometryGroup.xml index 1663f0de376..bd210b478c6 100644 --- a/xml/System.Windows.Media/GeometryGroup.xml +++ b/xml/System.Windows.Media/GeometryGroup.xml @@ -197,7 +197,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GlyphRunDrawing.xml b/xml/System.Windows.Media/GlyphRunDrawing.xml index ec574476213..899c837af81 100644 --- a/xml/System.Windows.Media/GlyphRunDrawing.xml +++ b/xml/System.Windows.Media/GlyphRunDrawing.xml @@ -174,7 +174,8 @@ Various typographic qualities of two different glyph characters - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GradientStop.xml b/xml/System.Windows.Media/GradientStop.xml index 2ca84ec904f..8cb6e24dda1 100644 --- a/xml/System.Windows.Media/GradientStop.xml +++ b/xml/System.Windows.Media/GradientStop.xml @@ -144,7 +144,8 @@ - + + Method PresentationCore @@ -241,7 +242,8 @@ - + + Method PresentationCore @@ -376,7 +378,8 @@ - + + Method PresentationCore @@ -400,7 +403,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GradientStopCollection.xml b/xml/System.Windows.Media/GradientStopCollection.xml index 67d56fe6d0f..1715cc3fd9b 100644 --- a/xml/System.Windows.Media/GradientStopCollection.xml +++ b/xml/System.Windows.Media/GradientStopCollection.xml @@ -279,7 +279,8 @@ - + + Method PresentationCore @@ -305,7 +306,8 @@ - + + Method PresentationCore @@ -338,7 +340,8 @@ - + + Method PresentationCore @@ -472,7 +475,8 @@ - + + Method PresentationCore @@ -523,7 +527,8 @@ - + + Method PresentationCore @@ -549,7 +554,8 @@ - + + Method PresentationCore @@ -1399,7 +1405,8 @@ - + + Method PresentationCore @@ -1423,7 +1430,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/GuidelineSet.xml b/xml/System.Windows.Media/GuidelineSet.xml index 261f80a0309..2e114d40cbe 100644 --- a/xml/System.Windows.Media/GuidelineSet.xml +++ b/xml/System.Windows.Media/GuidelineSet.xml @@ -115,7 +115,8 @@ - + + Method PresentationCore @@ -148,7 +149,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/ImageBrush.xml b/xml/System.Windows.Media/ImageBrush.xml index b4401338cf2..02da539b4ef 100644 --- a/xml/System.Windows.Media/ImageBrush.xml +++ b/xml/System.Windows.Media/ImageBrush.xml @@ -168,7 +168,8 @@ An ImageBrush can paint shapes, controls, text, and more - + + Method PresentationCore diff --git a/xml/System.Windows.Media/ImageDrawing.xml b/xml/System.Windows.Media/ImageDrawing.xml index 8dda2212f04..ba8d78ddca5 100644 --- a/xml/System.Windows.Media/ImageDrawing.xml +++ b/xml/System.Windows.Media/ImageDrawing.xml @@ -155,7 +155,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/ImageMetadata.xml b/xml/System.Windows.Media/ImageMetadata.xml index f43ab7d0124..9dc1149df0e 100644 --- a/xml/System.Windows.Media/ImageMetadata.xml +++ b/xml/System.Windows.Media/ImageMetadata.xml @@ -26,7 +26,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/ImageSource.xml b/xml/System.Windows.Media/ImageSource.xml index 08807f3e13d..7c44c474801 100644 --- a/xml/System.Windows.Media/ImageSource.xml +++ b/xml/System.Windows.Media/ImageSource.xml @@ -78,7 +78,8 @@ - + + Method PresentationCore @@ -235,7 +236,8 @@ - + + Method PresentationCore @@ -259,7 +261,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/Int32Collection.xml b/xml/System.Windows.Media/Int32Collection.xml index e90c21ae3f1..6c5760421bc 100644 --- a/xml/System.Windows.Media/Int32Collection.xml +++ b/xml/System.Windows.Media/Int32Collection.xml @@ -238,7 +238,8 @@ - + + Method PresentationCore @@ -271,7 +272,8 @@ - + + Method PresentationCore @@ -297,7 +299,8 @@ - + + Method PresentationCore @@ -330,7 +333,8 @@ - + + Method PresentationCore @@ -455,7 +459,8 @@ - + + Method PresentationCore @@ -479,7 +484,8 @@ - + + Method PresentationCore @@ -505,7 +511,8 @@ - + + Method PresentationCore @@ -1311,7 +1318,8 @@ - + + Method PresentationCore @@ -1335,7 +1343,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/LineGeometry.xml b/xml/System.Windows.Media/LineGeometry.xml index 848c70791ff..c272477d8e3 100644 --- a/xml/System.Windows.Media/LineGeometry.xml +++ b/xml/System.Windows.Media/LineGeometry.xml @@ -219,7 +219,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/LineSegment.xml b/xml/System.Windows.Media/LineSegment.xml index 7ab719f32eb..402fe2e3e27 100644 --- a/xml/System.Windows.Media/LineSegment.xml +++ b/xml/System.Windows.Media/LineSegment.xml @@ -168,7 +168,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/LinearGradientBrush.xml b/xml/System.Windows.Media/LinearGradientBrush.xml index 626c422d21d..601011c8544 100644 --- a/xml/System.Windows.Media/LinearGradientBrush.xml +++ b/xml/System.Windows.Media/LinearGradientBrush.xml @@ -330,7 +330,8 @@ A diagonal linear gradient with highlighted gradient stops - + + Method PresentationCore diff --git a/xml/System.Windows.Media/Matrix.xml b/xml/System.Windows.Media/Matrix.xml index 1c7e971d7e6..af31e2ee739 100644 --- a/xml/System.Windows.Media/Matrix.xml +++ b/xml/System.Windows.Media/Matrix.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows.Media/MatrixTransform.xml b/xml/System.Windows.Media/MatrixTransform.xml index 59d7942039a..63b86d59751 100644 --- a/xml/System.Windows.Media/MatrixTransform.xml +++ b/xml/System.Windows.Media/MatrixTransform.xml @@ -245,7 +245,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/MediaPlayer.xml b/xml/System.Windows.Media/MediaPlayer.xml index 102859abf66..ddf4b51ab2b 100644 --- a/xml/System.Windows.Media/MediaPlayer.xml +++ b/xml/System.Windows.Media/MediaPlayer.xml @@ -219,7 +219,8 @@ - + + Method PresentationCore @@ -254,7 +255,8 @@ - + + Method PresentationCore @@ -320,7 +322,8 @@ - + + Method PresentationCore @@ -367,7 +370,8 @@ - + + Method PresentationCore @@ -785,7 +789,8 @@ - + + Method PresentationCore @@ -999,7 +1004,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/MediaTimeline.xml b/xml/System.Windows.Media/MediaTimeline.xml index 26945a427ce..afa0c68390f 100644 --- a/xml/System.Windows.Media/MediaTimeline.xml +++ b/xml/System.Windows.Media/MediaTimeline.xml @@ -235,7 +235,8 @@ - + + Method PresentationCore @@ -303,7 +304,8 @@ - + + Method PresentationCore @@ -363,7 +365,8 @@ - + + Method PresentationCore @@ -599,7 +602,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PathFigure.xml b/xml/System.Windows.Media/PathFigure.xml index 9c0cb082699..5e31448993a 100644 --- a/xml/System.Windows.Media/PathFigure.xml +++ b/xml/System.Windows.Media/PathFigure.xml @@ -161,7 +161,8 @@ - + + Method PresentationCore @@ -194,7 +195,8 @@ - + + Method PresentationCore @@ -645,7 +647,8 @@ IsFilled Example - + + Method PresentationCore @@ -676,7 +679,8 @@ IsFilled Example - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PathFigureCollection.xml b/xml/System.Windows.Media/PathFigureCollection.xml index 13780ce43a1..fc9798e9d41 100644 --- a/xml/System.Windows.Media/PathFigureCollection.xml +++ b/xml/System.Windows.Media/PathFigureCollection.xml @@ -294,7 +294,8 @@ - + + Method PresentationCore @@ -320,7 +321,8 @@ - + + Method PresentationCore @@ -353,7 +355,8 @@ - + + Method PresentationCore @@ -480,7 +483,8 @@ - + + Method PresentationCore @@ -531,7 +535,8 @@ - + + Method PresentationCore @@ -557,7 +562,8 @@ - + + Method PresentationCore @@ -1398,7 +1404,8 @@ - + + Method PresentationCore @@ -1422,7 +1429,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PathGeometry.xml b/xml/System.Windows.Media/PathGeometry.xml index 768c0f3694b..17dae27f3df 100644 --- a/xml/System.Windows.Media/PathGeometry.xml +++ b/xml/System.Windows.Media/PathGeometry.xml @@ -299,7 +299,8 @@ - + + Method PresentationCore @@ -561,7 +562,8 @@ FillRule Example - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PathSegment.xml b/xml/System.Windows.Media/PathSegment.xml index 52f5aa16a8d..7b7f7aae5da 100644 --- a/xml/System.Windows.Media/PathSegment.xml +++ b/xml/System.Windows.Media/PathSegment.xml @@ -83,7 +83,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PathSegmentCollection.xml b/xml/System.Windows.Media/PathSegmentCollection.xml index f8130ce0ddc..2732844dbfc 100644 --- a/xml/System.Windows.Media/PathSegmentCollection.xml +++ b/xml/System.Windows.Media/PathSegmentCollection.xml @@ -281,7 +281,8 @@ - + + Method PresentationCore @@ -307,7 +308,8 @@ - + + Method PresentationCore @@ -340,7 +342,8 @@ - + + Method PresentationCore @@ -467,7 +470,8 @@ - + + Method PresentationCore @@ -518,7 +522,8 @@ - + + Method PresentationCore @@ -544,7 +549,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/Pen.xml b/xml/System.Windows.Media/Pen.xml index 877ea4d2e54..6a34008a4de 100644 --- a/xml/System.Windows.Media/Pen.xml +++ b/xml/System.Windows.Media/Pen.xml @@ -186,7 +186,8 @@ - + + Method PresentationCore @@ -219,7 +220,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PointCollection.xml b/xml/System.Windows.Media/PointCollection.xml index 36a1ce618ba..26de5c7b060 100644 --- a/xml/System.Windows.Media/PointCollection.xml +++ b/xml/System.Windows.Media/PointCollection.xml @@ -264,7 +264,8 @@ - + + Method PresentationCore @@ -297,7 +298,8 @@ - + + Method PresentationCore @@ -323,7 +325,8 @@ - + + Method PresentationCore @@ -356,7 +359,8 @@ - + + Method PresentationCore @@ -483,7 +487,8 @@ - + + Method PresentationCore @@ -507,7 +512,8 @@ - + + Method PresentationCore @@ -533,7 +539,8 @@ - + + Method PresentationCore @@ -1372,7 +1379,8 @@ - + + Method PresentationCore @@ -1406,7 +1414,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PolyBezierSegment.xml b/xml/System.Windows.Media/PolyBezierSegment.xml index cdffb8e7dee..9f5d2262a71 100644 --- a/xml/System.Windows.Media/PolyBezierSegment.xml +++ b/xml/System.Windows.Media/PolyBezierSegment.xml @@ -174,7 +174,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PolyLineSegment.xml b/xml/System.Windows.Media/PolyLineSegment.xml index 9ac3ed1efc5..5583817b3ff 100644 --- a/xml/System.Windows.Media/PolyLineSegment.xml +++ b/xml/System.Windows.Media/PolyLineSegment.xml @@ -173,7 +173,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/PolyQuadraticBezierSegment.xml b/xml/System.Windows.Media/PolyQuadraticBezierSegment.xml index 09f6e42c868..68bdd5bc325 100644 --- a/xml/System.Windows.Media/PolyQuadraticBezierSegment.xml +++ b/xml/System.Windows.Media/PolyQuadraticBezierSegment.xml @@ -171,7 +171,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/QuadraticBezierSegment.xml b/xml/System.Windows.Media/QuadraticBezierSegment.xml index a48c3cf5423..b9ccd17f7d2 100644 --- a/xml/System.Windows.Media/QuadraticBezierSegment.xml +++ b/xml/System.Windows.Media/QuadraticBezierSegment.xml @@ -171,7 +171,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/RadialGradientBrush.xml b/xml/System.Windows.Media/RadialGradientBrush.xml index 3197963a5f2..aa1085cbbc1 100644 --- a/xml/System.Windows.Media/RadialGradientBrush.xml +++ b/xml/System.Windows.Media/RadialGradientBrush.xml @@ -245,7 +245,8 @@ Radial gradient with a highlighted focal point - + + Method PresentationCore diff --git a/xml/System.Windows.Media/RectangleGeometry.xml b/xml/System.Windows.Media/RectangleGeometry.xml index 53eb971ff26..ef63bb6d735 100644 --- a/xml/System.Windows.Media/RectangleGeometry.xml +++ b/xml/System.Windows.Media/RectangleGeometry.xml @@ -230,7 +230,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/RotateTransform.xml b/xml/System.Windows.Media/RotateTransform.xml index 5070aa234b9..10e703a4006 100644 --- a/xml/System.Windows.Media/RotateTransform.xml +++ b/xml/System.Windows.Media/RotateTransform.xml @@ -383,7 +383,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/ScaleTransform.xml b/xml/System.Windows.Media/ScaleTransform.xml index 7dfd0106997..06ea82a9780 100644 --- a/xml/System.Windows.Media/ScaleTransform.xml +++ b/xml/System.Windows.Media/ScaleTransform.xml @@ -317,7 +317,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/SkewTransform.xml b/xml/System.Windows.Media/SkewTransform.xml index e56f237703d..62faa10337b 100644 --- a/xml/System.Windows.Media/SkewTransform.xml +++ b/xml/System.Windows.Media/SkewTransform.xml @@ -431,7 +431,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/SolidColorBrush.xml b/xml/System.Windows.Media/SolidColorBrush.xml index 2bbdcf86283..fc4134206e5 100644 --- a/xml/System.Windows.Media/SolidColorBrush.xml +++ b/xml/System.Windows.Media/SolidColorBrush.xml @@ -291,7 +291,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/StreamGeometry.xml b/xml/System.Windows.Media/StreamGeometry.xml index 378f1f20077..ef73f862f21 100644 --- a/xml/System.Windows.Media/StreamGeometry.xml +++ b/xml/System.Windows.Media/StreamGeometry.xml @@ -162,7 +162,8 @@ - + + Method PresentationCore @@ -221,7 +222,8 @@ - + + Method PresentationCore @@ -247,7 +249,8 @@ - + + Method PresentationCore @@ -336,7 +339,8 @@ FillRule Example - + + Method PresentationCore @@ -362,7 +366,8 @@ FillRule Example - + + Method PresentationCore @@ -450,7 +455,8 @@ FillRule Example - + + Method PresentationCore diff --git a/xml/System.Windows.Media/TextEffect.xml b/xml/System.Windows.Media/TextEffect.xml index 96d4eca9875..f54044055c7 100644 --- a/xml/System.Windows.Media/TextEffect.xml +++ b/xml/System.Windows.Media/TextEffect.xml @@ -229,7 +229,8 @@ - + + Method PresentationCore @@ -262,7 +263,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/TextEffectCollection.xml b/xml/System.Windows.Media/TextEffectCollection.xml index 642b445bdea..8c8c08ebed6 100644 --- a/xml/System.Windows.Media/TextEffectCollection.xml +++ b/xml/System.Windows.Media/TextEffectCollection.xml @@ -229,7 +229,8 @@ - + + Method PresentationCore @@ -255,7 +256,8 @@ - + + Method PresentationCore @@ -288,7 +290,8 @@ - + + Method PresentationCore @@ -403,7 +406,8 @@ - + + Method PresentationCore @@ -454,7 +458,8 @@ - + + Method PresentationCore @@ -480,7 +485,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/TextFormattingMode.xml b/xml/System.Windows.Media/TextFormattingMode.xml index 4fb810e710c..27a2a045de4 100644 --- a/xml/System.Windows.Media/TextFormattingMode.xml +++ b/xml/System.Windows.Media/TextFormattingMode.xml @@ -1,6 +1,6 @@ - + @@ -16,7 +16,6 @@ 5.0.0.0 - diff --git a/xml/System.Windows.Media/TransformCollection.xml b/xml/System.Windows.Media/TransformCollection.xml index 3bf24749502..ca6cac0b911 100644 --- a/xml/System.Windows.Media/TransformCollection.xml +++ b/xml/System.Windows.Media/TransformCollection.xml @@ -270,7 +270,8 @@ - + + Method PresentationCore @@ -296,7 +297,8 @@ - + + Method PresentationCore @@ -329,7 +331,8 @@ - + + Method PresentationCore @@ -456,7 +459,8 @@ - + + Method PresentationCore @@ -507,7 +511,8 @@ - + + Method PresentationCore @@ -533,7 +538,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/TransformGroup.xml b/xml/System.Windows.Media/TransformGroup.xml index e3ae4b35ebb..a6e1598385b 100644 --- a/xml/System.Windows.Media/TransformGroup.xml +++ b/xml/System.Windows.Media/TransformGroup.xml @@ -194,7 +194,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/TranslateTransform.xml b/xml/System.Windows.Media/TranslateTransform.xml index 3f9b456b2cb..1054cba2d43 100644 --- a/xml/System.Windows.Media/TranslateTransform.xml +++ b/xml/System.Windows.Media/TranslateTransform.xml @@ -162,7 +162,8 @@ Typical 3x3 matrix for 2-D translations - + + Method PresentationCore diff --git a/xml/System.Windows.Media/VectorCollection.xml b/xml/System.Windows.Media/VectorCollection.xml index 036476fa565..e8288b0fc33 100644 --- a/xml/System.Windows.Media/VectorCollection.xml +++ b/xml/System.Windows.Media/VectorCollection.xml @@ -264,7 +264,8 @@ - + + Method PresentationCore @@ -297,7 +298,8 @@ - + + Method PresentationCore @@ -323,7 +325,8 @@ - + + Method PresentationCore @@ -356,7 +359,8 @@ - + + Method PresentationCore @@ -483,7 +487,8 @@ - + + Method PresentationCore @@ -507,7 +512,8 @@ - + + Method PresentationCore @@ -533,7 +539,8 @@ - + + Method PresentationCore @@ -1371,7 +1378,8 @@ - + + Method PresentationCore @@ -1395,7 +1403,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/VideoDrawing.xml b/xml/System.Windows.Media/VideoDrawing.xml index bb75cf662d3..a8d9a65b81d 100644 --- a/xml/System.Windows.Media/VideoDrawing.xml +++ b/xml/System.Windows.Media/VideoDrawing.xml @@ -128,7 +128,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Media/VisualBrush.xml b/xml/System.Windows.Media/VisualBrush.xml index eef0a7852b0..217b9f66e06 100644 --- a/xml/System.Windows.Media/VisualBrush.xml +++ b/xml/System.Windows.Media/VisualBrush.xml @@ -253,7 +253,8 @@ - + + Method PresentationCore @@ -303,7 +304,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows.Shell/TaskbarItemInfo.xml b/xml/System.Windows.Shell/TaskbarItemInfo.xml index b830f5c6618..f52c3690b09 100644 --- a/xml/System.Windows.Shell/TaskbarItemInfo.xml +++ b/xml/System.Windows.Shell/TaskbarItemInfo.xml @@ -85,7 +85,8 @@ Windows Taskbar Enhanced Features - + + Method PresentationFramework diff --git a/xml/System.Windows.Shell/ThumbButtonInfo.xml b/xml/System.Windows.Shell/ThumbButtonInfo.xml index c7bb61d93c6..92d0eec0248 100644 --- a/xml/System.Windows.Shell/ThumbButtonInfo.xml +++ b/xml/System.Windows.Shell/ThumbButtonInfo.xml @@ -264,7 +264,8 @@ Windows Taskbar Thumb Buttons - + + Method PresentationFramework diff --git a/xml/System.Windows.Shell/WindowChrome.xml b/xml/System.Windows.Shell/WindowChrome.xml index 8244102b8df..448fa8f71b8 100644 --- a/xml/System.Windows.Shell/WindowChrome.xml +++ b/xml/System.Windows.Shell/WindowChrome.xml @@ -283,7 +283,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows.Threading/Dispatcher.xml b/xml/System.Windows.Threading/Dispatcher.xml index f9cf4cf9718..86a7e7f5fc6 100644 --- a/xml/System.Windows.Threading/Dispatcher.xml +++ b/xml/System.Windows.Threading/Dispatcher.xml @@ -1,6 +1,6 @@ - + @@ -122,7 +122,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -274,7 +274,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -434,7 +434,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -893,7 +893,7 @@ System.Void - + A delegate to invoke through the dispatcher. @@ -918,8 +918,8 @@ System.Void - - + + A delegate to invoke through the dispatcher. @@ -949,7 +949,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -1050,9 +1050,9 @@ System.Void - - - + + + A delegate to invoke through the dispatcher. @@ -1090,7 +1090,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -1141,7 +1141,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -1309,10 +1309,10 @@ System.Void - - - - + + + + An Action delegate to invoke through the dispatcher. @@ -1358,7 +1358,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -1425,7 +1425,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -1557,7 +1557,7 @@ - + [System.ParamArray] [<System.ParamArray>] @@ -1614,7 +1614,7 @@ - + The return value type of the specified delegate. @@ -1644,8 +1644,8 @@ - - + + The return value type of the specified delegate. @@ -1676,9 +1676,9 @@ - - - + + + The return value type of the specified delegate. @@ -1716,10 +1716,10 @@ - - - - + + + + The return value type of the specified delegate. @@ -1764,7 +1764,7 @@ System.Windows.Threading.DispatcherOperation - + A delegate to invoke through the dispatcher. @@ -1790,8 +1790,8 @@ System.Windows.Threading.DispatcherOperation - - + + A delegate to invoke through the dispatcher. @@ -1824,9 +1824,9 @@ System.Windows.Threading.DispatcherOperation - - - + + + A delegate to invoke through the dispatcher. @@ -1857,7 +1857,7 @@ - + The return value type of the specified delegate. @@ -1887,8 +1887,8 @@ - - + + The return value type of the specified delegate. @@ -1925,9 +1925,9 @@ - - - + + + The return value type of the specified delegate. @@ -2089,7 +2089,7 @@ - + @@ -2129,7 +2129,7 @@ - + @@ -2198,7 +2198,7 @@ - + @@ -2419,7 +2419,7 @@ System.Windows.Threading.DispatcherPriorityAwaitable - + The priority at which to schedule the continuation. diff --git a/xml/System.Windows.Threading/DispatcherFrame.xml b/xml/System.Windows.Threading/DispatcherFrame.xml index 2019419e103..aa7544feac8 100644 --- a/xml/System.Windows.Threading/DispatcherFrame.xml +++ b/xml/System.Windows.Threading/DispatcherFrame.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows.Threading/DispatcherOperation.xml b/xml/System.Windows.Threading/DispatcherOperation.xml index 8a090d5d809..c726dbe7060 100644 --- a/xml/System.Windows.Threading/DispatcherOperation.xml +++ b/xml/System.Windows.Threading/DispatcherOperation.xml @@ -1,9 +1,9 @@ - - + + - - + + @@ -160,11 +160,11 @@ 5.0.0.0 - + [System.ComponentModel.Browsable(false)] [<System.ComponentModel.Browsable(false)>] - + [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] [<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>] diff --git a/xml/System.Windows.Threading/DispatcherSynchronizationContext.xml b/xml/System.Windows.Threading/DispatcherSynchronizationContext.xml index f87492ebd3e..aa5a48c1c46 100644 --- a/xml/System.Windows.Threading/DispatcherSynchronizationContext.xml +++ b/xml/System.Windows.Threading/DispatcherSynchronizationContext.xml @@ -94,8 +94,8 @@ 5.0.0.0 - - + + The to associate this with. @@ -219,7 +219,7 @@ 5.0.0.0 - + [System.Runtime.ConstrainedExecution.PrePrepareMethod] [<System.Runtime.ConstrainedExecution.PrePrepareMethod>] diff --git a/xml/System.Windows.Threading/DispatcherTimer.xml b/xml/System.Windows.Threading/DispatcherTimer.xml index e5ea1912139..e64bcd8c5f8 100644 --- a/xml/System.Windows.Threading/DispatcherTimer.xml +++ b/xml/System.Windows.Threading/DispatcherTimer.xml @@ -423,7 +423,7 @@ - + diff --git a/xml/System.Windows/AttachedPropertyBrowsableForChildrenAttribute.xml b/xml/System.Windows/AttachedPropertyBrowsableForChildrenAttribute.xml index 8d60cc9453c..0ed68af5135 100644 --- a/xml/System.Windows/AttachedPropertyBrowsableForChildrenAttribute.xml +++ b/xml/System.Windows/AttachedPropertyBrowsableForChildrenAttribute.xml @@ -90,7 +90,8 @@ - + + Method PresentationFramework @@ -125,7 +126,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows/BaseCompatibilityPreferences.xml b/xml/System.Windows/BaseCompatibilityPreferences.xml index f8da24a6af1..71a9694123a 100644 --- a/xml/System.Windows/BaseCompatibilityPreferences.xml +++ b/xml/System.Windows/BaseCompatibilityPreferences.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows/DependencyObject.xml b/xml/System.Windows/DependencyObject.xml index ea098bafc56..edc6f6a6a42 100644 --- a/xml/System.Windows/DependencyObject.xml +++ b/xml/System.Windows/DependencyObject.xml @@ -16,7 +16,7 @@ - + [System.Windows.Markup.NameScopeProperty("NameScope", typeof(System.Windows.NameScope))] [<System.Windows.Markup.NameScopeProperty("NameScope", typeof(System.Windows.NameScope))>] @@ -602,8 +602,8 @@ System.Void - - + + The identifier of the dependency property to set. diff --git a/xml/System.Windows/DependencyProperty.xml b/xml/System.Windows/DependencyProperty.xml index e4f965b75ee..79e7bef8f3b 100644 --- a/xml/System.Windows/DependencyProperty.xml +++ b/xml/System.Windows/DependencyProperty.xml @@ -16,7 +16,7 @@ - + [System.ComponentModel.TypeConverter("System.Windows.Markup.DependencyPropertyConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")] [<System.ComponentModel.TypeConverter("System.Windows.Markup.DependencyPropertyConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>] diff --git a/xml/System.Windows/FrameworkContentElement.xml b/xml/System.Windows/FrameworkContentElement.xml index 9467e199c38..a56df090fe0 100644 --- a/xml/System.Windows/FrameworkContentElement.xml +++ b/xml/System.Windows/FrameworkContentElement.xml @@ -1896,7 +1896,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows/FrameworkElement.xml b/xml/System.Windows/FrameworkElement.xml index 7ecdb10431e..271f2a1907b 100644 --- a/xml/System.Windows/FrameworkElement.xml +++ b/xml/System.Windows/FrameworkElement.xml @@ -3310,7 +3310,11 @@ [System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)] [<System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)>] - + + [System.Windows.Markup.DesignerSerializationOptions] + [<System.Windows.Markup.DesignerSerializationOptions>] + + [System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)] [<System.Windows.Markup.DesignerSerializationOptions(System.Windows.Markup.DesignerSerializationOptions.SerializeAsAttribute)>] @@ -3589,7 +3593,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows/FrameworkPropertyMetadata.xml b/xml/System.Windows/FrameworkPropertyMetadata.xml index 6df7beee56e..05a1d7279c5 100644 --- a/xml/System.Windows/FrameworkPropertyMetadata.xml +++ b/xml/System.Windows/FrameworkPropertyMetadata.xml @@ -1072,7 +1072,8 @@ - + + Method PresentationFramework @@ -1119,7 +1120,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows/FreezableCollection`1.xml b/xml/System.Windows/FreezableCollection`1.xml index 7907763f11b..2b0ad4370a6 100644 --- a/xml/System.Windows/FreezableCollection`1.xml +++ b/xml/System.Windows/FreezableCollection`1.xml @@ -267,7 +267,8 @@ - + + Method PresentationCore @@ -304,7 +305,8 @@ - + + Method PresentationCore @@ -336,7 +338,8 @@ - + + Method PresentationCore @@ -474,7 +477,8 @@ - + + Method PresentationCore @@ -558,7 +562,8 @@ - + + Method PresentationCore @@ -595,7 +600,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows/Int32Rect.xml b/xml/System.Windows/Int32Rect.xml index d0c3726bb40..9ccc39b0229 100644 --- a/xml/System.Windows/Int32Rect.xml +++ b/xml/System.Windows/Int32Rect.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows/LostFocusEventManager.xml b/xml/System.Windows/LostFocusEventManager.xml index e1be6f99272..cad8f2ea60b 100644 --- a/xml/System.Windows/LostFocusEventManager.xml +++ b/xml/System.Windows/LostFocusEventManager.xml @@ -102,7 +102,9 @@ - + + + Method PresentationFramework @@ -184,7 +186,8 @@ - + + Method PresentationFramework @@ -221,7 +224,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows/NameScope.xml b/xml/System.Windows/NameScope.xml index 4cb22eb16ef..fea36add005 100644 --- a/xml/System.Windows/NameScope.xml +++ b/xml/System.Windows/NameScope.xml @@ -1,10 +1,10 @@ - - + + - - - + + + @@ -21,38 +21,37 @@ 3.0.0.0 - System.Object - + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>> - + System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>> - + System.Collections.Generic.IDictionary<System.String,System.Object> - + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> - + System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> - + System.Collections.Generic.IEnumerable<T> - + System.Collections.IEnumerable System.Windows.Markup.INameScope - + System.Windows.Markup.INameScopeDictionary @@ -145,7 +144,7 @@ System.Void - + A (key is , value is ) that represents the name mapping to add to the XAML namescope. @@ -177,8 +176,8 @@ System.Void - - + + The string key, which is the name of the XAML namescope mapping to add. @@ -249,7 +248,7 @@ System.Boolean - + The item to find in the collection, specified as a (key is , value is ). @@ -291,7 +290,7 @@ System.Boolean - + The string key to find. @@ -333,8 +332,8 @@ System.Void - - + + The one-dimensional array that is the destination of the elements copied from the collection The array must have zero-based indexing. @@ -431,7 +430,7 @@ 3.0.0.0 - + [System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)] [<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)>] @@ -510,7 +509,7 @@ System.Object - + The string name for the XAML name mapping to get or set. @@ -696,7 +695,7 @@ System.Boolean - + The object to remove from the collection, specified as a (key is , value is ). @@ -736,7 +735,7 @@ System.Boolean - + The string key, which is the name of the XAML namescope mapping to remove. @@ -884,8 +883,8 @@ System.Boolean - - + + The key of the value to get. diff --git a/xml/System.Windows/Point.xml b/xml/System.Windows/Point.xml index 0b38662bcf6..81c64d6eb3a 100644 --- a/xml/System.Windows/Point.xml +++ b/xml/System.Windows/Point.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows/Rect.xml b/xml/System.Windows/Rect.xml index bbcc0e8b62e..194d67df45f 100644 --- a/xml/System.Windows/Rect.xml +++ b/xml/System.Windows/Rect.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows/Size.xml b/xml/System.Windows/Size.xml index a75e4216335..9157f073366 100644 --- a/xml/System.Windows/Size.xml +++ b/xml/System.Windows/Size.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows/SplashScreen.xml b/xml/System.Windows/SplashScreen.xml index 1390a449013..794bfd5d16a 100644 --- a/xml/System.Windows/SplashScreen.xml +++ b/xml/System.Windows/SplashScreen.xml @@ -267,8 +267,8 @@ System.Void - - + + diff --git a/xml/System.Windows/Style.xml b/xml/System.Windows/Style.xml index eb258ef2df4..3a9d8e5cd6e 100644 --- a/xml/System.Windows/Style.xml +++ b/xml/System.Windows/Style.xml @@ -258,7 +258,8 @@ - + + Method PresentationFramework diff --git a/xml/System.Windows/TextDecoration.xml b/xml/System.Windows/TextDecoration.xml index 385ec1db4f3..1f7f891898a 100644 --- a/xml/System.Windows/TextDecoration.xml +++ b/xml/System.Windows/TextDecoration.xml @@ -178,7 +178,8 @@ Example of an underline styled with a linear gradient brush and dashed pen - + + Method PresentationCore @@ -213,7 +214,8 @@ Example of an underline styled with a linear gradient brush and dashed pen - + + Method PresentationCore diff --git a/xml/System.Windows/TextDecorationCollection.xml b/xml/System.Windows/TextDecorationCollection.xml index 7784fc84584..72425292cf8 100644 --- a/xml/System.Windows/TextDecorationCollection.xml +++ b/xml/System.Windows/TextDecorationCollection.xml @@ -267,7 +267,8 @@ - + + Method PresentationCore @@ -293,7 +294,8 @@ - + + Method PresentationCore @@ -326,7 +328,8 @@ - + + Method PresentationCore @@ -441,7 +444,8 @@ - + + Method PresentationCore @@ -492,7 +496,8 @@ - + + Method PresentationCore @@ -518,7 +523,8 @@ - + + Method PresentationCore diff --git a/xml/System.Windows/Vector.xml b/xml/System.Windows/Vector.xml index ff1632fcda9..6ba8923166a 100644 --- a/xml/System.Windows/Vector.xml +++ b/xml/System.Windows/Vector.xml @@ -1,6 +1,6 @@ - + diff --git a/xml/System.Windows/WeakEventManager+ListenerList.xml b/xml/System.Windows/WeakEventManager+ListenerList.xml index 97beab3c505..4ef49c35ecf 100644 --- a/xml/System.Windows/WeakEventManager+ListenerList.xml +++ b/xml/System.Windows/WeakEventManager+ListenerList.xml @@ -145,7 +145,7 @@ System.Void - + The event handler to add to the . @@ -187,11 +187,11 @@ - - + + - - + + @@ -230,7 +230,7 @@ System.Void - + The object to copy to. @@ -278,9 +278,9 @@ System.Boolean - - - + + + The object that raised the event. @@ -520,7 +520,7 @@ System.Void - + The event handler to remove from the . diff --git a/xml/System.Windows/WeakEventManager.xml b/xml/System.Windows/WeakEventManager.xml index c0c0302ec48..69f83b5e46a 100644 --- a/xml/System.Windows/WeakEventManager.xml +++ b/xml/System.Windows/WeakEventManager.xml @@ -1,6 +1,6 @@ - + @@ -245,8 +245,8 @@ System.Void - - + + The source object that the handler delegate subscribes to. @@ -313,8 +313,8 @@ System.Void - - + + The source to remove the handler from. diff --git a/xml/System/Console.xml b/xml/System/Console.xml index ddc802fb7cc..712eebade3d 100644 --- a/xml/System/Console.xml +++ b/xml/System/Console.xml @@ -1145,6 +1145,37 @@ An I/O error occurred. + + + + + + + + Method + + System.Console + 5.0.0.0 + + + netstandard + + + System.ValueTuple<System.Int32,System.Int32> + + + [System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Left", "Top" })] + [<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Left", "Top" })>] + + + + + + To be added. + To be added. + To be added. + + diff --git a/xml/System/GC.xml b/xml/System/GC.xml index 8a59aec9530..0d2562776fa 100644 --- a/xml/System/GC.xml +++ b/xml/System/GC.xml @@ -886,6 +886,37 @@ This method is most useful in monitoring scenarios for measuring the difference To be added. + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + mscorlib + + + netstandard + + + System.GCMemoryInfo + + + + + + To be added. + To be added. + To be added. + To be added. + + System.Runtime diff --git a/xml/System/GCGenerationInfo.xml b/xml/System/GCGenerationInfo.xml new file mode 100644 index 00000000000..7e57d0190b7 --- /dev/null +++ b/xml/System/GCGenerationInfo.xml @@ -0,0 +1,112 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.ValueType + + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + + + diff --git a/xml/System/GCKind.xml b/xml/System/GCKind.xml new file mode 100644 index 00000000000..0c8e5558569 --- /dev/null +++ b/xml/System/GCKind.xml @@ -0,0 +1,101 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.Enum + + + To be added. + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.GCKind + + 0 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.GCKind + + 3 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.GCKind + + 1 + + To be added. + + + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.GCKind + + 2 + + To be added. + + + + diff --git a/xml/System/GCMemoryInfo.xml b/xml/System/GCMemoryInfo.xml index ab2edef9c29..ed3e285677d 100644 --- a/xml/System/GCMemoryInfo.xml +++ b/xml/System/GCMemoryInfo.xml @@ -26,6 +26,69 @@ To be added. + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + @@ -67,6 +130,48 @@ The memory after `OBJ_D` is not considered part of the `FragmentedBytes` but wil + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.ReadOnlySpan<System.GCGenerationInfo> + + + To be added. + To be added. + To be added. + + @@ -113,6 +218,27 @@ The memory after `OBJ_D` is not considered part of the `FragmentedBytes` but wil To be added. + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + @@ -136,6 +262,90 @@ The memory after `OBJ_D` is not considered part of the `FragmentedBytes` but wil To be added. + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.ReadOnlySpan<System.TimeSpan> + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Double + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + @@ -171,5 +381,26 @@ Otherwise, the value of the property is the physical memory on the machine that + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Int64 + + + To be added. + To be added. + To be added. + + diff --git a/xml/System/Half.xml b/xml/System/Half.xml new file mode 100644 index 00000000000..1c84d01e415 --- /dev/null +++ b/xml/System/Half.xml @@ -0,0 +1,1143 @@ + + + + + + + + + System.Runtime + 5.0.0.0 + + + System.ValueType + + + + System.IComparable + + + System.IComparable<System.Half> + + + System.IEquatable<System.Half> + + + System.IFormattable + + + + + [System.Runtime.CompilerServices.IsReadOnly] + [<System.Runtime.CompilerServices.IsReadOnly>] + + + + To be added. + To be added. + + + + + + + + + + Method + + M:System.IComparable`1.CompareTo(`0) + + + System.Runtime + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IComparable.CompareTo(System.Object) + + + System.Runtime + 5.0.0.0 + + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Half + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IEquatable`1.Equals(`0) + + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Half + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Half + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Half + + + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Half + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Double + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Single + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Half + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Property + + System.Runtime + 5.0.0.0 + + + System.Half + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.String + + + + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + M:System.IFormattable.ToString(System.String,System.IFormatProvider) + + + System.Runtime + 5.0.0.0 + + + System.String + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + + + + Method + + System.Runtime + 5.0.0.0 + + + System.Boolean + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/xml/System/Math.xml b/xml/System/Math.xml index 51415def94d..c365303ebbc 100644 --- a/xml/System/Math.xml +++ b/xml/System/Math.xml @@ -6577,6 +6577,36 @@ The following example demonstrates how to use the + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + System.Runtime.Extensions + + + mscorlib + + + netstandard + + + System.Double + + 6.2831853071795862 + + To be added. + To be added. + + System.Runtime.Extensions diff --git a/xml/System/MathF.xml b/xml/System/MathF.xml index f54acda4421..8ecc6b444e0 100644 --- a/xml/System/MathF.xml +++ b/xml/System/MathF.xml @@ -2069,6 +2069,33 @@ If the value of the `x` argument is + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + netstandard + + + System.Runtime.Extensions + + + System.Single + + 6.28318548 + + To be added. + To be added. + + diff --git a/xml/System/StringSplitOptions.xml b/xml/System/StringSplitOptions.xml index 1175daf1036..9c9555ad5bb 100644 --- a/xml/System/StringSplitOptions.xml +++ b/xml/System/StringSplitOptions.xml @@ -144,5 +144,31 @@ The return value does not include array elements that contain an empty string. + + + + + + + + Field + + System.Runtime + 5.0.0.0 + + + mscorlib + + + netstandard + + + System.StringSplitOptions + + 2 + + To be added. + + diff --git a/xml/System/Type.xml b/xml/System/Type.xml index 2622703689a..fe866681b0b 100644 --- a/xml/System/Type.xml +++ b/xml/System/Type.xml @@ -7709,6 +7709,10 @@ The method does not return properties in a p 2.1.0.0 + + [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The type might be removed")] + [<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The type might be removed")>] + [System.Security.SecuritySafeCritical] [<System.Security.SecuritySafeCritical>] @@ -7918,6 +7922,10 @@ Type.GetType("System.Collections.Generic.Dictionary`2[System.String,[MyType,MyAs 2.1.0.0 + + [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The type might be removed")] + [<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The type might be removed")>] + [System.Security.SecuritySafeCritical] [<System.Security.SecuritySafeCritical>] @@ -8150,6 +8158,10 @@ Type.GetType("System.Collections.Generic.Dictionary`2[System.String,[MyType,MyAs 2.1.0.0 + + [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The type might be removed")] + [<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The type might be removed")>] + [System.Security.SecuritySafeCritical] [<System.Security.SecuritySafeCritical>] diff --git a/xml/ns-System.Formats.Asn1.xml b/xml/ns-System.Formats.Asn1.xml new file mode 100644 index 00000000000..b6bd6cbc65b --- /dev/null +++ b/xml/ns-System.Formats.Asn1.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + + diff --git a/xml/ns-System.Runtime.Intrinsics.Arm.xml b/xml/ns-System.Runtime.Intrinsics.Arm.xml new file mode 100644 index 00000000000..e85692498b4 --- /dev/null +++ b/xml/ns-System.Runtime.Intrinsics.Arm.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + + From 42649ae34c9d2da70238771a20e64e42a20f3282 Mon Sep 17 00:00:00 2001 From: Mike McCaughan <1719723+mikemccaughan@users.noreply.github.com> Date: Tue, 21 Jul 2020 20:03:10 -0400 Subject: [PATCH 18/22] Fix remarks for Insert overload which takes CacheDependency (#4483) The Remarks for the overload of `Insert` which takes a `CacheDependency` appears to have been copied and pasted from the overload which does not take that parameter and therefore stated that the object added to the cache would be inserted with "no file or cache dependencies", which of course is incorrect. This edit removes that text. --- xml/System.Web.Caching/Cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Web.Caching/Cache.xml b/xml/System.Web.Caching/Cache.xml index fa81a502052..90b92e6b766 100644 --- a/xml/System.Web.Caching/Cache.xml +++ b/xml/System.Web.Caching/Cache.xml @@ -413,7 +413,7 @@ , a sliding expiration value of , and an absolute expiration value of . + This method will overwrite an existing cache item whose key matches the `key` parameter. The object added to the cache using this overload of the `Insert` method is inserted with a priority of , a sliding expiration value of , and an absolute expiration value of . From 12539c6a57169b7fc7f80ee543ce26b390dd34c5 Mon Sep 17 00:00:00 2001 From: mriehm <3916550+mriehm@users.noreply.github.com> Date: Tue, 21 Jul 2020 21:30:31 -0500 Subject: [PATCH 19/22] Note performance counter permission distinction for interactive logons (#3744) * Note interactive logon session behavior --- xml/System.Diagnostics/PerformanceCounter.xml | 4 +- .../PerformanceCounterCategory.xml | 38 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/xml/System.Diagnostics/PerformanceCounter.xml b/xml/System.Diagnostics/PerformanceCounter.xml index 364aa118ca0..83d7623c5c6 100644 --- a/xml/System.Diagnostics/PerformanceCounter.xml +++ b/xml/System.Diagnostics/PerformanceCounter.xml @@ -207,7 +207,7 @@ This constructor initializes the performance counter and associates the instance with an existing counter (either a system or a custom counter) on the local computer. The values that you pass in for the and properties must point to an existing performance counter on the local computer. > [!NOTE] -> To read performance counters in Windows Vista, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista, add yourself to the Performance Monitor Users group. > @@ -293,7 +293,7 @@ > You can use this overload to connect to a system counter, but you cannot write to a system counter. Therefore, setting `readOnly` to `false` when connecting to a system counter causes the constructor to throw an exception. > [!NOTE] -> To read performance counters in Windows Vista, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista, add yourself to the Performance Monitor Users group. > diff --git a/xml/System.Diagnostics/PerformanceCounterCategory.xml b/xml/System.Diagnostics/PerformanceCounterCategory.xml index b0311026733..62c2266c7b4 100644 --- a/xml/System.Diagnostics/PerformanceCounterCategory.xml +++ b/xml/System.Diagnostics/PerformanceCounterCategory.xml @@ -409,7 +409,7 @@ If you have not set the property, this method uses the local computer ("."). > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -481,7 +481,7 @@ ## Remarks > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -553,7 +553,7 @@ ## Remarks > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -655,7 +655,7 @@ ## Remarks > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -743,7 +743,7 @@ > It is strongly recommended that new performance counter categories be created during the installation of the application, not during the execution of the application. This allows time for the operating system to refresh its list of registered performance counter categories. If the list has not been refreshed, the attempt to use the category will fail. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -846,7 +846,7 @@ ## Remarks > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -937,7 +937,7 @@ > It is strongly recommended that new performance counter categories be created during the installation of the application, not during the execution of the application. This allows time for the operating system to refresh its list of registered performance counter categories. If the list has not been refreshed, the attempt to use the category will fail. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1015,7 +1015,7 @@ You can delete only custom performance counter categories from the system. You cannot delete a counter from a category. To do so, delete the category and recreate the category with the counters you want to retain. To avoid an exception, confirm that the category exists before you attempt to delete it. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1093,7 +1093,7 @@ Use of the method can result in a noticeable performance penalty while all performance counters on the machine are checked for availability. If you are only writing to a performance counter, you can avoid the global search for performance counters by creating the performance counter when the application is installed and assuming the category exists when accessing the counter. There is no way to avoid the performance counter search when reading from performance counters. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1159,7 +1159,7 @@ Use of the method can result in a noticeable performance penalty while all performance counters on the machine are checked for availability. If you are only writing to a performance counter, you can avoid the global search for performance counters by creating the performance counter when the application is installed and assuming the category exists when accessing the counter. There is no way to avoid the performance counter search when reading from performance counters. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1242,7 +1242,7 @@ ## Remarks > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1302,7 +1302,7 @@ To retrieve the categories on the local computer, use another overload or pass "." as the `machineName` parameter. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1369,7 +1369,7 @@ For more information about performance object instances, see the class overview. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1435,7 +1435,7 @@ For more information about performance object instances, see the class overview. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1499,7 +1499,7 @@ ## Remarks > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1576,7 +1576,7 @@ This overload of is not `static`. It requires you to create a object and to set the property. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1650,7 +1650,7 @@ It is not possible to determine whether a performance object instance exists on a computer without specifying a specific category to look in. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1725,7 +1725,7 @@ You can use "." to specify the local computer. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > @@ -1851,7 +1851,7 @@ Reading the entire category at once can be as efficient as reading a single counter because of the way that the system provides the data. > [!NOTE] -> To read performance counters in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. +> To read performance counters from a non-interactive logon session in Windows Vista and later, Windows XP Professional x64 Edition, or Windows Server 2003, you must either be a member of the Performance Monitor Users group or have administrative privileges. > > To avoid having to elevate your privileges to access performance counters in Windows Vista and later, add yourself to the Performance Monitor Users group. > From 5d031bc1de5b4316786fb9b805d9510b4d7c787c Mon Sep 17 00:00:00 2001 From: glihm <7962849+glihm@users.noreply.github.com> Date: Tue, 21 Jul 2020 21:32:10 -0500 Subject: [PATCH 20/22] Adjust code with example's text (#4550) The example is aiming to show a "non available" navigation service. The code should then behave as expected. --- .../visualbasic/homepage.xaml.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/visualbasic/VS_Snippets_Wpf/PageNavigationServiceSnippets/visualbasic/homepage.xaml.vb b/samples/snippets/visualbasic/VS_Snippets_Wpf/PageNavigationServiceSnippets/visualbasic/homepage.xaml.vb index 2c66373baa1..ed551feb62b 100644 --- a/samples/snippets/visualbasic/VS_Snippets_Wpf/PageNavigationServiceSnippets/visualbasic/homepage.xaml.vb +++ b/samples/snippets/visualbasic/VS_Snippets_Wpf/PageNavigationServiceSnippets/visualbasic/homepage.xaml.vb @@ -15,7 +15,7 @@ Namespace VisualBasic InitializeComponent() ' Don't allow back navigation if no navigation service - If Me.NavigationService IsNot Nothing Then + If Me.NavigationService Is Nothing Then Me.goBackButton.IsEnabled = False End If End Sub @@ -28,4 +28,4 @@ Namespace VisualBasic End Sub End Class ' -End Namespace \ No newline at end of file +End Namespace From 2e193b9d0552bb963a6a43666882d933e124ee62 Mon Sep 17 00:00:00 2001 From: Igor Velikorossov Date: Wed, 22 Jul 2020 12:34:20 +1000 Subject: [PATCH 21/22] Update ComboBox.xml (#4529) Add a remark that reading `ComboBox.Text` is dependent on whether there is a selected item or not. --- xml/System.Windows.Forms/ComboBox.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xml/System.Windows.Forms/ComboBox.xml b/xml/System.Windows.Forms/ComboBox.xml index c4a432c55a1..8bf6e4f9c97 100644 --- a/xml/System.Windows.Forms/ComboBox.xml +++ b/xml/System.Windows.Forms/ComboBox.xml @@ -3919,7 +3919,9 @@ property to `null` or an empty string ("") sets the to -1. Setting the property to a value that is in the collection sets the to the index of that item. Setting the property to a value that is not in the collection leaves the unchanged. + Setting the property to `null` or an empty string ("") sets the to -1. Setting the property to a value that is in the collection sets the to the index of that item. Setting the property to a value that is not in the collection leaves the unchanged. + +Reading the property returns the text of , if it is not `null`. From f544d12dab6bc0a49eaf5ab0cd40d572a34187be Mon Sep 17 00:00:00 2001 From: Youssef Victor <31348972+Youssef1313@users.noreply.github.com> Date: Wed, 22 Jul 2020 04:37:30 +0200 Subject: [PATCH 22/22] Delete wrong/oudated note (#4486) --- xml/System.Net.Sockets/TcpClient.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/xml/System.Net.Sockets/TcpClient.xml b/xml/System.Net.Sockets/TcpClient.xml index 887c5cd09b7..f6c63040207 100644 --- a/xml/System.Net.Sockets/TcpClient.xml +++ b/xml/System.Net.Sockets/TcpClient.xml @@ -1632,9 +1632,6 @@ The `GetStream` method returns a that yo You must call the method first, or the method will throw an . After you have obtained the `NetworkStream`, call the method to send data to the remote host. Call the method to receive data arriving from the remote host. Both of these methods block until the specified operation is performed. You can avoid blocking on a read operation by checking the property. A `true` value means that data has arrived from the remote host and is available for reading. In this case, is guaranteed to complete immediately. If the remote host has shutdown its connection, will immediately return with zero bytes. -> [!NOTE] -> You must close the `NetworkStream` when you are through sending and receiving data. Closing does not release the `NetworkStream`. - > [!NOTE] > If you receive a , use to obtain the specific error code. After you have obtained this code, you can refer to the [Windows Sockets version 2 API error code](/windows/desktop/winsock/windows-sockets-error-codes-2) documentation for a detailed description of the error.