@tsonic/efcore-sqlserver 0.1.1

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 (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,877 @@
1
+ {
2
+ "namespace": "System",
3
+ "types": [
4
+ {
5
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope",
6
+ "clrName": "System.UriIdnScope",
7
+ "tsEmitName": "UriIdnScope",
8
+ "assemblyName": "System.Configuration.ConfigurationManager",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67108865,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "System.UriIdnScope",
22
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
23
+ },
24
+ {
25
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::NoneSystem.UriIdnScope",
26
+ "clrName": "None",
27
+ "tsEmitName": "none",
28
+ "metadataToken": 67108866,
29
+ "normalizedSignature": "None|System.UriIdnScope|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "System.UriIdnScope",
33
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
34
+ },
35
+ {
36
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::AllExceptIntranetSystem.UriIdnScope",
37
+ "clrName": "AllExceptIntranet",
38
+ "tsEmitName": "allExceptIntranet",
39
+ "metadataToken": 67108867,
40
+ "normalizedSignature": "AllExceptIntranet|System.UriIdnScope|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "System.UriIdnScope",
44
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
45
+ },
46
+ {
47
+ "stableId": "System.Configuration.ConfigurationManager:System.UriIdnScope::AllSystem.UriIdnScope",
48
+ "clrName": "All",
49
+ "tsEmitName": "all",
50
+ "metadataToken": 67108868,
51
+ "normalizedSignature": "All|System.UriIdnScope|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "System.UriIdnScope",
55
+ "declaringAssemblyName": "System.Configuration.ConfigurationManager"
56
+ }
57
+ ],
58
+ "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
+ ]
102
+ },
103
+ {
104
+ "stableId": "System.Memory.Data:System.BinaryData",
105
+ "clrName": "System.BinaryData",
106
+ "tsEmitName": "BinaryData",
107
+ "assemblyName": "System.Memory.Data",
108
+ "metadataToken": 0,
109
+ "methods": [
110
+ {
111
+ "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
+ "clrName": "FromBytes",
113
+ "tsEmitName": "fromBytes",
114
+ "metadataToken": 100663309,
115
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData",
116
+ "normalizedSignature": "FromBytes|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.BinaryData|static=true",
117
+ "emitScope": "ClassSurface",
118
+ "arity": 0,
119
+ "parameterCount": 1,
120
+ "declaringClrType": "System.BinaryData",
121
+ "declaringAssemblyName": "System.Memory.Data",
122
+ "isExtensionMethod": false
123
+ },
124
+ {
125
+ "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
+ "clrName": "FromBytes",
127
+ "tsEmitName": "fromBytes",
128
+ "metadataToken": 100663310,
129
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):System.BinaryData",
130
+ "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
+ "emitScope": "ClassSurface",
132
+ "arity": 0,
133
+ "parameterCount": 2,
134
+ "declaringClrType": "System.BinaryData",
135
+ "declaringAssemblyName": "System.Memory.Data",
136
+ "isExtensionMethod": false
137
+ },
138
+ {
139
+ "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.Byte[]):System.BinaryData",
140
+ "clrName": "FromBytes",
141
+ "tsEmitName": "fromBytes",
142
+ "metadataToken": 100663311,
143
+ "canonicalSignature": "(System.Byte[]):System.BinaryData",
144
+ "normalizedSignature": "FromBytes|(System.Byte[]):System.BinaryData|static=true",
145
+ "emitScope": "ClassSurface",
146
+ "arity": 0,
147
+ "parameterCount": 1,
148
+ "declaringClrType": "System.BinaryData",
149
+ "declaringAssemblyName": "System.Memory.Data",
150
+ "isExtensionMethod": false
151
+ },
152
+ {
153
+ "stableId": "System.Memory.Data:System.BinaryData::FromBytes(System.Byte[],System.String):System.BinaryData",
154
+ "clrName": "FromBytes",
155
+ "tsEmitName": "fromBytes",
156
+ "metadataToken": 100663312,
157
+ "canonicalSignature": "(System.Byte[],System.String):System.BinaryData",
158
+ "normalizedSignature": "FromBytes|(System.Byte[],System.String):System.BinaryData|static=true",
159
+ "emitScope": "ClassSurface",
160
+ "arity": 0,
161
+ "parameterCount": 2,
162
+ "declaringClrType": "System.BinaryData",
163
+ "declaringAssemblyName": "System.Memory.Data",
164
+ "isExtensionMethod": false
165
+ },
166
+ {
167
+ "stableId": "System.Memory.Data:System.BinaryData::FromString(System.String):System.BinaryData",
168
+ "clrName": "FromString",
169
+ "tsEmitName": "fromString",
170
+ "metadataToken": 100663313,
171
+ "canonicalSignature": "(System.String):System.BinaryData",
172
+ "normalizedSignature": "FromString|(System.String):System.BinaryData|static=true",
173
+ "emitScope": "ClassSurface",
174
+ "arity": 0,
175
+ "parameterCount": 1,
176
+ "declaringClrType": "System.BinaryData",
177
+ "declaringAssemblyName": "System.Memory.Data",
178
+ "isExtensionMethod": false
179
+ },
180
+ {
181
+ "stableId": "System.Memory.Data:System.BinaryData::FromString(System.String,System.String):System.BinaryData",
182
+ "clrName": "FromString",
183
+ "tsEmitName": "fromString",
184
+ "metadataToken": 100663314,
185
+ "canonicalSignature": "(System.String,System.String):System.BinaryData",
186
+ "normalizedSignature": "FromString|(System.String,System.String):System.BinaryData|static=true",
187
+ "emitScope": "ClassSurface",
188
+ "arity": 0,
189
+ "parameterCount": 2,
190
+ "declaringClrType": "System.BinaryData",
191
+ "declaringAssemblyName": "System.Memory.Data",
192
+ "isExtensionMethod": false
193
+ },
194
+ {
195
+ "stableId": "System.Memory.Data:System.BinaryData::FromStream(System.IO.Stream):System.BinaryData",
196
+ "clrName": "FromStream",
197
+ "tsEmitName": "fromStream",
198
+ "metadataToken": 100663315,
199
+ "canonicalSignature": "(System.IO.Stream):System.BinaryData",
200
+ "normalizedSignature": "FromStream|(System.IO.Stream):System.BinaryData|static=true",
201
+ "emitScope": "ClassSurface",
202
+ "arity": 0,
203
+ "parameterCount": 1,
204
+ "declaringClrType": "System.BinaryData",
205
+ "declaringAssemblyName": "System.Memory.Data",
206
+ "isExtensionMethod": false
207
+ },
208
+ {
209
+ "stableId": "System.Memory.Data:System.BinaryData::FromStream(System.IO.Stream,System.String):System.BinaryData",
210
+ "clrName": "FromStream",
211
+ "tsEmitName": "fromStream",
212
+ "metadataToken": 100663316,
213
+ "canonicalSignature": "(System.IO.Stream,System.String):System.BinaryData",
214
+ "normalizedSignature": "FromStream|(System.IO.Stream,System.String):System.BinaryData|static=true",
215
+ "emitScope": "ClassSurface",
216
+ "arity": 0,
217
+ "parameterCount": 2,
218
+ "declaringClrType": "System.BinaryData",
219
+ "declaringAssemblyName": "System.Memory.Data",
220
+ "isExtensionMethod": false
221
+ },
222
+ {
223
+ "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
+ "clrName": "FromStreamAsync",
225
+ "tsEmitName": "fromStreamAsync",
226
+ "metadataToken": 100663317,
227
+ "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
+ "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
+ "emitScope": "ClassSurface",
230
+ "arity": 0,
231
+ "parameterCount": 2,
232
+ "declaringClrType": "System.BinaryData",
233
+ "declaringAssemblyName": "System.Memory.Data",
234
+ "isExtensionMethod": false
235
+ },
236
+ {
237
+ "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
+ "clrName": "FromStreamAsync",
239
+ "tsEmitName": "fromStreamAsync",
240
+ "metadataToken": 100663318,
241
+ "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
+ "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
+ "emitScope": "ClassSurface",
244
+ "arity": 0,
245
+ "parameterCount": 3,
246
+ "declaringClrType": "System.BinaryData",
247
+ "declaringAssemblyName": "System.Memory.Data",
248
+ "isExtensionMethod": false
249
+ },
250
+ {
251
+ "stableId": "System.Memory.Data:System.BinaryData::FromObjectAsJson(T,System.Text.Json.JsonSerializerOptions):System.BinaryData",
252
+ "clrName": "FromObjectAsJson",
253
+ "tsEmitName": "fromObjectAsJson",
254
+ "metadataToken": 100663320,
255
+ "canonicalSignature": "(T,System.Text.Json.JsonSerializerOptions):System.BinaryData",
256
+ "normalizedSignature": "FromObjectAsJson|(T,System.Text.Json.JsonSerializerOptions):System.BinaryData|static=true",
257
+ "emitScope": "ClassSurface",
258
+ "arity": 1,
259
+ "parameterCount": 2,
260
+ "declaringClrType": "System.BinaryData",
261
+ "declaringAssemblyName": "System.Memory.Data",
262
+ "isExtensionMethod": false
263
+ },
264
+ {
265
+ "stableId": "System.Memory.Data:System.BinaryData::FromObjectAsJson(T,JsonTypeInfo_1):System.BinaryData",
266
+ "clrName": "FromObjectAsJson",
267
+ "tsEmitName": "fromObjectAsJson",
268
+ "metadataToken": 100663321,
269
+ "canonicalSignature": "(T,JsonTypeInfo_1):System.BinaryData",
270
+ "normalizedSignature": "FromObjectAsJson|(T,JsonTypeInfo_1):System.BinaryData|static=true",
271
+ "emitScope": "ClassSurface",
272
+ "arity": 1,
273
+ "parameterCount": 2,
274
+ "declaringClrType": "System.BinaryData",
275
+ "declaringAssemblyName": "System.Memory.Data",
276
+ "isExtensionMethod": false
277
+ },
278
+ {
279
+ "stableId": "System.Memory.Data:System.BinaryData::WithMediaType(System.String):System.BinaryData",
280
+ "clrName": "WithMediaType",
281
+ "tsEmitName": "withMediaType",
282
+ "metadataToken": 100663322,
283
+ "canonicalSignature": "(System.String):System.BinaryData",
284
+ "normalizedSignature": "WithMediaType|(System.String):System.BinaryData|static=false",
285
+ "emitScope": "ClassSurface",
286
+ "arity": 0,
287
+ "parameterCount": 1,
288
+ "declaringClrType": "System.BinaryData",
289
+ "declaringAssemblyName": "System.Memory.Data",
290
+ "isExtensionMethod": false
291
+ },
292
+ {
293
+ "stableId": "System.Memory.Data:System.BinaryData::ToString():System.String",
294
+ "clrName": "ToString",
295
+ "tsEmitName": "toString",
296
+ "metadataToken": 100663323,
297
+ "canonicalSignature": "():System.String",
298
+ "normalizedSignature": "ToString|():System.String|static=false",
299
+ "emitScope": "ClassSurface",
300
+ "arity": 0,
301
+ "parameterCount": 0,
302
+ "declaringClrType": "System.BinaryData",
303
+ "declaringAssemblyName": "System.Memory.Data",
304
+ "isExtensionMethod": false
305
+ },
306
+ {
307
+ "stableId": "System.Memory.Data:System.BinaryData::ToStream():System.IO.Stream",
308
+ "clrName": "ToStream",
309
+ "tsEmitName": "toStream",
310
+ "metadataToken": 100663324,
311
+ "canonicalSignature": "():System.IO.Stream",
312
+ "normalizedSignature": "ToStream|():System.IO.Stream|static=false",
313
+ "emitScope": "ClassSurface",
314
+ "arity": 0,
315
+ "parameterCount": 0,
316
+ "declaringClrType": "System.BinaryData",
317
+ "declaringAssemblyName": "System.Memory.Data",
318
+ "isExtensionMethod": false
319
+ },
320
+ {
321
+ "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
+ "clrName": "ToMemory",
323
+ "tsEmitName": "toMemory",
324
+ "metadataToken": 100663325,
325
+ "canonicalSignature": "():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
326
+ "normalizedSignature": "ToMemory|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
327
+ "emitScope": "ClassSurface",
328
+ "arity": 0,
329
+ "parameterCount": 0,
330
+ "declaringClrType": "System.BinaryData",
331
+ "declaringAssemblyName": "System.Memory.Data",
332
+ "isExtensionMethod": false
333
+ },
334
+ {
335
+ "stableId": "System.Memory.Data:System.BinaryData::ToArray():System.Byte[]",
336
+ "clrName": "ToArray",
337
+ "tsEmitName": "toArray",
338
+ "metadataToken": 100663326,
339
+ "canonicalSignature": "():System.Byte[]",
340
+ "normalizedSignature": "ToArray|():System.Byte[]|static=false",
341
+ "emitScope": "ClassSurface",
342
+ "arity": 0,
343
+ "parameterCount": 0,
344
+ "declaringClrType": "System.BinaryData",
345
+ "declaringAssemblyName": "System.Memory.Data",
346
+ "isExtensionMethod": false
347
+ },
348
+ {
349
+ "stableId": "System.Memory.Data:System.BinaryData::ToObjectFromJson(System.Text.Json.JsonSerializerOptions):T",
350
+ "clrName": "ToObjectFromJson",
351
+ "tsEmitName": "toObjectFromJson",
352
+ "metadataToken": 100663327,
353
+ "canonicalSignature": "(System.Text.Json.JsonSerializerOptions):T",
354
+ "normalizedSignature": "ToObjectFromJson|(System.Text.Json.JsonSerializerOptions):T|static=false",
355
+ "emitScope": "ClassSurface",
356
+ "arity": 1,
357
+ "parameterCount": 1,
358
+ "declaringClrType": "System.BinaryData",
359
+ "declaringAssemblyName": "System.Memory.Data",
360
+ "isExtensionMethod": false
361
+ },
362
+ {
363
+ "stableId": "System.Memory.Data:System.BinaryData::ToObjectFromJson(JsonTypeInfo_1):T",
364
+ "clrName": "ToObjectFromJson",
365
+ "tsEmitName": "toObjectFromJson",
366
+ "metadataToken": 100663328,
367
+ "canonicalSignature": "(JsonTypeInfo_1):T",
368
+ "normalizedSignature": "ToObjectFromJson|(JsonTypeInfo_1):T|static=false",
369
+ "emitScope": "ClassSurface",
370
+ "arity": 1,
371
+ "parameterCount": 1,
372
+ "declaringClrType": "System.BinaryData",
373
+ "declaringAssemblyName": "System.Memory.Data",
374
+ "isExtensionMethod": false
375
+ },
376
+ {
377
+ "stableId": "System.Memory.Data:System.BinaryData::Equals(System.Object):System.Boolean",
378
+ "clrName": "Equals",
379
+ "tsEmitName": "equals",
380
+ "metadataToken": 100663332,
381
+ "canonicalSignature": "(System.Object):System.Boolean",
382
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
383
+ "emitScope": "ClassSurface",
384
+ "arity": 0,
385
+ "parameterCount": 1,
386
+ "declaringClrType": "System.BinaryData",
387
+ "declaringAssemblyName": "System.Memory.Data",
388
+ "isExtensionMethod": false
389
+ },
390
+ {
391
+ "stableId": "System.Memory.Data:System.BinaryData::GetHashCode():System.Int32",
392
+ "clrName": "GetHashCode",
393
+ "tsEmitName": "getHashCode",
394
+ "metadataToken": 100663333,
395
+ "canonicalSignature": "():System.Int32",
396
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
397
+ "emitScope": "ClassSurface",
398
+ "arity": 0,
399
+ "parameterCount": 0,
400
+ "declaringClrType": "System.BinaryData",
401
+ "declaringAssemblyName": "System.Memory.Data",
402
+ "isExtensionMethod": false
403
+ }
404
+ ],
405
+ "properties": [
406
+ {
407
+ "stableId": "System.Memory.Data:System.BinaryData::Empty:System.BinaryData",
408
+ "clrName": "Empty",
409
+ "tsEmitName": "empty",
410
+ "metadataToken": 385875969,
411
+ "canonicalSignature": ":System.BinaryData",
412
+ "normalizedSignature": "Empty|:System.BinaryData|static=true|accessor=get",
413
+ "emitScope": "ClassSurface",
414
+ "isIndexer": false,
415
+ "hasGetter": true,
416
+ "hasSetter": false,
417
+ "declaringClrType": "System.BinaryData",
418
+ "declaringAssemblyName": "System.Memory.Data"
419
+ },
420
+ {
421
+ "stableId": "System.Memory.Data:System.BinaryData::Length:System.Int32",
422
+ "clrName": "Length",
423
+ "tsEmitName": "length",
424
+ "metadataToken": 385875970,
425
+ "canonicalSignature": ":System.Int32",
426
+ "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
427
+ "emitScope": "ClassSurface",
428
+ "isIndexer": false,
429
+ "hasGetter": true,
430
+ "hasSetter": false,
431
+ "declaringClrType": "System.BinaryData",
432
+ "declaringAssemblyName": "System.Memory.Data"
433
+ },
434
+ {
435
+ "stableId": "System.Memory.Data:System.BinaryData::IsEmpty:System.Boolean",
436
+ "clrName": "IsEmpty",
437
+ "tsEmitName": "isEmpty",
438
+ "metadataToken": 385875971,
439
+ "canonicalSignature": ":System.Boolean",
440
+ "normalizedSignature": "IsEmpty|:System.Boolean|static=false|accessor=get",
441
+ "emitScope": "ClassSurface",
442
+ "isIndexer": false,
443
+ "hasGetter": true,
444
+ "hasSetter": false,
445
+ "declaringClrType": "System.BinaryData",
446
+ "declaringAssemblyName": "System.Memory.Data"
447
+ },
448
+ {
449
+ "stableId": "System.Memory.Data:System.BinaryData::MediaType:System.String",
450
+ "clrName": "MediaType",
451
+ "tsEmitName": "mediaType",
452
+ "metadataToken": 385875972,
453
+ "canonicalSignature": ":System.String",
454
+ "normalizedSignature": "MediaType|:System.String|static=false|accessor=get",
455
+ "emitScope": "ClassSurface",
456
+ "isIndexer": false,
457
+ "hasGetter": true,
458
+ "hasSetter": false,
459
+ "declaringClrType": "System.BinaryData",
460
+ "declaringAssemblyName": "System.Memory.Data"
461
+ }
462
+ ],
463
+ "fields": [],
464
+ "events": [],
465
+ "constructors": [
466
+ {
467
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.Byte[]):void",
468
+ "metadataToken": 100663301,
469
+ "canonicalSignature": "(System.Byte[]):void",
470
+ "normalizedSignature": "constructor|(System.Byte[]):void|static=false",
471
+ "isStatic": false,
472
+ "parameterCount": 1,
473
+ "declaringClrType": "System.BinaryData",
474
+ "declaringAssemblyName": "System.Memory.Data"
475
+ },
476
+ {
477
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.Byte[],System.String):void",
478
+ "metadataToken": 100663302,
479
+ "canonicalSignature": "(System.Byte[],System.String):void",
480
+ "normalizedSignature": "constructor|(System.Byte[],System.String):void|static=false",
481
+ "isStatic": false,
482
+ "parameterCount": 2,
483
+ "declaringClrType": "System.BinaryData",
484
+ "declaringAssemblyName": "System.Memory.Data"
485
+ },
486
+ {
487
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void",
488
+ "metadataToken": 100663303,
489
+ "canonicalSignature": "(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void",
490
+ "normalizedSignature": "constructor|(System.Object,System.Text.Json.JsonSerializerOptions,System.Type):void|static=false",
491
+ "isStatic": false,
492
+ "parameterCount": 3,
493
+ "declaringClrType": "System.BinaryData",
494
+ "declaringAssemblyName": "System.Memory.Data"
495
+ },
496
+ {
497
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void",
498
+ "metadataToken": 100663304,
499
+ "canonicalSignature": "(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void",
500
+ "normalizedSignature": "constructor|(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type):void|static=false",
501
+ "isStatic": false,
502
+ "parameterCount": 3,
503
+ "declaringClrType": "System.BinaryData",
504
+ "declaringAssemblyName": "System.Memory.Data"
505
+ },
506
+ {
507
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
508
+ "metadataToken": 100663305,
509
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
510
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
511
+ "isStatic": false,
512
+ "parameterCount": 1,
513
+ "declaringClrType": "System.BinaryData",
514
+ "declaringAssemblyName": "System.Memory.Data"
515
+ },
516
+ {
517
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void",
518
+ "metadataToken": 100663306,
519
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String):void",
520
+ "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
+ "isStatic": false,
522
+ "parameterCount": 2,
523
+ "declaringClrType": "System.BinaryData",
524
+ "declaringAssemblyName": "System.Memory.Data"
525
+ },
526
+ {
527
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.String):void",
528
+ "metadataToken": 100663307,
529
+ "canonicalSignature": "(System.String):void",
530
+ "normalizedSignature": "constructor|(System.String):void|static=false",
531
+ "isStatic": false,
532
+ "parameterCount": 1,
533
+ "declaringClrType": "System.BinaryData",
534
+ "declaringAssemblyName": "System.Memory.Data"
535
+ },
536
+ {
537
+ "stableId": "System.Memory.Data:System.BinaryData::.ctor(System.String,System.String):void",
538
+ "metadataToken": 100663308,
539
+ "canonicalSignature": "(System.String,System.String):void",
540
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
541
+ "isStatic": false,
542
+ "parameterCount": 2,
543
+ "declaringClrType": "System.BinaryData",
544
+ "declaringAssemblyName": "System.Memory.Data"
545
+ }
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
+ ]
875
+ }
876
+ ]
877
+ }