[apidiff] Update XML references with 15.8 as the new base (#4671)

This commit is contained in:
Sebastien Pouliot 2018-08-24 12:03:43 -04:00 коммит произвёл GitHub
Родитель bc5400e861
Коммит 7ea465f4c8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
33 изменённых файлов: 5811 добавлений и 4371 удалений

Просмотреть файл

@ -853,7 +853,11 @@
<interface name="UIKit.IUIScrollViewDelegate" />
</interfaces>
<fields>
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController" />
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController">
<attributes>
<attribute name="System.WeakAttribute" />
</attributes>
</field>
<field name="Root" attrib="4" fieldtype="MonoTouch.Dialog.RootElement" />
</fields>
<constructors>

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

@ -23747,11 +23747,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23759,12 +23754,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23787,11 +23776,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24867,6 +24851,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24874,6 +24861,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -26814,8 +26804,7 @@
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Serialization is obsoleted for this type" />
<property name="IsError" value="False" />
<property name="Message" value="Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202" />
</properties>
</attribute>
</attributes>
@ -27429,6 +27418,9 @@
<parameter name="context" position="0" attrib="2" type="System.Net.TransportContext" direction="out" />
</parameters>
</method>
<method name="GetRequestStreamAsync()" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters />
</method>
<method name="GetResponse()" attrib="198" virtual="true" is-override="true" returntype="System.Net.WebResponse">
<parameters />
</method>
@ -29030,6 +29022,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29037,6 +29032,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29044,6 +29042,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29051,6 +29052,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29185,13 +29189,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29279,9 +29276,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29417,37 +29420,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29464,40 +29453,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29513,37 +29488,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29647,37 +29608,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29704,69 +29651,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29798,20 +29717,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29819,54 +29738,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29899,20 +29790,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29920,54 +29811,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30000,20 +29863,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30021,54 +29884,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30101,20 +29936,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30122,54 +29957,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -40106,12 +39913,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -40120,14 +39921,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40445,15 +40238,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40488,15 +40272,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40515,14 +40290,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Просмотреть файл

@ -16,7 +16,7 @@
</attribute>
<attribute name="System.Reflection.AssemblyInformationalVersionAttribute">
<properties>
<property name="InformationalVersion" value="11.12.0.4; git-rev-head:64fece5f0a9fa82af99b0d5bd8b538620e9cf111; git-branch:d15-7" />
<property name="InformationalVersion" value="11.14.0.13; git-rev-head:373c313a3e642c04c52f6000d9584f0a65ad28e4; git-branch:d15-8" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
@ -52031,6 +52031,7 @@
<property name="Selector" value="loadValuesAsynchronouslyForKeys:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.UnavailableAttribute" />
@ -52906,6 +52907,7 @@
<property name="Selector" value="requestMediaDataWhenReadyOnQueue:usingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -55962,6 +55964,7 @@
<property name="Selector" value="addCoordinatedAnimations:completion:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -81728,6 +81731,206 @@
</class>
</classes>
</namespace>
<namespace name="Compression">
<classes>
<class name="CompressionAlgorithm" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<attributes>
<attribute name="ObjCRuntime.TVAttribute" />
</attributes>
<interfaces>
<interface name="System.IComparable" />
<interface name="System.IConvertible" />
<interface name="System.IFormattable" />
</interfaces>
<fields>
<field name="LZ4" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="256" />
<field name="LZ4Raw" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="257" />
<field name="Lzfse" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="2049" />
<field name="Lzma" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="774" />
<field name="Zlib" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="517" />
</fields>
</class>
<class name="CompressionStream" type="class" base="System.IO.Stream" charset="Ansi" layout="Auto">
<attributes />
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.IO.Stream, Compression.CompressionAlgorithm)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="algorithm" position="1" attrib="0" type="Compression.CompressionAlgorithm" />
</parameters>
</constructor>
<constructor name=".ctor(System.IO.Stream, Compression.CompressionAlgorithm, System.Boolean)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="algorithm" position="1" attrib="0" type="Compression.CompressionAlgorithm" />
<parameter name="leaveOpen" position="2" attrib="0" type="System.Boolean" />
</parameters>
</constructor>
<constructor name=".ctor(System.IO.Stream, System.IO.Compression.CompressionMode, Compression.CompressionAlgorithm)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="mode" position="1" attrib="0" type="System.IO.Compression.CompressionMode" />
<parameter name="algorithm" position="2" attrib="0" type="Compression.CompressionAlgorithm" />
</parameters>
</constructor>
<constructor name=".ctor(System.IO.Stream, System.IO.Compression.CompressionMode, Compression.CompressionAlgorithm, System.Boolean)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="mode" position="1" attrib="0" type="System.IO.Compression.CompressionMode" />
<parameter name="algorithm" position="2" attrib="0" type="Compression.CompressionAlgorithm" />
<parameter name="leaveOpen" position="3" attrib="0" type="System.Boolean" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="BaseStream" attrib="0" ptype="System.IO.Stream">
<methods>
<method name="get_BaseStream()" attrib="2182" returntype="System.IO.Stream">
<parameters />
</method>
</methods>
</property>
<property name="CanRead" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_CanRead()" attrib="2246" virtual="true" is-override="true" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="CanSeek" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_CanSeek()" attrib="2246" virtual="true" is-override="true" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="CanWrite" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_CanWrite()" attrib="2246" virtual="true" is-override="true" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int64">
<methods>
<method name="get_Length()" attrib="2246" virtual="true" is-override="true" returntype="System.Int64">
<parameters />
</method>
</methods>
</property>
<property name="Position" attrib="0" ptype="System.Int64">
<methods>
<method name="get_Position()" attrib="2246" virtual="true" is-override="true" returntype="System.Int64">
<parameters />
</method>
<method name="set_Position(System.Int64)" attrib="2246" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
</methods>
</property>
</properties>
<methods>
<method name="BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.IAsyncResult">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="asyncCallback" position="3" attrib="0" type="System.AsyncCallback" />
<parameter name="asyncState" position="4" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.IAsyncResult">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="asyncCallback" position="3" attrib="0" type="System.AsyncCallback" />
<parameter name="asyncState" position="4" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="CopyToAsync(System.IO.Stream, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="bufferSize" position="1" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="2" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Dispose(System.Boolean)" attrib="196" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="disposing" position="0" attrib="0" type="System.Boolean" />
</parameters>
</method>
<method name="EndRead(System.IAsyncResult)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="asyncResult" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="EndWrite(System.IAsyncResult)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="asyncResult" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="Flush()" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters />
</method>
<method name="FlushAsync(System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReadByte()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Seek(System.Int64, System.IO.SeekOrigin)" attrib="198" virtual="true" is-override="true" returntype="System.Int64">
<parameters>
<parameter name="offset" position="0" attrib="0" type="System.Int64" />
<parameter name="origin" position="1" attrib="0" type="System.IO.SeekOrigin" />
</parameters>
</method>
<method name="SetLength(System.Int64)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
</classes>
</namespace>
<namespace name="CoreAnimation">
<classes>
<class name="CAAction" type="class" base="Foundation.NSObject" abstract="true" charset="Ansi" layout="Auto">
@ -172937,6 +173140,7 @@
<property name="Selector" value="relinquishPresentedItemToReader:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -172948,6 +173152,7 @@
<property name="Selector" value="relinquishPresentedItemToWriter:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -172959,6 +173164,7 @@
<property name="Selector" value="savePresentedItemChangesWithCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -172970,6 +173176,7 @@
<property name="Selector" value="accommodatePresentedItemDeletionWithCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -173034,6 +173241,7 @@
<property name="Selector" value="accommodatePresentedSubitemDeletionAtURL:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -173242,6 +173450,7 @@
<property name="ReturnType" value="Foundation.NSProgress" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175079,6 +175288,7 @@
<property name="Selector" value="URLSession:dataTask:didReceiveResponse:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175112,6 +175322,7 @@
<property name="Selector" value="URLSession:dataTask:willCacheResponse:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175163,6 +175374,7 @@
<property name="Selector" value="URLSession:didReceiveChallenge:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175331,6 +175543,7 @@
<property name="Selector" value="URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175342,6 +175555,7 @@
<property name="Selector" value="URLSession:task:didReceiveChallenge:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175353,6 +175567,7 @@
<property name="Selector" value="URLSession:task:needNewBodyStream:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175397,6 +175612,7 @@
<property name="Selector" value="URLSession:task:willBeginDelayedRequest:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -214444,18 +214660,8 @@
</methods>
</property>
<property name="Null" attrib="0" ptype="Foundation.NSNull">
<attributes>
<attribute name="ObjCRuntime.BindingImplAttribute" />
</attributes>
<methods>
<method name="get_Null()" attrib="2198" static="true" returntype="Foundation.NSNull">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
<property name="Selector" value="null" />
</properties>
</attribute>
</attributes>
<parameters />
</method>
</methods>
@ -253233,6 +253439,24 @@
</method>
</methods>
</property>
<property name="ParameterBlockProxy" attrib="0" ptype="System.Type[]">
<methods>
<method name="get_ParameterBlockProxy()" attrib="2182" returntype="System.Type[]">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_ParameterBlockProxy(System.Type[])" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Type[]" />
</parameters>
</method>
</methods>
</property>
<property name="ParameterByRef" attrib="0" ptype="System.Boolean[]">
<methods>
<method name="get_ParameterByRef()" attrib="2182" returntype="System.Boolean[]">
@ -280053,7 +280277,7 @@
<parameter name="upperBound" position="1" attrib="0" type="System.Double" />
</parameters>
</method>
<method name="DisplaceX(GameplayKit.GKNoise, GameplayKit.GKNoise, GameplayKit.GKNoise)" attrib="454" virtual="true" returntype="System.Void">
<method name="Displace(GameplayKit.GKNoise, GameplayKit.GKNoise, GameplayKit.GKNoise)" attrib="454" virtual="true" returntype="System.Void">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
@ -280068,6 +280292,27 @@
<parameter name="zDisplacementNoise" position="2" attrib="0" type="GameplayKit.GKNoise" />
</parameters>
</method>
<method name="DisplaceX(GameplayKit.GKNoise, GameplayKit.GKNoise, GameplayKit.GKNoise)" attrib="454" virtual="true" returntype="System.Void">
<attributes>
<attribute name="ObjCRuntime.BindingImplAttribute" />
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
<properties>
<property name="State" value="Never" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'GKNoise.Displace' instead." />
<property name="IsError" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="xDisplacementNoise" position="0" attrib="0" type="GameplayKit.GKNoise" />
<parameter name="yDisplacementNoise" position="1" attrib="0" type="GameplayKit.GKNoise" />
<parameter name="zDisplacementNoise" position="2" attrib="0" type="GameplayKit.GKNoise" />
</parameters>
</method>
<method name="FromComponentNoises(GameplayKit.GKNoise[], GameplayKit.GKNoise)" attrib="150" static="true" returntype="GameplayKit.GKNoise">
<attributes>
<attribute name="Foundation.ExportAttribute">
@ -328177,6 +328422,7 @@
<property name="Selector" value="addScheduledHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -328197,6 +328443,7 @@
<property name="Selector" value="addCompletedHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329834,6 +330081,7 @@
<property name="ReturnType" value="Metal.IMTLBuffer" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329939,6 +330187,7 @@
<property name="Selector" value="newLibraryWithSource:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329974,6 +330223,7 @@
<property name="Selector" value="newRenderPipelineStateWithDescriptor:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329997,6 +330247,7 @@
<property name="Selector" value="newRenderPipelineStateWithDescriptor:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330020,6 +330271,7 @@
<property name="Selector" value="newComputePipelineStateWithFunction:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330043,6 +330295,7 @@
<property name="Selector" value="newComputePipelineStateWithFunction:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330066,6 +330319,7 @@
<property name="Selector" value="newComputePipelineStateWithDescriptor:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330688,6 +330942,7 @@
<property name="Selector" value="addPresentedHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -331427,6 +331682,7 @@
<property name="Selector" value="newFunctionWithName:constantValues:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -339834,8 +340090,8 @@
<attribute name="ObjCRuntime.TVAttribute" />
</attributes>
<fields>
<field name="EdgeTessellationFactor" attrib="6" fieldtype="System.UInt16[]" />
<field name="InsideTessellationFactor" attrib="6" fieldtype="System.UInt16[]" />
<field name="EdgeTessellationFactor" attrib="4102" fieldtype="System.UInt16[]" />
<field name="InsideTessellationFactor" attrib="4102" fieldtype="System.UInt16[]" />
</fields>
<constructors>
<constructor name=".ctor(System.UInt16[], System.UInt16[])" attrib="6278">
@ -396386,6 +396642,7 @@
<property name="Selector" value="advertiser:didReceiveInvitationFromPeer:withContext:invitationHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -396591,6 +396848,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -399512,12 +399770,13 @@
<field name="TVServicesLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/TVServices.framework/TVServices" />
<field name="UIKitLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/UIKit.framework/UIKit" />
<field name="UserNotificationsLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/UserNotifications.framework/UserNotifications" />
<field name="Version" attrib="32854" fieldtype="System.String" value="11.12.0" />
<field name="Version" attrib="32854" fieldtype="System.String" value="11.14.0" />
<field name="VideoSubscriberAccountLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount" />
<field name="VideoToolboxLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox" />
<field name="VisionLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/Vision.framework/Vision" />
<field name="libSystemLibrary" attrib="32854" fieldtype="System.String" value="/usr/lib/libSystem.dylib" />
<field name="libcLibrary" attrib="32854" fieldtype="System.String" value="/usr/lib/libc.dylib" />
<field name="libcompression" attrib="32854" fieldtype="System.String" value="/usr/lib/libcompression.dylib" />
</fields>
</class>
<class name="DelegateProxyAttribute" type="class" base="System.Attribute" sealed="true" charset="Ansi" layout="Auto">
@ -421444,6 +421703,7 @@
<property name="Selector" value="runAction:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -421466,6 +421726,7 @@
<property name="Selector" value="runAction:forKey:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -422710,6 +422971,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -422721,6 +422983,7 @@
<property name="Selector" value="prepareObjects:withCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -422732,6 +422995,7 @@
<property name="Selector" value="presentScene:withTransition:incomingPointOfView:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -423561,6 +423825,7 @@
<property name="Selector" value="handleBindingOfSymbol:usingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -423572,6 +423837,7 @@
<property name="Selector" value="handleUnbindingOfSymbol:usingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -435360,6 +435626,26 @@
</method>
</methods>
</property>
<property name="SearchModeKey" attrib="0" ptype="Foundation.NSString">
<attributes>
<attribute name="Foundation.FieldAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<methods>
<method name="get_SearchModeKey()" attrib="2198" static="true" returntype="Foundation.NSString">
<attributes>
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
<property name="SortResultsKey" attrib="0" ptype="Foundation.NSString">
<attributes>
<attribute name="Foundation.FieldAttribute" />
@ -435375,6 +435661,7 @@
<class name="SCNHitTestOptions" type="class" base="Foundation.DictionaryContainer" charset="Ansi" layout="Auto">
<attributes>
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.WatchAttribute" />
</attributes>
<constructors>
<constructor name=".ctor()" attrib="6278">
@ -435454,6 +435741,13 @@
</methods>
</property>
<property name="OptionSearchMode" attrib="0" ptype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'SearchMode' instead." />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_OptionSearchMode()" attrib="2182" returntype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<parameters />
@ -435472,6 +435766,18 @@
</method>
</methods>
</property>
<property name="SearchMode" attrib="0" ptype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<methods>
<method name="get_SearchMode()" attrib="2182" returntype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<parameters />
</method>
<method name="set_SearchMode(System.Nullable`1[SceneKit.SCNHitTestSearchMode])" attrib="2182" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Nullable`1[SceneKit.SCNHitTestSearchMode]" />
</parameters>
</method>
</methods>
</property>
<property name="SortResults" attrib="0" ptype="System.Nullable`1[System.Boolean]">
<methods>
<method name="get_SortResults()" attrib="2182" returntype="System.Nullable`1[System.Boolean]">
@ -450103,7 +450409,20 @@
<parameter name="options" position="1" attrib="0" type="SceneKit.SCNPhysicsShapeOptions" />
</parameters>
</method>
<method name="Create(SceneKit.SCNPhysicsShape[], SceneKit.SCNMatrix4[])" attrib="150" static="true" returntype="SceneKit.SCNPhysicsShape">
<parameters>
<parameter name="shapes" position="0" attrib="0" type="SceneKit.SCNPhysicsShape[]" />
<parameter name="transforms" position="1" attrib="0" type="SceneKit.SCNMatrix4[]" />
</parameters>
</method>
<method name="Create(SceneKit.SCNPhysicsShape[], SceneKit.SCNVector3[])" attrib="150" static="true" returntype="SceneKit.SCNPhysicsShape">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use the 'Create' method that takes a 'SCNMatrix4 []'." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="shapes" position="0" attrib="0" type="SceneKit.SCNPhysicsShape[]" />
<parameter name="transforms" position="1" attrib="0" type="SceneKit.SCNVector3[]" />
@ -469683,13 +470002,38 @@
</methods>
</property>
<property name="TimingFunction" attrib="0" ptype="SpriteKit.SKActionTimingFunction">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'TimingFunction2' instead." />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_TimingFunction()" attrib="2502" virtual="true" returntype="SpriteKit.SKActionTimingFunction">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_TimingFunction(SpriteKit.SKActionTimingFunction)" attrib="2502" virtual="true" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="SpriteKit.SKActionTimingFunction" />
</parameters>
</method>
</methods>
</property>
<property name="TimingFunction2" attrib="0" ptype="SpriteKit.SKActionTimingFunction2">
<attributes>
<attribute name="ObjCRuntime.BindingImplAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<methods>
<method name="get_TimingFunction()" attrib="2502" virtual="true" returntype="SpriteKit.SKActionTimingFunction">
<method name="get_TimingFunction2()" attrib="2502" virtual="true" returntype="SpriteKit.SKActionTimingFunction2">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
@ -469703,7 +470047,7 @@
</attributes>
<parameters />
</method>
<method name="set_TimingFunction(SpriteKit.SKActionTimingFunction)" attrib="2502" virtual="true" returntype="System.Void">
<method name="set_TimingFunction2(SpriteKit.SKActionTimingFunction2)" attrib="2502" virtual="true" returntype="System.Void">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
@ -469715,7 +470059,7 @@
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="SpriteKit.SKActionTimingFunction" />
<parameter name="value" position="0" attrib="0" type="SpriteKit.SKActionTimingFunction2" />
</parameters>
</method>
</methods>
@ -471258,6 +471602,13 @@
</methods>
</class>
<class name="SKActionTimingFunction" type="delegate" base="System.MulticastDelegate" sealed="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'SKActionTimingFunction2' instead." />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ICloneable" />
<interface name="System.Runtime.Serialization.ISerializable" />
@ -471290,6 +471641,39 @@
</method>
</methods>
</class>
<class name="SKActionTimingFunction2" type="delegate" base="System.MulticastDelegate" sealed="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.ICloneable" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Object, System.IntPtr)" attrib="6278">
<parameters>
<parameter name="object" position="0" attrib="0" type="System.Object" />
<parameter name="method" position="1" attrib="0" type="System.IntPtr" />
</parameters>
</constructor>
</constructors>
<methods>
<method name="BeginInvoke(System.Single, System.AsyncCallback, System.Object)" attrib="454" virtual="true" returntype="System.IAsyncResult">
<parameters>
<parameter name="time" position="0" attrib="0" type="System.Single" />
<parameter name="callback" position="1" attrib="0" type="System.AsyncCallback" />
<parameter name="object" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="EndInvoke(System.IAsyncResult)" attrib="454" virtual="true" returntype="System.Single">
<parameters>
<parameter name="result" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="Invoke(System.Single)" attrib="454" virtual="true" returntype="System.Single">
<parameters>
<parameter name="time" position="0" attrib="0" type="System.Single" />
</parameters>
</method>
</methods>
</class>
<class name="SKActionTimingMode" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int64">
<attributes>
<attribute name="ObjCRuntime.NativeAttribute" />
@ -502527,6 +502911,7 @@
<property name="Selector" value="application:didReceiveRemoteNotification:fetchCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502538,6 +502923,7 @@
<property name="Selector" value="application:handleEventsForBackgroundURLSession:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502549,6 +502935,7 @@
<property name="Selector" value="application:performFetchWithCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502561,6 +502948,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502618,6 +503006,7 @@
<property name="Selector" value="application:handleWatchKitExtensionRequest:reply:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -503885,6 +504274,7 @@
<property name="Selector" value="performUsingPresentationValues:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -509864,6 +510254,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -509876,6 +510267,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -509887,6 +510279,7 @@
<property name="Selector" value="notifyWhenInteractionEndsUsingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -509898,6 +510291,7 @@
<property name="Selector" value="notifyWhenInteractionChangesUsingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -510472,6 +510866,7 @@
<property name="Selector" value="addAnimations:delayFactor:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -510483,6 +510878,7 @@
<property name="Selector" value="addAnimations:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -510494,6 +510890,7 @@
<property name="Selector" value="addCompletion:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -600922,6 +601319,7 @@
<property name="Selector" value="userNotificationCenter:willPresentNotification:withCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />

Просмотреть файл

@ -5286,11 +5286,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -14932,14 +14927,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16440,127 +16427,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -17924,328 +17790,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18976,218 +18520,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19263,11 +18595,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19351,6 +18678,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20301,11 +19629,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27180,6 +26503,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -32873,12 +32255,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32897,12 +32279,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32920,12 +32302,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33322,12 +32704,12 @@
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
</attributes>
@ -44535,11 +43917,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44547,12 +43924,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44601,11 +43972,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -59069,9 +58435,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -86395,7 +85763,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -100103,11 +99471,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

@ -23747,11 +23747,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23759,12 +23754,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23787,11 +23776,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24824,6 +24808,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24831,6 +24818,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28904,6 +28894,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28911,6 +28904,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28918,6 +28914,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28925,6 +28924,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29059,13 +29061,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29153,9 +29148,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29291,37 +29292,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29338,40 +29325,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29387,37 +29360,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29521,37 +29480,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29578,69 +29523,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29672,20 +29589,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29693,54 +29610,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29773,20 +29662,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29794,54 +29683,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29874,20 +29735,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29895,54 +29756,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29975,20 +29808,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29996,54 +29829,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -39963,12 +39768,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -39977,14 +39776,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40302,15 +40093,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40345,15 +40127,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40372,14 +40145,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5291,11 +5291,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -14937,14 +14932,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16445,127 +16432,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -17929,328 +17795,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18981,218 +18525,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19268,11 +18600,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19356,6 +18683,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20306,11 +19634,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27185,6 +26508,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -32855,12 +32237,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32878,12 +32260,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33327,12 +32709,12 @@
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
</attributes>
@ -44540,11 +43922,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44552,12 +43929,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44606,11 +43977,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -59074,9 +58440,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -86400,7 +85768,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -100108,11 +99476,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">

Просмотреть файл

@ -872,7 +872,11 @@
<interface name="UIKit.IUIScrollViewDelegate" />
</interfaces>
<fields>
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController" />
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController">
<attributes>
<attribute name="System.WeakAttribute" />
</attributes>
</field>
<field name="Root" attrib="4" fieldtype="MonoTouch.Dialog.RootElement" />
</fields>
<constructors>

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

@ -23715,11 +23715,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23727,12 +23722,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23755,11 +23744,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24835,6 +24819,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24842,6 +24829,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -26782,8 +26772,7 @@
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Serialization is obsoleted for this type" />
<property name="IsError" value="False" />
<property name="Message" value="Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202" />
</properties>
</attribute>
</attributes>
@ -27397,6 +27386,9 @@
<parameter name="context" position="0" attrib="2" type="System.Net.TransportContext" direction="out" />
</parameters>
</method>
<method name="GetRequestStreamAsync()" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters />
</method>
<method name="GetResponse()" attrib="198" virtual="true" is-override="true" returntype="System.Net.WebResponse">
<parameters />
</method>
@ -28998,6 +28990,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29005,6 +29000,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29012,6 +29010,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29019,6 +29020,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29153,13 +29157,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29247,9 +29244,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29385,37 +29388,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29432,40 +29421,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29481,37 +29456,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29615,37 +29576,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29672,69 +29619,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29766,20 +29685,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29787,54 +29706,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29867,20 +29758,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29888,54 +29779,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29968,20 +29831,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29989,54 +29852,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30069,20 +29904,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30090,54 +29925,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -40074,12 +39881,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -40088,14 +39889,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40413,15 +40206,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40456,15 +40240,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40483,14 +40258,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5217,11 +5217,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -14863,14 +14858,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16371,127 +16358,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -17855,328 +17721,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18907,218 +18451,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19194,11 +18526,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19282,6 +18609,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20232,11 +19560,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27111,6 +26434,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -32781,12 +32163,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32851,12 +32233,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33253,12 +32635,12 @@
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
</attributes>
@ -44466,11 +43848,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44478,12 +43855,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44532,11 +43903,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -59000,9 +58366,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -86317,7 +85685,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -100025,11 +99393,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">

Просмотреть файл

@ -4,9 +4,14 @@
<attributes>
<attribute name="System.Diagnostics.DebuggableAttribute">
<properties>
<property name="IsJITTrackingEnabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITOptimizerDisabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="DebuggingFlags" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITTrackingEnabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="IsJITOptimizerDisabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="DebuggingFlags" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute">
<properties>
<property name="CompilationRelaxations" value="8" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute">

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -2081,6 +2081,7 @@
</class>
<class name="SqliteException" type="class" base="System.Data.Common.DbException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -2215,6 +2216,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />

Просмотреть файл

@ -2535,6 +2535,7 @@
</class>
<class name="TdsInternalException" type="class" base="System.SystemException" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<properties>
@ -2818,6 +2819,7 @@
</class>
<class name="TdsTimeoutException" type="class" base="Mono.Data.Tds.Protocol.TdsInternalException" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
</class>

Просмотреть файл

@ -4460,6 +4460,7 @@
</class>
<class name="TlsException" type="class" base="System.Exception" sealed="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8363,6 +8364,7 @@
</class>
<class name="XMLError" type="class" base="System.Exception" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<fields>

Просмотреть файл

@ -4,9 +4,14 @@
<attributes>
<attribute name="System.Diagnostics.DebuggableAttribute">
<properties>
<property name="IsJITTrackingEnabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITOptimizerDisabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="DebuggingFlags" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITTrackingEnabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="IsJITOptimizerDisabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="DebuggingFlags" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute">
<properties>
<property name="CompilationRelaxations" value="8" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute">

Просмотреть файл

@ -372,6 +372,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -387,6 +390,7 @@
</class>
<class name="ChangeRejectedException" type="class" base="System.ComponentModel.Composition.CompositionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -422,6 +426,7 @@
</class>
<class name="CompositionContractMismatchException" type="class" base="System.Exception" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -527,6 +532,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -590,6 +596,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -719,6 +728,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String, System.Object)" attrib="6278">
<parameters>
@ -794,6 +806,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -924,6 +939,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -962,6 +978,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1082,6 +1101,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1098,6 +1120,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1130,6 +1155,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1146,6 +1174,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -1176,6 +1207,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.ComponentModel.Composition.CreationPolicy)" attrib="6278">
<parameters>
@ -1206,6 +1240,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String, System.Object)" attrib="6278">
<parameters>
@ -1247,6 +1284,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -2792,6 +2832,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>

Просмотреть файл

@ -122,6 +122,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String, System.String, System.String)" attrib="6278">
<parameters>
@ -191,6 +194,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -226,6 +232,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -286,6 +295,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -301,6 +313,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -323,6 +338,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type, System.String)" attrib="6278">
<parameters>
@ -403,6 +421,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.ComponentModel.DataAnnotations.DataType)" attrib="6278">
<parameters>
@ -475,6 +496,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -627,6 +651,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -689,6 +716,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -797,6 +827,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Boolean)" attrib="6278">
<parameters>
@ -844,6 +877,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -866,6 +902,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -902,6 +941,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -943,6 +985,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -1027,6 +1072,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1042,6 +1090,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1086,6 +1137,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -1112,6 +1166,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Int32)" attrib="6278">
<parameters>
@ -1153,6 +1210,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1175,6 +1235,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Double, System.Double)" attrib="6278">
<parameters>
@ -1250,6 +1313,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -1303,6 +1369,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1345,6 +1414,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Boolean)" attrib="6278">
<parameters>
@ -1374,6 +1446,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Boolean)" attrib="6278">
<parameters>
@ -1403,6 +1478,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Int32)" attrib="6278">
<parameters>
@ -1463,6 +1541,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1478,6 +1559,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -1552,6 +1636,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1566,6 +1653,9 @@
</methods>
</class>
<class name="ValidationAttribute" type="class" base="System.Attribute" abstract="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6276">
<parameters />
@ -1763,6 +1853,7 @@
</class>
<class name="ValidationException" type="class" base="System.Exception" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -1953,6 +2044,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -2006,6 +2100,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -2021,6 +2118,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption)" attrib="6278">
<parameters>
@ -2062,6 +2162,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -2088,6 +2191,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -2114,6 +2220,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -2129,6 +2238,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>

Просмотреть файл

@ -117,6 +117,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -860,6 +861,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -1062,6 +1064,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -1469,6 +1472,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -1509,6 +1515,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String, System.String)" attrib="6278">
<parameters>
@ -1716,6 +1725,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1731,6 +1743,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -1778,6 +1793,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String, System.Data.Services.Common.SyndicationItemProperty, System.Data.Services.Common.SyndicationTextContentKind, System.Boolean)" attrib="6278">
<parameters>
@ -1858,6 +1876,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -1885,6 +1906,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />

Просмотреть файл

@ -139,6 +139,7 @@
</class>
<class name="InvalidUdtException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<methods>
@ -653,6 +654,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -731,6 +735,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1291,6 +1298,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1345,6 +1355,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1375,6 +1388,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1461,6 +1477,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<fields>
<field name="MaxByteSizeValue" attrib="32854" fieldtype="System.Int32" value="8000" />
</fields>
@ -1563,6 +1582,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(Microsoft.SqlServer.Server.Format)" attrib="6278">
<parameters>
@ -2034,6 +2056,7 @@
</class>
<class name="ConstraintException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -2061,6 +2084,7 @@
</class>
<class name="DBConcurrencyException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -2802,6 +2826,7 @@
</class>
<class name="DataException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -4625,6 +4650,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<attributes>
@ -6743,6 +6771,7 @@
</class>
<class name="DeletedRowInaccessibleException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -6770,6 +6799,7 @@
</class>
<class name="DuplicateNameException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -6797,6 +6827,7 @@
</class>
<class name="EvaluateException" type="class" base="System.Data.InvalidExpressionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -7977,6 +8008,7 @@
</class>
<class name="InRowChangingEventException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8091,6 +8123,7 @@
</class>
<class name="InvalidConstraintException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8118,6 +8151,7 @@
</class>
<class name="InvalidExpressionException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8276,6 +8310,7 @@
</class>
<class name="MissingPrimaryKeyException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8316,6 +8351,7 @@
</class>
<class name="NoNullAllowedException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8343,6 +8379,7 @@
</class>
<class name="OperationAbortedException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
</class>
@ -8414,6 +8451,7 @@
</class>
<class name="ReadOnlyException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8441,6 +8479,7 @@
</class>
<class name="RowNotInTableException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8685,6 +8724,7 @@
</class>
<class name="StrongTypingException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8712,6 +8752,7 @@
</class>
<class name="SyntaxErrorException" type="class" base="System.Data.InvalidExpressionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8739,6 +8780,7 @@
</class>
<class name="TypedDataSetGeneratorException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8934,6 +8976,7 @@
</class>
<class name="VersionNotFoundException" type="class" base="System.Data.DataException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -9120,6 +9163,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Security.Permissions.SecurityAction)" attrib="6276">
<parameters>
@ -12540,6 +12586,7 @@
</class>
<class name="DbException" type="class" base="System.Runtime.InteropServices.ExternalException" abstract="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -13195,6 +13242,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Boolean)" attrib="6278">
<parameters>
@ -14266,6 +14316,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Security.Permissions.SecurityAction)" attrib="6278">
<parameters>
@ -16357,6 +16410,7 @@
</class>
<class name="SqlException" type="class" base="System.Data.Common.DbException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<properties>
@ -17453,6 +17507,7 @@
</class>
<class name="SqlAlreadyFilledException" type="class" base="System.Data.SqlTypes.SqlTypeException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -21167,6 +21222,7 @@
</class>
<class name="SqlNotFilledException" type="class" base="System.Data.SqlTypes.SqlTypeException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -21188,6 +21244,7 @@
</class>
<class name="SqlNullValueException" type="class" base="System.Data.SqlTypes.SqlTypeException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -21848,6 +21905,7 @@
</class>
<class name="SqlTruncateException" type="class" base="System.Data.SqlTypes.SqlTypeException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -21869,6 +21927,7 @@
</class>
<class name="SqlTypeException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

@ -335,6 +335,7 @@
</class>
<class name="UriTemplateMatchException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -1370,6 +1371,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
<interface name="System.ServiceModel.Description.IOperationBehavior" />
</interfaces>
<constructors>
@ -1458,6 +1460,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
<interface name="System.ServiceModel.Description.IOperationBehavior" />
</interfaces>
<constructors>

Просмотреть файл

@ -3364,6 +3364,7 @@
<classes>
<class name="ActionNotSupportedException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -3681,6 +3682,7 @@
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
<interface name="System.ServiceModel.Description.IEndpointBehavior" />
</interfaces>
<constructors>
@ -4470,6 +4472,7 @@
</class>
<class name="CommunicationException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -4497,6 +4500,7 @@
</class>
<class name="CommunicationObjectAbortedException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -4524,6 +4528,7 @@
</class>
<class name="CommunicationObjectFaultedException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -4585,6 +4590,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -5213,6 +5221,7 @@
</class>
<class name="EndpointNotFoundException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -5579,6 +5588,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -5653,6 +5665,7 @@
</class>
<class name="FaultException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -5784,6 +5797,7 @@
</class>
<class name="FaultException`1" type="class" base="System.ServiceModel.FaultException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<generic-parameters>
@ -6709,6 +6723,7 @@
</class>
<class name="InvalidMessageContractException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -6743,6 +6758,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -6771,6 +6789,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -6835,6 +6856,9 @@
</properties>
</class>
<class name="MessageContractMemberAttribute" type="class" base="System.Attribute" abstract="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6276">
<parameters />
@ -6909,6 +6933,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -6924,6 +6951,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -6970,6 +7000,7 @@
</class>
<class name="MessageHeaderException" type="class" base="System.ServiceModel.ProtocolException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -7155,6 +7186,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -7184,6 +7218,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -7991,6 +8028,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -8194,6 +8234,7 @@
</class>
<class name="ProtocolException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8245,6 +8286,7 @@
</class>
<class name="QuotaExceededException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8392,6 +8434,7 @@
</class>
<class name="ServerTooBusyException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8419,6 +8462,7 @@
</class>
<class name="ServiceActivationException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -8453,6 +8497,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -8550,6 +8597,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -8830,6 +8880,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -16392,6 +16445,7 @@
</class>
<class name="MessageSecurityException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -16550,6 +16604,7 @@
</class>
<class name="SecurityAccessDeniedException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -16577,6 +16632,7 @@
</class>
<class name="SecurityNegotiationException" type="class" base="System.ServiceModel.CommunicationException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>

Просмотреть файл

@ -556,6 +556,7 @@
</class>
<class name="TransactionAbortedException" type="class" base="System.Transactions.TransactionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -634,6 +635,7 @@
</class>
<class name="TransactionException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -661,6 +663,7 @@
</class>
<class name="TransactionInDoubtException" type="class" base="System.Transactions.TransactionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -819,6 +822,7 @@
</class>
<class name="TransactionManagerCommunicationException" type="class" base="System.Transactions.TransactionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -896,6 +900,7 @@
</class>
<class name="TransactionPromotionException" type="class" base="System.Transactions.TransactionException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>

Просмотреть файл

@ -294,6 +294,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -409,6 +412,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<fields>
<field name="DefaultNamespace" attrib="32854" fieldtype="System.String" value="http://tempuri.org/" />
</fields>
@ -466,6 +472,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -579,6 +588,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -673,6 +685,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -717,6 +732,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -1920,8 +1938,8 @@
<attributes>
<attribute name="System.Xml.Serialization.XmlElementAttribute">
<properties>
<property name="ElementName" value="match" />
<property name="Type" value="System.Web.Services.Description.MimeTextMatch" />
<property name="ElementName" value="match" />
</properties>
</attribute>
</attributes>
@ -2290,14 +2308,14 @@
<attributes>
<attribute name="System.Xml.Serialization.XmlElementAttribute">
<properties>
<property name="ElementName" value="output" />
<property name="Type" value="System.Web.Services.Description.OperationOutput" />
<property name="ElementName" value="output" />
</properties>
</attribute>
<attribute name="System.Xml.Serialization.XmlElementAttribute">
<properties>
<property name="ElementName" value="input" />
<property name="Type" value="System.Web.Services.Description.OperationInput" />
<property name="ElementName" value="input" />
</properties>
</attribute>
</attributes>
@ -4883,8 +4901,8 @@
<attribute name="System.Xml.Serialization.XmlElementAttribute">
<properties>
<property name="Namespace" value="http://www.w3.org/2001/XMLSchema" />
<property name="ElementName" value="schema" />
<property name="Type" value="System.Xml.Schema.XmlSchema" />
<property name="ElementName" value="schema" />
</properties>
</attribute>
</attributes>
@ -5933,8 +5951,8 @@
<attributes>
<attribute name="System.Xml.Serialization.XmlElementAttribute">
<properties>
<property name="ElementName" value="exclude" />
<property name="Type" value="System.Web.Services.Discovery.ExcludePathInfo" />
<property name="ElementName" value="exclude" />
</properties>
</attribute>
</attributes>
@ -6214,6 +6232,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -6915,6 +6936,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -7045,6 +7069,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -7102,6 +7129,7 @@
</class>
<class name="SoapException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<fields>
@ -7341,6 +7369,9 @@
</methods>
</class>
<class name="SoapExtensionAttribute" type="class" base="System.Attribute" abstract="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6276">
<parameters />
@ -7653,6 +7684,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -8115,6 +8149,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -8240,6 +8277,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />

Просмотреть файл

@ -2405,6 +2405,7 @@
</class>
<class name="XmlException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -10094,6 +10095,7 @@
</class>
<class name="XmlSchemaException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -10681,6 +10683,7 @@
</class>
<class name="XmlSchemaInferenceException" type="class" base="System.Xml.Schema.XmlSchemaException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -12393,6 +12396,7 @@
</class>
<class name="XmlSchemaValidationException" type="class" base="System.Xml.Schema.XmlSchemaException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -13050,6 +13054,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13243,6 +13250,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13300,6 +13310,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13333,6 +13346,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13348,6 +13364,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -13495,6 +13514,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13619,6 +13641,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13634,6 +13659,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13767,6 +13795,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -13849,6 +13880,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -14035,6 +14069,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -14413,6 +14450,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -14499,6 +14539,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -14759,6 +14802,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -14792,6 +14838,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -14807,6 +14856,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Type)" attrib="6278">
<parameters>
@ -14995,6 +15047,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -15285,6 +15340,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -15516,6 +15574,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor(System.String)" attrib="6278">
<parameters>
@ -17225,6 +17286,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -17443,6 +17507,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -17512,6 +17579,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -17557,6 +17627,9 @@
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.Runtime.InteropServices._Attribute" />
</interfaces>
<constructors>
<constructor name=".ctor()" attrib="6278">
<parameters />
@ -17707,6 +17780,7 @@
</class>
<class name="XPathException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -19255,6 +19329,7 @@
</class>
<class name="XsltCompileException" type="class" base="System.Xml.Xsl.XsltException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
@ -19349,6 +19424,7 @@
</class>
<class name="XsltException" type="class" base="System.SystemException" serializable="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.Runtime.InteropServices._Exception" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>

Просмотреть файл

@ -23700,11 +23700,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23712,12 +23707,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23740,11 +23729,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24820,6 +24804,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24827,6 +24814,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -26767,8 +26757,7 @@
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Serialization is obsoleted for this type" />
<property name="IsError" value="False" />
<property name="Message" value="Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202" />
</properties>
</attribute>
</attributes>
@ -27382,6 +27371,9 @@
<parameter name="context" position="0" attrib="2" type="System.Net.TransportContext" direction="out" />
</parameters>
</method>
<method name="GetRequestStreamAsync()" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters />
</method>
<method name="GetResponse()" attrib="198" virtual="true" is-override="true" returntype="System.Net.WebResponse">
<parameters />
</method>
@ -28983,6 +28975,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28990,6 +28985,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28997,6 +28995,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29004,6 +29005,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29138,13 +29142,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29232,9 +29229,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29370,37 +29373,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29417,40 +29406,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29466,37 +29441,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29600,37 +29561,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29657,69 +29604,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29751,20 +29670,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29772,54 +29691,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29852,20 +29743,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29873,54 +29764,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29953,20 +29816,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29974,54 +29837,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30054,20 +29889,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30075,54 +29910,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -40059,12 +39866,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -40073,14 +39874,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40398,15 +40191,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40441,15 +40225,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40468,14 +40243,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5374,11 +5374,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -15020,14 +15015,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16528,127 +16515,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18012,328 +17878,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19064,218 +18608,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19351,11 +18683,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19439,6 +18766,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20389,11 +19717,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27323,6 +26646,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -33040,12 +32422,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33063,12 +32445,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -44678,11 +44060,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44690,12 +44067,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44744,11 +44115,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -62457,9 +61823,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -92123,7 +91491,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -105856,11 +105224,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">