@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -1,122 +1,136 @@
1
1
  {
2
2
  "namespace": "System",
3
+ "contributingAssemblies": [
4
+ "System.ComponentModel",
5
+ "System.ComponentModel.TypeConverter",
6
+ "System.Configuration.ConfigurationManager",
7
+ "System.Console",
8
+ "System.Memory",
9
+ "System.Memory.Data",
10
+ "System.Private.CoreLib",
11
+ "System.Private.Uri"
12
+ ],
3
13
  "types": [
4
14
  {
5
15
  "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope",
6
16
  "clrName": "System.UriIdnScope",
7
- "tsEmitName": "UriIdnScope",
8
17
  "assemblyName": "System.Configuration.ConfigurationManager",
9
18
  "metadataToken": 0,
19
+ "kind": "Enum",
20
+ "accessibility": "Public",
21
+ "isAbstract": false,
22
+ "isSealed": true,
23
+ "isStatic": false,
24
+ "arity": 0,
25
+ "baseType": {
26
+ "stableId": "System.Private.CoreLib:System.Enum",
27
+ "clrName": "System.Enum"
28
+ },
29
+ "interfaces": [
30
+ {
31
+ "stableId": "System.Private.CoreLib:System.IComparable",
32
+ "clrName": "System.IComparable"
33
+ },
34
+ {
35
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
36
+ "clrName": "System.ISpanFormattable"
37
+ },
38
+ {
39
+ "stableId": "System.Private.CoreLib:System.IFormattable",
40
+ "clrName": "System.IFormattable"
41
+ },
42
+ {
43
+ "stableId": "System.Private.CoreLib:System.IConvertible",
44
+ "clrName": "System.IConvertible"
45
+ }
46
+ ],
10
47
  "methods": [],
11
48
  "properties": [],
12
49
  "fields": [
13
50
  {
14
51
  "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::value__System.Int32",
15
52
  "clrName": "value__",
16
- "tsEmitName": "value__",
17
53
  "metadataToken": 67108865,
18
54
  "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
55
  "isStatic": false,
20
56
  "isReadOnly": false,
57
+ "isLiteral": false,
58
+ "visibility": "Public",
21
59
  "declaringClrType": "System.UriIdnScope",
22
60
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
23
61
  },
24
62
  {
25
63
  "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::NoneSystem.UriIdnScope",
26
64
  "clrName": "None",
27
- "tsEmitName": "none",
28
65
  "metadataToken": 67108866,
29
66
  "normalizedSignature": "None|System.UriIdnScope|static=true|const=true",
30
67
  "isStatic": true,
31
68
  "isReadOnly": false,
69
+ "isLiteral": true,
70
+ "visibility": "Public",
32
71
  "declaringClrType": "System.UriIdnScope",
33
72
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
34
73
  },
35
74
  {
36
75
  "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::AllExceptIntranetSystem.UriIdnScope",
37
76
  "clrName": "AllExceptIntranet",
38
- "tsEmitName": "allExceptIntranet",
39
77
  "metadataToken": 67108867,
40
78
  "normalizedSignature": "AllExceptIntranet|System.UriIdnScope|static=true|const=true",
41
79
  "isStatic": true,
42
80
  "isReadOnly": false,
81
+ "isLiteral": true,
82
+ "visibility": "Public",
43
83
  "declaringClrType": "System.UriIdnScope",
44
84
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
45
85
  },
46
86
  {
47
87
  "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::AllSystem.UriIdnScope",
48
88
  "clrName": "All",
49
- "tsEmitName": "all",
50
89
  "metadataToken": 67108868,
51
90
  "normalizedSignature": "All|System.UriIdnScope|static=true|const=true",
52
91
  "isStatic": true,
53
92
  "isReadOnly": false,
93
+ "isLiteral": true,
94
+ "visibility": "Public",
54
95
  "declaringClrType": "System.UriIdnScope",
55
96
  "declaringAssemblyName": "System.Configuration.ConfigurationManager"
56
97
  }
57
98
  ],
58
99
  "events": [],
59
- "constructors": [],
60
- "exposedFields": [
61
- {
62
- "tsName": "value__",
63
- "isStatic": false,
64
- "tsSignatureId": "value__|System.Int32|static=false|const=false",
65
- "target": {
66
- "declaringClrType": "System.UriIdnScope",
67
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
68
- "metadataToken": 67108865
69
- }
70
- },
71
- {
72
- "tsName": "none",
73
- "isStatic": true,
74
- "tsSignatureId": "None|System.UriIdnScope|static=true|const=true",
75
- "target": {
76
- "declaringClrType": "System.UriIdnScope",
77
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
78
- "metadataToken": 67108866
79
- }
80
- },
81
- {
82
- "tsName": "allExceptIntranet",
83
- "isStatic": true,
84
- "tsSignatureId": "AllExceptIntranet|System.UriIdnScope|static=true|const=true",
85
- "target": {
86
- "declaringClrType": "System.UriIdnScope",
87
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
88
- "metadataToken": 67108867
89
- }
90
- },
91
- {
92
- "tsName": "all",
93
- "isStatic": true,
94
- "tsSignatureId": "All|System.UriIdnScope|static=true|const=true",
95
- "target": {
96
- "declaringClrType": "System.UriIdnScope",
97
- "declaringAssemblyName": "System.Configuration.ConfigurationManager",
98
- "metadataToken": 67108868
99
- }
100
- }
101
- ]
100
+ "constructors": []
102
101
  },
103
102
  {
104
103
  "stableId": "System.Memory.Data:System.BinaryData",
105
104
  "clrName": "System.BinaryData",
106
- "tsEmitName": "BinaryData",
107
105
  "assemblyName": "System.Memory.Data",
108
106
  "metadataToken": 0,
107
+ "kind": "Class",
108
+ "accessibility": "Public",
109
+ "isAbstract": false,
110
+ "isSealed": false,
111
+ "isStatic": false,
112
+ "arity": 0,
113
+ "baseType": {
114
+ "stableId": "System.Private.CoreLib:System.Object",
115
+ "clrName": "System.Object"
116
+ },
109
117
  "methods": [
110
118
  {
111
119
  "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData",
112
120
  "clrName": "FromBytes",
113
- "tsEmitName": "fromBytes",
114
121
  "metadataToken": 100663309,
115
122
  "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData",
116
123
  "normalizedSignature": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData|static=true",
117
124
  "emitScope": "ClassSurface",
125
+ "provenance": "Original",
118
126
  "arity": 0,
119
127
  "parameterCount": 1,
128
+ "isStatic": true,
129
+ "isAbstract": false,
130
+ "isVirtual": false,
131
+ "isOverride": false,
132
+ "isSealed": false,
133
+ "visibility": "Public",
120
134
  "declaringClrType": "System.BinaryData",
121
135
  "declaringAssemblyName": "System.Memory.Data",
122
136
  "isExtensionMethod": false
@@ -124,13 +138,19 @@
124
138
  {
125
139
  "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData",
126
140
  "clrName": "FromBytes",
127
- "tsEmitName": "fromBytes",
128
141
  "metadataToken": 100663310,
129
142
  "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData",
130
143
  "normalizedSignature": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData|static=true",
131
144
  "emitScope": "ClassSurface",
145
+ "provenance": "Original",
132
146
  "arity": 0,
133
147
  "parameterCount": 2,
148
+ "isStatic": true,
149
+ "isAbstract": false,
150
+ "isVirtual": false,
151
+ "isOverride": false,
152
+ "isSealed": false,
153
+ "visibility": "Public",
134
154
  "declaringClrType": "System.BinaryData",
135
155
  "declaringAssemblyName": "System.Memory.Data",
136
156
  "isExtensionMethod": false
@@ -138,13 +158,19 @@
138
158
  {
139
159
  "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.Byte[]):System.BinaryData",
140
160
  "clrName": "FromBytes",
141
- "tsEmitName": "fromBytes",
142
161
  "metadataToken": 100663311,
143
162
  "canonicalSignature": "(System.Byte[]):System.BinaryData",
144
163
  "normalizedSignature": "FromBytes|(System.Byte[]):System.BinaryData|static=true",
145
164
  "emitScope": "ClassSurface",
165
+ "provenance": "Original",
146
166
  "arity": 0,
147
167
  "parameterCount": 1,
168
+ "isStatic": true,
169
+ "isAbstract": false,
170
+ "isVirtual": false,
171
+ "isOverride": false,
172
+ "isSealed": false,
173
+ "visibility": "Public",
148
174
  "declaringClrType": "System.BinaryData",
149
175
  "declaringAssemblyName": "System.Memory.Data",
150
176
  "isExtensionMethod": false
@@ -152,13 +178,19 @@
152
178
  {
153
179
  "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.Byte[],System.String):System.BinaryData",
154
180
  "clrName": "FromBytes",
155
- "tsEmitName": "fromBytes",
156
181
  "metadataToken": 100663312,
157
182
  "canonicalSignature": "(System.Byte[],System.String):System.BinaryData",
158
183
  "normalizedSignature": "FromBytes|(System.Byte[],System.String):System.BinaryData|static=true",
159
184
  "emitScope": "ClassSurface",
185
+ "provenance": "Original",
160
186
  "arity": 0,
161
187
  "parameterCount": 2,
188
+ "isStatic": true,
189
+ "isAbstract": false,
190
+ "isVirtual": false,
191
+ "isOverride": false,
192
+ "isSealed": false,
193
+ "visibility": "Public",
162
194
  "declaringClrType": "System.BinaryData",
163
195
  "declaringAssemblyName": "System.Memory.Data",
164
196
  "isExtensionMethod": false
@@ -166,13 +198,19 @@
166
198
  {
167
199
  "stableId": "System.Memory.Data:System.BinaryData::FromString(System.String):System.BinaryData",
168
200
  "clrName": "FromString",
169
- "tsEmitName": "fromString",
170
201
  "metadataToken": 100663313,
171
202
  "canonicalSignature": "(System.String):System.BinaryData",
172
203
  "normalizedSignature": "FromString|(System.String):System.BinaryData|static=true",
173
204
  "emitScope": "ClassSurface",
205
+ "provenance": "Original",
174
206
  "arity": 0,
175
207
  "parameterCount": 1,
208
+ "isStatic": true,
209
+ "isAbstract": false,
210
+ "isVirtual": false,
211
+ "isOverride": false,
212
+ "isSealed": false,
213
+ "visibility": "Public",
176
214
  "declaringClrType": "System.BinaryData",
177
215
  "declaringAssemblyName": "System.Memory.Data",
178
216
  "isExtensionMethod": false
@@ -180,13 +218,19 @@
180
218
  {
181
219
  "stableId": "System.Memory.Data:System.BinaryData::FromString(System.String,System.String):System.BinaryData",
182
220
  "clrName": "FromString",
183
- "tsEmitName": "fromString",
184
221
  "metadataToken": 100663314,
185
222
  "canonicalSignature": "(System.String,System.String):System.BinaryData",
186
223
  "normalizedSignature": "FromString|(System.String,System.String):System.BinaryData|static=true",
187
224
  "emitScope": "ClassSurface",
225
+ "provenance": "Original",
188
226
  "arity": 0,
189
227
  "parameterCount": 2,
228
+ "isStatic": true,
229
+ "isAbstract": false,
230
+ "isVirtual": false,
231
+ "isOverride": false,
232
+ "isSealed": false,
233
+ "visibility": "Public",
190
234
  "declaringClrType": "System.BinaryData",
191
235
  "declaringAssemblyName": "System.Memory.Data",
192
236
  "isExtensionMethod": false
@@ -194,13 +238,19 @@
194
238
  {
195
239
  "stableId": "System.Memory.Data:System.BinaryData::FromStream(System.IO.Stream):System.BinaryData",
196
240
  "clrName": "FromStream",
197
- "tsEmitName": "fromStream",
198
241
  "metadataToken": 100663315,
199
242
  "canonicalSignature": "(System.IO.Stream):System.BinaryData",
200
243
  "normalizedSignature": "FromStream|(System.IO.Stream):System.BinaryData|static=true",
201
244
  "emitScope": "ClassSurface",
245
+ "provenance": "Original",
202
246
  "arity": 0,
203
247
  "parameterCount": 1,
248
+ "isStatic": true,
249
+ "isAbstract": false,
250
+ "isVirtual": false,
251
+ "isOverride": false,
252
+ "isSealed": false,
253
+ "visibility": "Public",
204
254
  "declaringClrType": "System.BinaryData",
205
255
  "declaringAssemblyName": "System.Memory.Data",
206
256
  "isExtensionMethod": false
@@ -208,13 +258,19 @@
208
258
  {
209
259
  "stableId": "System.Memory.Data:System.BinaryData::FromStream(System.IO.Stream,System.String):System.BinaryData",
210
260
  "clrName": "FromStream",
211
- "tsEmitName": "fromStream",
212
261
  "metadataToken": 100663316,
213
262
  "canonicalSignature": "(System.IO.Stream,System.String):System.BinaryData",
214
263
  "normalizedSignature": "FromStream|(System.IO.Stream,System.String):System.BinaryData|static=true",
215
264
  "emitScope": "ClassSurface",
265
+ "provenance": "Original",
216
266
  "arity": 0,
217
267
  "parameterCount": 2,
268
+ "isStatic": true,
269
+ "isAbstract": false,
270
+ "isVirtual": false,
271
+ "isOverride": false,
272
+ "isSealed": false,
273
+ "visibility": "Public",
218
274
  "declaringClrType": "System.BinaryData",
219
275
  "declaringAssemblyName": "System.Memory.Data",
220
276
  "isExtensionMethod": false
@@ -222,13 +278,19 @@
222
278
  {
223
279
  "stableId": "System.Memory.Data:System.BinaryData::FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
224
280
  "clrName": "FromStreamAsync",
225
- "tsEmitName": "fromStreamAsync",
226
281
  "metadataToken": 100663317,
227
282
  "canonicalSignature": "(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
228
283
  "normalizedSignature": "FromStreamAsync|(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true",
229
284
  "emitScope": "ClassSurface",
285
+ "provenance": "Original",
230
286
  "arity": 0,
231
287
  "parameterCount": 2,
288
+ "isStatic": true,
289
+ "isAbstract": false,
290
+ "isVirtual": false,
291
+ "isOverride": false,
292
+ "isSealed": false,
293
+ "visibility": "Public",
232
294
  "declaringClrType": "System.BinaryData",
233
295
  "declaringAssemblyName": "System.Memory.Data",
234
296
  "isExtensionMethod": false
@@ -236,13 +298,19 @@
236
298
  {
237
299
  "stableId": "System.Memory.Data:System.BinaryData::FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
238
300
  "clrName": "FromStreamAsync",
239
- "tsEmitName": "fromStreamAsync",
240
301
  "metadataToken": 100663318,
241
302
  "canonicalSignature": "(System.IO.Stream,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
242
303
  "normalizedSignature": "FromStreamAsync|(System.IO.Stream,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true",
243
304
  "emitScope": "ClassSurface",
305
+ "provenance": "Original",
244
306
  "arity": 0,
245
307
  "parameterCount": 3,
308
+ "isStatic": true,
309
+ "isAbstract": false,
310
+ "isVirtual": false,
311
+ "isOverride": false,
312
+ "isSealed": false,
313
+ "visibility": "Public",
246
314
  "declaringClrType": "System.BinaryData",
247
315
  "declaringAssemblyName": "System.Memory.Data",
248
316
  "isExtensionMethod": false
@@ -250,13 +318,19 @@
250
318
  {
251
319
  "stableId": "System.Memory.Data:System.BinaryData::FromObjectAsJson(T,System.Text.Json.JsonSerializerOptions):System.BinaryData",
252
320
  "clrName": "FromObjectAsJson",
253
- "tsEmitName": "fromObjectAsJson",
254
321
  "metadataToken": 100663320,
255
322
  "canonicalSignature": "(T,System.Text.Json.JsonSerializerOptions):System.BinaryData",
256
323
  "normalizedSignature": "FromObjectAsJson|(T,System.Text.Json.JsonSerializerOptions):System.BinaryData|static=true",
257
324
  "emitScope": "ClassSurface",
325
+ "provenance": "Original",
258
326
  "arity": 1,
259
327
  "parameterCount": 2,
328
+ "isStatic": true,
329
+ "isAbstract": false,
330
+ "isVirtual": false,
331
+ "isOverride": false,
332
+ "isSealed": false,
333
+ "visibility": "Public",
260
334
  "declaringClrType": "System.BinaryData",
261
335
  "declaringAssemblyName": "System.Memory.Data",
262
336
  "isExtensionMethod": false
@@ -264,13 +338,19 @@
264
338
  {
265
339
  "stableId": "System.Memory.Data:System.BinaryData::FromObjectAsJson(T,JsonTypeInfo_1):System.BinaryData",
266
340
  "clrName": "FromObjectAsJson",
267
- "tsEmitName": "fromObjectAsJson",
268
341
  "metadataToken": 100663321,
269
342
  "canonicalSignature": "(T,JsonTypeInfo_1):System.BinaryData",
270
343
  "normalizedSignature": "FromObjectAsJson|(T,JsonTypeInfo_1):System.BinaryData|static=true",
271
344
  "emitScope": "ClassSurface",
345
+ "provenance": "Original",
272
346
  "arity": 1,
273
347
  "parameterCount": 2,
348
+ "isStatic": true,
349
+ "isAbstract": false,
350
+ "isVirtual": false,
351
+ "isOverride": false,
352
+ "isSealed": false,
353
+ "visibility": "Public",
274
354
  "declaringClrType": "System.BinaryData",
275
355
  "declaringAssemblyName": "System.Memory.Data",
276
356
  "isExtensionMethod": false
@@ -278,13 +358,19 @@
278
358
  {
279
359
  "stableId": "System.Memory.Data:System.BinaryData::WithMediaType(System.String):System.BinaryData",
280
360
  "clrName": "WithMediaType",
281
- "tsEmitName": "withMediaType",
282
361
  "metadataToken": 100663322,
283
362
  "canonicalSignature": "(System.String):System.BinaryData",
284
363
  "normalizedSignature": "WithMediaType|(System.String):System.BinaryData|static=false",
285
364
  "emitScope": "ClassSurface",
365
+ "provenance": "Original",
286
366
  "arity": 0,
287
367
  "parameterCount": 1,
368
+ "isStatic": false,
369
+ "isAbstract": false,
370
+ "isVirtual": false,
371
+ "isOverride": false,
372
+ "isSealed": false,
373
+ "visibility": "Public",
288
374
  "declaringClrType": "System.BinaryData",
289
375
  "declaringAssemblyName": "System.Memory.Data",
290
376
  "isExtensionMethod": false
@@ -292,13 +378,19 @@
292
378
  {
293
379
  "stableId": "System.Memory.Data:System.BinaryData::ToString():System.String",
294
380
  "clrName": "ToString",
295
- "tsEmitName": "toString",
296
381
  "metadataToken": 100663323,
297
382
  "canonicalSignature": "():System.String",
298
383
  "normalizedSignature": "ToString|():System.String|static=false",
299
384
  "emitScope": "ClassSurface",
385
+ "provenance": "Original",
300
386
  "arity": 0,
301
387
  "parameterCount": 0,
388
+ "isStatic": false,
389
+ "isAbstract": false,
390
+ "isVirtual": true,
391
+ "isOverride": true,
392
+ "isSealed": false,
393
+ "visibility": "Public",
302
394
  "declaringClrType": "System.BinaryData",
303
395
  "declaringAssemblyName": "System.Memory.Data",
304
396
  "isExtensionMethod": false
@@ -306,13 +398,19 @@
306
398
  {
307
399
  "stableId": "System.Memory.Data:System.BinaryData::ToStream():System.IO.Stream",
308
400
  "clrName": "ToStream",
309
- "tsEmitName": "toStream",
310
401
  "metadataToken": 100663324,
311
402
  "canonicalSignature": "():System.IO.Stream",
312
403
  "normalizedSignature": "ToStream|():System.IO.Stream|static=false",
313
404
  "emitScope": "ClassSurface",
405
+ "provenance": "Original",
314
406
  "arity": 0,
315
407
  "parameterCount": 0,
408
+ "isStatic": false,
409
+ "isAbstract": false,
410
+ "isVirtual": false,
411
+ "isOverride": false,
412
+ "isSealed": false,
413
+ "visibility": "Public",
316
414
  "declaringClrType": "System.BinaryData",
317
415
  "declaringAssemblyName": "System.Memory.Data",
318
416
  "isExtensionMethod": false
@@ -320,13 +418,19 @@
320
418
  {
321
419
  "stableId": "System.Memory.Data:System.BinaryData::ToMemory():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
322
420
  "clrName": "ToMemory",
323
- "tsEmitName": "toMemory",
324
421
  "metadataToken": 100663325,
325
422
  "canonicalSignature": "():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
326
423
  "normalizedSignature": "ToMemory|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
327
424
  "emitScope": "ClassSurface",
425
+ "provenance": "Original",
328
426
  "arity": 0,
329
427
  "parameterCount": 0,
428
+ "isStatic": false,
429
+ "isAbstract": false,
430
+ "isVirtual": false,
431
+ "isOverride": false,
432
+ "isSealed": false,
433
+ "visibility": "Public",
330
434
  "declaringClrType": "System.BinaryData",
331
435
  "declaringAssemblyName": "System.Memory.Data",
332
436
  "isExtensionMethod": false
@@ -334,13 +438,19 @@
334
438
  {
335
439
  "stableId": "System.Memory.Data:System.BinaryData::ToArray():System.Byte[]",
336
440
  "clrName": "ToArray",
337
- "tsEmitName": "toArray",
338
441
  "metadataToken": 100663326,
339
442
  "canonicalSignature": "():System.Byte[]",
340
443
  "normalizedSignature": "ToArray|():System.Byte[]|static=false",
341
444
  "emitScope": "ClassSurface",
445
+ "provenance": "Original",
342
446
  "arity": 0,
343
447
  "parameterCount": 0,
448
+ "isStatic": false,
449
+ "isAbstract": false,
450
+ "isVirtual": false,
451
+ "isOverride": false,
452
+ "isSealed": false,
453
+ "visibility": "Public",
344
454
  "declaringClrType": "System.BinaryData",
345
455
  "declaringAssemblyName": "System.Memory.Data",
346
456
  "isExtensionMethod": false
@@ -348,13 +458,19 @@
348
458
  {
349
459
  "stableId": "System.Memory.Data:System.BinaryData::ToObjectFromJson(System.Text.Json.JsonSerializerOptions):T",
350
460
  "clrName": "ToObjectFromJson",
351
- "tsEmitName": "toObjectFromJson",
352
461
  "metadataToken": 100663327,
353
462
  "canonicalSignature": "(System.Text.Json.JsonSerializerOptions):T",
354
463
  "normalizedSignature": "ToObjectFromJson|(System.Text.Json.JsonSerializerOptions):T|static=false",
355
464
  "emitScope": "ClassSurface",
465
+ "provenance": "Original",
356
466
  "arity": 1,
357
467
  "parameterCount": 1,
468
+ "isStatic": false,
469
+ "isAbstract": false,
470
+ "isVirtual": false,
471
+ "isOverride": false,
472
+ "isSealed": false,
473
+ "visibility": "Public",
358
474
  "declaringClrType": "System.BinaryData",
359
475
  "declaringAssemblyName": "System.Memory.Data",
360
476
  "isExtensionMethod": false
@@ -362,13 +478,19 @@
362
478
  {
363
479
  "stableId": "System.Memory.Data:System.BinaryData::ToObjectFromJson(JsonTypeInfo_1):T",
364
480
  "clrName": "ToObjectFromJson",
365
- "tsEmitName": "toObjectFromJson",
366
481
  "metadataToken": 100663328,
367
482
  "canonicalSignature": "(JsonTypeInfo_1):T",
368
483
  "normalizedSignature": "ToObjectFromJson|(JsonTypeInfo_1):T|static=false",
369
484
  "emitScope": "ClassSurface",
485
+ "provenance": "Original",
370
486
  "arity": 1,
371
487
  "parameterCount": 1,
488
+ "isStatic": false,
489
+ "isAbstract": false,
490
+ "isVirtual": false,
491
+ "isOverride": false,
492
+ "isSealed": false,
493
+ "visibility": "Public",
372
494
  "declaringClrType": "System.BinaryData",
373
495
  "declaringAssemblyName": "System.Memory.Data",
374
496
  "isExtensionMethod": false
@@ -376,13 +498,19 @@
376
498
  {
377
499
  "stableId": "System.Memory.Data:System.BinaryData::Equals(System.Object):System.Boolean",
378
500
  "clrName": "Equals",
379
- "tsEmitName": "equals",
380
501
  "metadataToken": 100663332,
381
502
  "canonicalSignature": "(System.Object):System.Boolean",
382
503
  "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
383
504
  "emitScope": "ClassSurface",
505
+ "provenance": "Original",
384
506
  "arity": 0,
385
507
  "parameterCount": 1,
508
+ "isStatic": false,
509
+ "isAbstract": false,
510
+ "isVirtual": true,
511
+ "isOverride": true,
512
+ "isSealed": false,
513
+ "visibility": "Public",
386
514
  "declaringClrType": "System.BinaryData",
387
515
  "declaringAssemblyName": "System.Memory.Data",
388
516
  "isExtensionMethod": false
@@ -390,13 +518,19 @@
390
518
  {
391
519
  "stableId": "System.Memory.Data:System.BinaryData::GetHashCode():System.Int32",
392
520
  "clrName": "GetHashCode",
393
- "tsEmitName": "getHashCode",
394
521
  "metadataToken": 100663333,
395
522
  "canonicalSignature": "():System.Int32",
396
523
  "normalizedSignature": "GetHashCode|():System.Int32|static=false",
397
524
  "emitScope": "ClassSurface",
525
+ "provenance": "Original",
398
526
  "arity": 0,
399
527
  "parameterCount": 0,
528
+ "isStatic": false,
529
+ "isAbstract": false,
530
+ "isVirtual": true,
531
+ "isOverride": true,
532
+ "isSealed": false,
533
+ "visibility": "Public",
400
534
  "declaringClrType": "System.BinaryData",
401
535
  "declaringAssemblyName": "System.Memory.Data",
402
536
  "isExtensionMethod": false
@@ -406,56 +540,76 @@
406
540
  {
407
541
  "stableId": "System.Memory.Data:System.BinaryData::Empty:System.BinaryData",
408
542
  "clrName": "Empty",
409
- "tsEmitName": "empty",
410
543
  "metadataToken": 385875969,
411
544
  "canonicalSignature": ":System.BinaryData",
412
545
  "normalizedSignature": "Empty|:System.BinaryData|static=true|accessor=get",
413
546
  "emitScope": "ClassSurface",
547
+ "provenance": "Original",
414
548
  "isIndexer": false,
415
549
  "hasGetter": true,
416
550
  "hasSetter": false,
551
+ "isStatic": true,
552
+ "isAbstract": false,
553
+ "isVirtual": false,
554
+ "isOverride": false,
555
+ "visibility": "Public",
417
556
  "declaringClrType": "System.BinaryData",
418
557
  "declaringAssemblyName": "System.Memory.Data"
419
558
  },
420
559
  {
421
560
  "stableId": "System.Memory.Data:System.BinaryData::Length:System.Int32",
422
561
  "clrName": "Length",
423
- "tsEmitName": "length",
424
562
  "metadataToken": 385875970,
425
563
  "canonicalSignature": ":System.Int32",
426
564
  "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
427
565
  "emitScope": "ClassSurface",
566
+ "provenance": "Original",
428
567
  "isIndexer": false,
429
568
  "hasGetter": true,
430
569
  "hasSetter": false,
570
+ "isStatic": false,
571
+ "isAbstract": false,
572
+ "isVirtual": false,
573
+ "isOverride": false,
574
+ "visibility": "Public",
431
575
  "declaringClrType": "System.BinaryData",
432
576
  "declaringAssemblyName": "System.Memory.Data"
433
577
  },
434
578
  {
435
579
  "stableId": "System.Memory.Data:System.BinaryData::IsEmpty:System.Boolean",
436
580
  "clrName": "IsEmpty",
437
- "tsEmitName": "isEmpty",
438
581
  "metadataToken": 385875971,
439
582
  "canonicalSignature": ":System.Boolean",
440
583
  "normalizedSignature": "IsEmpty|:System.Boolean|static=false|accessor=get",
441
584
  "emitScope": "ClassSurface",
585
+ "provenance": "Original",
442
586
  "isIndexer": false,
443
587
  "hasGetter": true,
444
588
  "hasSetter": false,
589
+ "isStatic": false,
590
+ "isAbstract": false,
591
+ "isVirtual": false,
592
+ "isOverride": false,
593
+ "visibility": "Public",
445
594
  "declaringClrType": "System.BinaryData",
446
595
  "declaringAssemblyName": "System.Memory.Data"
447
596
  },
448
597
  {
449
598
  "stableId": "System.Memory.Data:System.BinaryData::MediaType:System.String",
450
599
  "clrName": "MediaType",
451
- "tsEmitName": "mediaType",
452
600
  "metadataToken": 385875972,
453
601
  "canonicalSignature": ":System.String",
454
602
  "normalizedSignature": "MediaType|:System.String|static=false|accessor=get",
455
603
  "emitScope": "ClassSurface",
604
+ "provenance": "Original",
456
605
  "isIndexer": false,
457
606
  "hasGetter": true,
458
607
  "hasSetter": false,
608
+ "isStatic": false,
609
+ "isAbstract": false,
610
+ "isVirtual": false,
611
+ "isOverride": false,
612
+ "visibility": "Public",
459
613
  "declaringClrType": "System.BinaryData",
460
614
  "declaringAssemblyName": "System.Memory.Data"
461
615
  }
@@ -470,6 +624,7 @@
470
624
  "normalizedSignature": "constructor|(System.Byte[]):void|static=false",
471
625
  "isStatic": false,
472
626
  "parameterCount": 1,
627
+ "visibility": "Public",
473
628
  "declaringClrType": "System.BinaryData",
474
629
  "declaringAssemblyName": "System.Memory.Data"
475
630
  },
@@ -480,6 +635,7 @@
480
635
  "normalizedSignature": "constructor|(System.Byte[],System.String):void|static=false",
481
636
  "isStatic": false,
482
637
  "parameterCount": 2,
638
+ "visibility": "Public",
483
639
  "declaringClrType": "System.BinaryData",
484
640
  "declaringAssemblyName": "System.Memory.Data"
485
641
  },
@@ -490,6 +646,7 @@
490
646
  "normalizedSignature": "constructor|(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void|static=false",
491
647
  "isStatic": false,
492
648
  "parameterCount": 3,
649
+ "visibility": "Public",
493
650
  "declaringClrType": "System.BinaryData",
494
651
  "declaringAssemblyName": "System.Memory.Data"
495
652
  },
@@ -500,6 +657,7 @@
500
657
  "normalizedSignature": "constructor|(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void|static=false",
501
658
  "isStatic": false,
502
659
  "parameterCount": 3,
660
+ "visibility": "Public",
503
661
  "declaringClrType": "System.BinaryData",
504
662
  "declaringAssemblyName": "System.Memory.Data"
505
663
  },
@@ -510,6 +668,7 @@
510
668
  "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
511
669
  "isStatic": false,
512
670
  "parameterCount": 1,
671
+ "visibility": "Public",
513
672
  "declaringClrType": "System.BinaryData",
514
673
  "declaringAssemblyName": "System.Memory.Data"
515
674
  },
@@ -520,6 +679,7 @@
520
679
  "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void|static=false",
521
680
  "isStatic": false,
522
681
  "parameterCount": 2,
682
+ "visibility": "Public",
523
683
  "declaringClrType": "System.BinaryData",
524
684
  "declaringAssemblyName": "System.Memory.Data"
525
685
  },
@@ -530,6 +690,7 @@
530
690
  "normalizedSignature": "constructor|(System.String):void|static=false",
531
691
  "isStatic": false,
532
692
  "parameterCount": 1,
693
+ "visibility": "Public",
533
694
  "declaringClrType": "System.BinaryData",
534
695
  "declaringAssemblyName": "System.Memory.Data"
535
696
  },
@@ -540,337 +701,10 @@
540
701
  "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
541
702
  "isStatic": false,
542
703
  "parameterCount": 2,
704
+ "visibility": "Public",
543
705
  "declaringClrType": "System.BinaryData",
544
706
  "declaringAssemblyName": "System.Memory.Data"
545
707
  }
546
- ],
547
- "exposedMethods": [
548
- {
549
- "tsName": "fromBytes",
550
- "isStatic": true,
551
- "tsSignatureId": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData|static=true",
552
- "target": {
553
- "declaringClrType": "System.BinaryData",
554
- "declaringAssemblyName": "System.Memory.Data",
555
- "metadataToken": 100663309
556
- }
557
- },
558
- {
559
- "tsName": "fromBytes",
560
- "isStatic": true,
561
- "tsSignatureId": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData|static=true",
562
- "target": {
563
- "declaringClrType": "System.BinaryData",
564
- "declaringAssemblyName": "System.Memory.Data",
565
- "metadataToken": 100663310
566
- }
567
- },
568
- {
569
- "tsName": "fromBytes",
570
- "isStatic": true,
571
- "tsSignatureId": "FromBytes|(System.Byte[]):System.BinaryData|static=true",
572
- "target": {
573
- "declaringClrType": "System.BinaryData",
574
- "declaringAssemblyName": "System.Memory.Data",
575
- "metadataToken": 100663311
576
- }
577
- },
578
- {
579
- "tsName": "fromBytes",
580
- "isStatic": true,
581
- "tsSignatureId": "FromBytes|(System.Byte[],System.String):System.BinaryData|static=true",
582
- "target": {
583
- "declaringClrType": "System.BinaryData",
584
- "declaringAssemblyName": "System.Memory.Data",
585
- "metadataToken": 100663312
586
- }
587
- },
588
- {
589
- "tsName": "fromString",
590
- "isStatic": true,
591
- "tsSignatureId": "FromString|(System.String):System.BinaryData|static=true",
592
- "target": {
593
- "declaringClrType": "System.BinaryData",
594
- "declaringAssemblyName": "System.Memory.Data",
595
- "metadataToken": 100663313
596
- }
597
- },
598
- {
599
- "tsName": "fromString",
600
- "isStatic": true,
601
- "tsSignatureId": "FromString|(System.String,System.String):System.BinaryData|static=true",
602
- "target": {
603
- "declaringClrType": "System.BinaryData",
604
- "declaringAssemblyName": "System.Memory.Data",
605
- "metadataToken": 100663314
606
- }
607
- },
608
- {
609
- "tsName": "fromStream",
610
- "isStatic": true,
611
- "tsSignatureId": "FromStream|(System.IO.Stream):System.BinaryData|static=true",
612
- "target": {
613
- "declaringClrType": "System.BinaryData",
614
- "declaringAssemblyName": "System.Memory.Data",
615
- "metadataToken": 100663315
616
- }
617
- },
618
- {
619
- "tsName": "fromStream",
620
- "isStatic": true,
621
- "tsSignatureId": "FromStream|(System.IO.Stream,System.String):System.BinaryData|static=true",
622
- "target": {
623
- "declaringClrType": "System.BinaryData",
624
- "declaringAssemblyName": "System.Memory.Data",
625
- "metadataToken": 100663316
626
- }
627
- },
628
- {
629
- "tsName": "fromStreamAsync",
630
- "isStatic": true,
631
- "tsSignatureId": "FromStreamAsync|(System.IO.Stream,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true",
632
- "target": {
633
- "declaringClrType": "System.BinaryData",
634
- "declaringAssemblyName": "System.Memory.Data",
635
- "metadataToken": 100663317
636
- }
637
- },
638
- {
639
- "tsName": "fromStreamAsync",
640
- "isStatic": true,
641
- "tsSignatureId": "FromStreamAsync|(System.IO.Stream,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.BinaryData,System.Memory.Data,Version=8.0.0.1,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=true",
642
- "target": {
643
- "declaringClrType": "System.BinaryData",
644
- "declaringAssemblyName": "System.Memory.Data",
645
- "metadataToken": 100663318
646
- }
647
- },
648
- {
649
- "tsName": "fromObjectAsJson",
650
- "isStatic": true,
651
- "tsSignatureId": "FromObjectAsJson|(T,System.Text.Json.JsonSerializerOptions):System.BinaryData|static=true",
652
- "target": {
653
- "declaringClrType": "System.BinaryData",
654
- "declaringAssemblyName": "System.Memory.Data",
655
- "metadataToken": 100663320
656
- }
657
- },
658
- {
659
- "tsName": "fromObjectAsJson",
660
- "isStatic": true,
661
- "tsSignatureId": "FromObjectAsJson|(T,JsonTypeInfo_1):System.BinaryData|static=true",
662
- "target": {
663
- "declaringClrType": "System.BinaryData",
664
- "declaringAssemblyName": "System.Memory.Data",
665
- "metadataToken": 100663321
666
- }
667
- },
668
- {
669
- "tsName": "withMediaType",
670
- "isStatic": false,
671
- "tsSignatureId": "WithMediaType|(System.String):System.BinaryData|static=false",
672
- "target": {
673
- "declaringClrType": "System.BinaryData",
674
- "declaringAssemblyName": "System.Memory.Data",
675
- "metadataToken": 100663322
676
- }
677
- },
678
- {
679
- "tsName": "toString",
680
- "isStatic": false,
681
- "tsSignatureId": "ToString|():System.String|static=false",
682
- "target": {
683
- "declaringClrType": "System.BinaryData",
684
- "declaringAssemblyName": "System.Memory.Data",
685
- "metadataToken": 100663323
686
- }
687
- },
688
- {
689
- "tsName": "toStream",
690
- "isStatic": false,
691
- "tsSignatureId": "ToStream|():System.IO.Stream|static=false",
692
- "target": {
693
- "declaringClrType": "System.BinaryData",
694
- "declaringAssemblyName": "System.Memory.Data",
695
- "metadataToken": 100663324
696
- }
697
- },
698
- {
699
- "tsName": "toMemory",
700
- "isStatic": false,
701
- "tsSignatureId": "ToMemory|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
702
- "target": {
703
- "declaringClrType": "System.BinaryData",
704
- "declaringAssemblyName": "System.Memory.Data",
705
- "metadataToken": 100663325
706
- }
707
- },
708
- {
709
- "tsName": "toArray",
710
- "isStatic": false,
711
- "tsSignatureId": "ToArray|():System.Byte[]|static=false",
712
- "target": {
713
- "declaringClrType": "System.BinaryData",
714
- "declaringAssemblyName": "System.Memory.Data",
715
- "metadataToken": 100663326
716
- }
717
- },
718
- {
719
- "tsName": "toObjectFromJson",
720
- "isStatic": false,
721
- "tsSignatureId": "ToObjectFromJson|(System.Text.Json.JsonSerializerOptions):T|static=false",
722
- "target": {
723
- "declaringClrType": "System.BinaryData",
724
- "declaringAssemblyName": "System.Memory.Data",
725
- "metadataToken": 100663327
726
- }
727
- },
728
- {
729
- "tsName": "toObjectFromJson",
730
- "isStatic": false,
731
- "tsSignatureId": "ToObjectFromJson|(JsonTypeInfo_1):T|static=false",
732
- "target": {
733
- "declaringClrType": "System.BinaryData",
734
- "declaringAssemblyName": "System.Memory.Data",
735
- "metadataToken": 100663328
736
- }
737
- },
738
- {
739
- "tsName": "equals",
740
- "isStatic": false,
741
- "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
742
- "target": {
743
- "declaringClrType": "System.BinaryData",
744
- "declaringAssemblyName": "System.Memory.Data",
745
- "metadataToken": 100663332
746
- }
747
- },
748
- {
749
- "tsName": "getHashCode",
750
- "isStatic": false,
751
- "tsSignatureId": "GetHashCode|():System.Int32|static=false",
752
- "target": {
753
- "declaringClrType": "System.BinaryData",
754
- "declaringAssemblyName": "System.Memory.Data",
755
- "metadataToken": 100663333
756
- }
757
- }
758
- ],
759
- "exposedProperties": [
760
- {
761
- "tsName": "empty",
762
- "isStatic": true,
763
- "tsSignatureId": "Empty|:System.BinaryData|static=true|accessor=get",
764
- "target": {
765
- "declaringClrType": "System.BinaryData",
766
- "declaringAssemblyName": "System.Memory.Data",
767
- "metadataToken": 385875969
768
- }
769
- },
770
- {
771
- "tsName": "length",
772
- "isStatic": false,
773
- "tsSignatureId": "Length|:System.Int32|static=false|accessor=get",
774
- "target": {
775
- "declaringClrType": "System.BinaryData",
776
- "declaringAssemblyName": "System.Memory.Data",
777
- "metadataToken": 385875970
778
- }
779
- },
780
- {
781
- "tsName": "isEmpty",
782
- "isStatic": false,
783
- "tsSignatureId": "IsEmpty|:System.Boolean|static=false|accessor=get",
784
- "target": {
785
- "declaringClrType": "System.BinaryData",
786
- "declaringAssemblyName": "System.Memory.Data",
787
- "metadataToken": 385875971
788
- }
789
- },
790
- {
791
- "tsName": "mediaType",
792
- "isStatic": false,
793
- "tsSignatureId": "MediaType|:System.String|static=false|accessor=get",
794
- "target": {
795
- "declaringClrType": "System.BinaryData",
796
- "declaringAssemblyName": "System.Memory.Data",
797
- "metadataToken": 385875972
798
- }
799
- }
800
- ],
801
- "exposedConstructors": [
802
- {
803
- "isStatic": false,
804
- "tsSignatureId": "constructor|(System.Byte[]):void|static=false",
805
- "target": {
806
- "declaringClrType": "System.BinaryData",
807
- "declaringAssemblyName": "System.Memory.Data",
808
- "metadataToken": 100663301
809
- }
810
- },
811
- {
812
- "isStatic": false,
813
- "tsSignatureId": "constructor|(System.Byte[],System.String):void|static=false",
814
- "target": {
815
- "declaringClrType": "System.BinaryData",
816
- "declaringAssemblyName": "System.Memory.Data",
817
- "metadataToken": 100663302
818
- }
819
- },
820
- {
821
- "isStatic": false,
822
- "tsSignatureId": "constructor|(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void|static=false",
823
- "target": {
824
- "declaringClrType": "System.BinaryData",
825
- "declaringAssemblyName": "System.Memory.Data",
826
- "metadataToken": 100663303
827
- }
828
- },
829
- {
830
- "isStatic": false,
831
- "tsSignatureId": "constructor|(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void|static=false",
832
- "target": {
833
- "declaringClrType": "System.BinaryData",
834
- "declaringAssemblyName": "System.Memory.Data",
835
- "metadataToken": 100663304
836
- }
837
- },
838
- {
839
- "isStatic": false,
840
- "tsSignatureId": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
841
- "target": {
842
- "declaringClrType": "System.BinaryData",
843
- "declaringAssemblyName": "System.Memory.Data",
844
- "metadataToken": 100663305
845
- }
846
- },
847
- {
848
- "isStatic": false,
849
- "tsSignatureId": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void|static=false",
850
- "target": {
851
- "declaringClrType": "System.BinaryData",
852
- "declaringAssemblyName": "System.Memory.Data",
853
- "metadataToken": 100663306
854
- }
855
- },
856
- {
857
- "isStatic": false,
858
- "tsSignatureId": "constructor|(System.String):void|static=false",
859
- "target": {
860
- "declaringClrType": "System.BinaryData",
861
- "declaringAssemblyName": "System.Memory.Data",
862
- "metadataToken": 100663307
863
- }
864
- },
865
- {
866
- "isStatic": false,
867
- "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
868
- "target": {
869
- "declaringClrType": "System.BinaryData",
870
- "declaringAssemblyName": "System.Memory.Data",
871
- "metadataToken": 100663308
872
- }
873
- }
874
708
  ]
875
709
  }
876
710
  ]