@tsonic/aspnetcore 10.0.1 → 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 (312) hide show
  1. package/Microsoft.AspNetCore/bindings.json +12 -0
  2. package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
  3. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
  6. package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
  7. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
  8. package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
  9. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
  10. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
  12. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
  15. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
  16. package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
  17. package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
  18. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  21. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
  22. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  23. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
  24. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  25. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  26. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  27. package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
  28. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  29. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
  30. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  31. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  32. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  34. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  35. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  36. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
  37. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  38. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
  39. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  40. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  41. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
  42. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  43. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  44. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  45. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
  46. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  47. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  48. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
  49. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  50. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
  51. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  52. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  53. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
  54. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  55. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
  56. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  57. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  58. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  59. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  61. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  62. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
  63. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  64. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  65. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  66. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  67. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  68. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  69. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
  70. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  71. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  72. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  73. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  74. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
  75. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  76. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  77. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
  78. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  79. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  80. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  81. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  83. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
  84. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  85. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  86. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  88. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  89. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
  90. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  91. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  97. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  98. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  99. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
  100. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  101. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  102. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  103. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  104. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
  105. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  106. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  107. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  108. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  109. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  110. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  111. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  112. package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
  113. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  114. package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
  115. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  116. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
  117. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  118. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  119. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  120. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  121. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
  122. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  123. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
  124. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  125. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  126. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  127. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
  128. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  129. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  130. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
  131. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  132. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
  133. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  134. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
  135. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  136. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  137. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  138. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
  139. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  140. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  141. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  142. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  143. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  144. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
  145. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  146. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  147. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
  148. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  149. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
  150. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  151. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
  152. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  153. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
  154. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  155. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
  156. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  157. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
  158. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  159. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
  160. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  161. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
  162. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  163. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  164. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  165. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
  166. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  167. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
  168. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  169. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  170. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
  171. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  172. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  173. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
  174. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  175. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
  176. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  177. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
  178. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  180. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  181. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
  182. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  183. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  184. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  186. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
  187. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  188. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
  189. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  190. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  191. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
  192. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  193. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
  194. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
  195. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  196. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  197. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
  198. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  199. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
  200. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  201. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  202. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  203. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  204. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
  206. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  208. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  209. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
  210. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  211. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
  212. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  213. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  214. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
  215. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  216. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
  217. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  218. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  219. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
  220. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  221. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  222. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  223. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
  224. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  225. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
  226. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  227. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
  228. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  230. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  232. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  233. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
  234. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  235. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
  236. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  237. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
  238. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  239. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  240. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  241. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  242. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
  243. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  244. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  245. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
  246. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  247. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  248. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  249. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
  250. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  251. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
  252. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  253. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  254. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
  255. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  256. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
  257. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  258. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  259. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  260. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
  261. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  262. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
  263. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  264. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
  265. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  266. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  267. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  268. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  269. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
  270. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  271. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
  272. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  273. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  274. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  275. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  276. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  277. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  278. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  279. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  280. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  281. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
  282. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  283. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
  284. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  285. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
  286. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  287. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  288. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  290. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  291. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  292. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  293. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  294. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
  295. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  296. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  297. package/Microsoft.JSInterop/bindings.json +545 -3
  298. package/Microsoft.JSInterop/internal/index.d.ts +20 -5
  299. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  300. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
  301. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  302. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  303. package/Microsoft.JSInterop.d.ts +4 -2
  304. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  305. package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
  306. package/System.Formats.Cbor/bindings.json +251 -0
  307. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  308. package/System.Formats.Cbor.d.ts +1 -1
  309. package/System.Security.Claims/bindings.json +5 -0
  310. package/System.Threading.RateLimiting/bindings.json +1001 -10
  311. package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
  312. package/package.json +1 -1
@@ -17,6 +17,28 @@
17
17
  "isSealed": true,
18
18
  "isStatic": false,
19
19
  "arity": 0,
20
+ "baseType": {
21
+ "stableId": "System.Private.CoreLib:System.Enum",
22
+ "clrName": "System.Enum"
23
+ },
24
+ "interfaces": [
25
+ {
26
+ "stableId": "System.Private.CoreLib:System.IComparable",
27
+ "clrName": "System.IComparable"
28
+ },
29
+ {
30
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
31
+ "clrName": "System.ISpanFormattable"
32
+ },
33
+ {
34
+ "stableId": "System.Private.CoreLib:System.IFormattable",
35
+ "clrName": "System.IFormattable"
36
+ },
37
+ {
38
+ "stableId": "System.Private.CoreLib:System.IConvertible",
39
+ "clrName": "System.IConvertible"
40
+ }
41
+ ],
20
42
  "methods": [],
21
43
  "properties": [],
22
44
  "fields": [
@@ -28,6 +50,7 @@
28
50
  "isStatic": false,
29
51
  "isReadOnly": false,
30
52
  "isLiteral": false,
53
+ "visibility": "Public",
31
54
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterExceptionPolicy",
32
55
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
33
56
  },
@@ -39,6 +62,7 @@
39
62
  "isStatic": true,
40
63
  "isReadOnly": false,
41
64
  "isLiteral": true,
65
+ "visibility": "Public",
42
66
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterExceptionPolicy",
43
67
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
44
68
  },
@@ -50,6 +74,7 @@
50
74
  "isStatic": true,
51
75
  "isReadOnly": false,
52
76
  "isLiteral": true,
77
+ "visibility": "Public",
53
78
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterExceptionPolicy",
54
79
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
55
80
  }
@@ -84,6 +109,7 @@
84
109
  "isVirtual": true,
85
110
  "isOverride": false,
86
111
  "isSealed": false,
112
+ "visibility": "Public",
87
113
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
88
114
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
89
115
  "isExtensionMethod": false
@@ -103,6 +129,7 @@
103
129
  "isVirtual": true,
104
130
  "isOverride": false,
105
131
  "isSealed": false,
132
+ "visibility": "Public",
106
133
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
107
134
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
108
135
  "isExtensionMethod": false
@@ -141,6 +168,7 @@
141
168
  "isAbstract": true,
142
169
  "isVirtual": true,
143
170
  "isOverride": false,
171
+ "visibility": "Public",
144
172
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
145
173
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
146
174
  }
@@ -176,6 +204,7 @@
176
204
  "isVirtual": true,
177
205
  "isOverride": false,
178
206
  "isSealed": false,
207
+ "visibility": "Public",
179
208
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
180
209
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
181
210
  "isExtensionMethod": false
@@ -195,6 +224,7 @@
195
224
  "isVirtual": true,
196
225
  "isOverride": false,
197
226
  "isSealed": false,
227
+ "visibility": "Public",
198
228
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
199
229
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
200
230
  "isExtensionMethod": false
@@ -216,6 +246,10 @@
216
246
  "isSealed": true,
217
247
  "isStatic": false,
218
248
  "arity": 0,
249
+ "baseType": {
250
+ "stableId": "System.Private.CoreLib:System.ValueType",
251
+ "clrName": "System.ValueType"
252
+ },
219
253
  "methods": [
220
254
  {
221
255
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.MediaType::IsSubsetOf(Microsoft.AspNetCore.Mvc.Formatters.MediaType):System.Boolean",
@@ -232,6 +266,7 @@
232
266
  "isVirtual": false,
233
267
  "isOverride": false,
234
268
  "isSealed": false,
269
+ "visibility": "Public",
235
270
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
236
271
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
237
272
  "isExtensionMethod": false
@@ -251,6 +286,7 @@
251
286
  "isVirtual": false,
252
287
  "isOverride": false,
253
288
  "isSealed": false,
289
+ "visibility": "Public",
254
290
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
255
291
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
256
292
  "isExtensionMethod": false
@@ -270,6 +306,7 @@
270
306
  "isVirtual": false,
271
307
  "isOverride": false,
272
308
  "isSealed": false,
309
+ "visibility": "Public",
273
310
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
274
311
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
275
312
  "isExtensionMethod": false
@@ -289,6 +326,7 @@
289
326
  "isVirtual": false,
290
327
  "isOverride": false,
291
328
  "isSealed": false,
329
+ "visibility": "Public",
292
330
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
293
331
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
294
332
  "isExtensionMethod": false
@@ -308,6 +346,7 @@
308
346
  "isVirtual": false,
309
347
  "isOverride": false,
310
348
  "isSealed": false,
349
+ "visibility": "Public",
311
350
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
312
351
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
313
352
  "isExtensionMethod": false
@@ -327,6 +366,7 @@
327
366
  "isVirtual": false,
328
367
  "isOverride": false,
329
368
  "isSealed": false,
369
+ "visibility": "Public",
330
370
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
331
371
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
332
372
  "isExtensionMethod": false
@@ -346,6 +386,7 @@
346
386
  "isVirtual": false,
347
387
  "isOverride": false,
348
388
  "isSealed": false,
389
+ "visibility": "Public",
349
390
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
350
391
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
351
392
  "isExtensionMethod": false
@@ -365,6 +406,7 @@
365
406
  "isVirtual": false,
366
407
  "isOverride": false,
367
408
  "isSealed": false,
409
+ "visibility": "Public",
368
410
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
369
411
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
370
412
  "isExtensionMethod": false
@@ -386,6 +428,7 @@
386
428
  "isAbstract": false,
387
429
  "isVirtual": false,
388
430
  "isOverride": false,
431
+ "visibility": "Public",
389
432
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
390
433
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
391
434
  },
@@ -404,6 +447,7 @@
404
447
  "isAbstract": false,
405
448
  "isVirtual": false,
406
449
  "isOverride": false,
450
+ "visibility": "Public",
407
451
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
408
452
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
409
453
  },
@@ -422,6 +466,7 @@
422
466
  "isAbstract": false,
423
467
  "isVirtual": false,
424
468
  "isOverride": false,
469
+ "visibility": "Public",
425
470
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
426
471
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
427
472
  },
@@ -440,6 +485,7 @@
440
485
  "isAbstract": false,
441
486
  "isVirtual": false,
442
487
  "isOverride": false,
488
+ "visibility": "Public",
443
489
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
444
490
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
445
491
  },
@@ -458,6 +504,7 @@
458
504
  "isAbstract": false,
459
505
  "isVirtual": false,
460
506
  "isOverride": false,
507
+ "visibility": "Public",
461
508
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
462
509
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
463
510
  },
@@ -476,6 +523,7 @@
476
523
  "isAbstract": false,
477
524
  "isVirtual": false,
478
525
  "isOverride": false,
526
+ "visibility": "Public",
479
527
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
480
528
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
481
529
  },
@@ -494,6 +542,7 @@
494
542
  "isAbstract": false,
495
543
  "isVirtual": false,
496
544
  "isOverride": false,
545
+ "visibility": "Public",
497
546
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
498
547
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
499
548
  },
@@ -512,6 +561,7 @@
512
561
  "isAbstract": false,
513
562
  "isVirtual": false,
514
563
  "isOverride": false,
564
+ "visibility": "Public",
515
565
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
516
566
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
517
567
  },
@@ -530,6 +580,7 @@
530
580
  "isAbstract": false,
531
581
  "isVirtual": false,
532
582
  "isOverride": false,
583
+ "visibility": "Public",
533
584
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
534
585
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
535
586
  },
@@ -548,6 +599,7 @@
548
599
  "isAbstract": false,
549
600
  "isVirtual": false,
550
601
  "isOverride": false,
602
+ "visibility": "Public",
551
603
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
552
604
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
553
605
  }
@@ -562,6 +614,7 @@
562
614
  "normalizedSignature": "constructor|(System.String):void|static=false",
563
615
  "isStatic": false,
564
616
  "parameterCount": 1,
617
+ "visibility": "Public",
565
618
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
566
619
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
567
620
  },
@@ -572,6 +625,7 @@
572
625
  "normalizedSignature": "constructor|(Microsoft.Extensions.Primitives.StringSegment):void|static=false",
573
626
  "isStatic": false,
574
627
  "parameterCount": 1,
628
+ "visibility": "Public",
575
629
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
576
630
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
577
631
  },
@@ -582,6 +636,7 @@
582
636
  "normalizedSignature": "constructor|(System.String,System.Int32,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
583
637
  "isStatic": false,
584
638
  "parameterCount": 3,
639
+ "visibility": "Public",
585
640
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaType",
586
641
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
587
642
  }
@@ -598,6 +653,10 @@
598
653
  "isSealed": true,
599
654
  "isStatic": false,
600
655
  "arity": 0,
656
+ "baseType": {
657
+ "stableId": "System.Private.CoreLib:System.ValueType",
658
+ "clrName": "System.ValueType"
659
+ },
601
660
  "methods": [
602
661
  {
603
662
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.MediaTypeSegmentWithQuality::ToString():System.String",
@@ -614,6 +673,7 @@
614
673
  "isVirtual": true,
615
674
  "isOverride": true,
616
675
  "isSealed": false,
676
+ "visibility": "Public",
617
677
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeSegmentWithQuality",
618
678
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
619
679
  "isExtensionMethod": false
@@ -635,6 +695,7 @@
635
695
  "isAbstract": false,
636
696
  "isVirtual": false,
637
697
  "isOverride": false,
698
+ "visibility": "Public",
638
699
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeSegmentWithQuality",
639
700
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
640
701
  },
@@ -653,6 +714,7 @@
653
714
  "isAbstract": false,
654
715
  "isVirtual": false,
655
716
  "isOverride": false,
717
+ "visibility": "Public",
656
718
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeSegmentWithQuality",
657
719
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
658
720
  }
@@ -667,6 +729,7 @@
667
729
  "normalizedSignature": "constructor|(Microsoft.Extensions.Primitives.StringSegment,System.Double):void|static=false",
668
730
  "isStatic": false,
669
731
  "parameterCount": 2,
732
+ "visibility": "Public",
670
733
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeSegmentWithQuality",
671
734
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
672
735
  }
@@ -683,6 +746,28 @@
683
746
  "isSealed": false,
684
747
  "isStatic": false,
685
748
  "arity": 0,
749
+ "baseType": {
750
+ "stableId": "System.Private.CoreLib:System.Object",
751
+ "clrName": "System.Object"
752
+ },
753
+ "interfaces": [
754
+ {
755
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.IFormatFilter",
756
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IFormatFilter"
757
+ },
758
+ {
759
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata",
760
+ "clrName": "Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata"
761
+ },
762
+ {
763
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
764
+ "clrName": "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter"
765
+ },
766
+ {
767
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Filters.IResultFilter",
768
+ "clrName": "Microsoft.AspNetCore.Mvc.Filters.IResultFilter"
769
+ }
770
+ ],
686
771
  "methods": [
687
772
  {
688
773
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.FormatFilter::GetFormat(Microsoft.AspNetCore.Mvc.ActionContext):System.String",
@@ -699,6 +784,7 @@
699
784
  "isVirtual": true,
700
785
  "isOverride": false,
701
786
  "isSealed": false,
787
+ "visibility": "Public",
702
788
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatFilter",
703
789
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
704
790
  "isExtensionMethod": false
@@ -718,6 +804,7 @@
718
804
  "isVirtual": true,
719
805
  "isOverride": false,
720
806
  "isSealed": true,
807
+ "visibility": "Public",
721
808
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatFilter",
722
809
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
723
810
  "isExtensionMethod": false
@@ -737,6 +824,7 @@
737
824
  "isVirtual": true,
738
825
  "isOverride": false,
739
826
  "isSealed": true,
827
+ "visibility": "Public",
740
828
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatFilter",
741
829
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
742
830
  "isExtensionMethod": false
@@ -756,6 +844,7 @@
756
844
  "isVirtual": true,
757
845
  "isOverride": false,
758
846
  "isSealed": true,
847
+ "visibility": "Public",
759
848
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatFilter",
760
849
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
761
850
  "isExtensionMethod": false
@@ -775,6 +864,7 @@
775
864
  "isVirtual": true,
776
865
  "isOverride": false,
777
866
  "isSealed": true,
867
+ "visibility": "Public",
778
868
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatFilter",
779
869
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
780
870
  "isExtensionMethod": false
@@ -794,6 +884,7 @@
794
884
  "isVirtual": true,
795
885
  "isOverride": false,
796
886
  "isSealed": false,
887
+ "visibility": "Public",
797
888
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
798
889
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
799
890
  "isExtensionMethod": false,
@@ -814,6 +905,7 @@
814
905
  "isVirtual": true,
815
906
  "isOverride": false,
816
907
  "isSealed": false,
908
+ "visibility": "Public",
817
909
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IResourceFilter",
818
910
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
819
911
  "isExtensionMethod": false,
@@ -834,6 +926,7 @@
834
926
  "isVirtual": true,
835
927
  "isOverride": false,
836
928
  "isSealed": false,
929
+ "visibility": "Public",
837
930
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IResultFilter",
838
931
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
839
932
  "isExtensionMethod": false,
@@ -854,6 +947,7 @@
854
947
  "isVirtual": true,
855
948
  "isOverride": false,
856
949
  "isSealed": false,
950
+ "visibility": "Public",
857
951
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Filters.IResultFilter",
858
952
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
859
953
  "isExtensionMethod": false,
@@ -871,6 +965,7 @@
871
965
  "normalizedSignature": "constructor|(Microsoft.Extensions.Options.IOptions_1[[Microsoft.AspNetCore.Mvc.MvcOptions,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
872
966
  "isStatic": false,
873
967
  "parameterCount": 2,
968
+ "visibility": "Public",
874
969
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatFilter",
875
970
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
876
971
  }
@@ -887,6 +982,65 @@
887
982
  "isSealed": false,
888
983
  "isStatic": false,
889
984
  "arity": 1,
985
+ "baseType": {
986
+ "stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601",
987
+ "clrName": "System.Collections.ObjectModel.Collection\u00601",
988
+ "typeArguments": [
989
+ "TFormatter"
990
+ ]
991
+ },
992
+ "interfaces": [
993
+ {
994
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
995
+ "clrName": "System.Collections.Generic.IList\u00601",
996
+ "typeArguments": [
997
+ "TFormatter"
998
+ ]
999
+ },
1000
+ {
1001
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
1002
+ "clrName": "System.Collections.Generic.ICollection\u00601",
1003
+ "typeArguments": [
1004
+ "TFormatter"
1005
+ ]
1006
+ },
1007
+ {
1008
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
1009
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
1010
+ "typeArguments": [
1011
+ "TFormatter"
1012
+ ]
1013
+ },
1014
+ {
1015
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1016
+ "clrName": "System.Collections.IEnumerable"
1017
+ },
1018
+ {
1019
+ "stableId": "System.Private.CoreLib:System.Collections.IList",
1020
+ "clrName": "System.Collections.IList"
1021
+ },
1022
+ {
1023
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
1024
+ "clrName": "System.Collections.ICollection"
1025
+ },
1026
+ {
1027
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
1028
+ "clrName": "System.Collections.Generic.IReadOnlyList\u00601",
1029
+ "typeArguments": [
1030
+ "TFormatter"
1031
+ ]
1032
+ },
1033
+ {
1034
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
1035
+ "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
1036
+ "typeArguments": [
1037
+ "TFormatter"
1038
+ ]
1039
+ }
1040
+ ],
1041
+ "typeParameters": [
1042
+ "TFormatter"
1043
+ ],
890
1044
  "methods": [
891
1045
  {
892
1046
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection\u00601::RemoveType():System.Void",
@@ -903,6 +1057,7 @@
903
1057
  "isVirtual": false,
904
1058
  "isOverride": false,
905
1059
  "isSealed": false,
1060
+ "visibility": "Public",
906
1061
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection\u00601",
907
1062
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
908
1063
  "isExtensionMethod": false
@@ -922,6 +1077,7 @@
922
1077
  "isVirtual": false,
923
1078
  "isOverride": false,
924
1079
  "isSealed": false,
1080
+ "visibility": "Public",
925
1081
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection\u00601",
926
1082
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
927
1083
  "isExtensionMethod": false
@@ -938,6 +1094,7 @@
938
1094
  "normalizedSignature": "constructor|():void|static=false",
939
1095
  "isStatic": false,
940
1096
  "parameterCount": 0,
1097
+ "visibility": "Public",
941
1098
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection\u00601",
942
1099
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
943
1100
  },
@@ -948,6 +1105,7 @@
948
1105
  "normalizedSignature": "constructor|(IList_1):void|static=false",
949
1106
  "isStatic": false,
950
1107
  "parameterCount": 1,
1108
+ "visibility": "Public",
951
1109
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterCollection\u00601",
952
1110
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
953
1111
  }
@@ -964,6 +1122,10 @@
964
1122
  "isSealed": false,
965
1123
  "isStatic": false,
966
1124
  "arity": 0,
1125
+ "baseType": {
1126
+ "stableId": "System.Private.CoreLib:System.Object",
1127
+ "clrName": "System.Object"
1128
+ },
967
1129
  "methods": [
968
1130
  {
969
1131
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings::SetMediaTypeMappingForFormat(System.String,System.String):System.Void",
@@ -980,6 +1142,7 @@
980
1142
  "isVirtual": false,
981
1143
  "isOverride": false,
982
1144
  "isSealed": false,
1145
+ "visibility": "Public",
983
1146
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings",
984
1147
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
985
1148
  "isExtensionMethod": false
@@ -999,6 +1162,7 @@
999
1162
  "isVirtual": false,
1000
1163
  "isOverride": false,
1001
1164
  "isSealed": false,
1165
+ "visibility": "Public",
1002
1166
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings",
1003
1167
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1004
1168
  "isExtensionMethod": false
@@ -1018,6 +1182,7 @@
1018
1182
  "isVirtual": false,
1019
1183
  "isOverride": false,
1020
1184
  "isSealed": false,
1185
+ "visibility": "Public",
1021
1186
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings",
1022
1187
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1023
1188
  "isExtensionMethod": false
@@ -1037,6 +1202,7 @@
1037
1202
  "isVirtual": false,
1038
1203
  "isOverride": false,
1039
1204
  "isSealed": false,
1205
+ "visibility": "Public",
1040
1206
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings",
1041
1207
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1042
1208
  "isExtensionMethod": false
@@ -1053,6 +1219,7 @@
1053
1219
  "normalizedSignature": "constructor|():void|static=false",
1054
1220
  "isStatic": false,
1055
1221
  "parameterCount": 0,
1222
+ "visibility": "Public",
1056
1223
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings",
1057
1224
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1058
1225
  }
@@ -1069,6 +1236,16 @@
1069
1236
  "isSealed": false,
1070
1237
  "isStatic": false,
1071
1238
  "arity": 0,
1239
+ "baseType": {
1240
+ "stableId": "System.Private.CoreLib:System.Object",
1241
+ "clrName": "System.Object"
1242
+ },
1243
+ "interfaces": [
1244
+ {
1245
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
1246
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
1247
+ }
1248
+ ],
1072
1249
  "methods": [
1073
1250
  {
1074
1251
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
@@ -1085,6 +1262,7 @@
1085
1262
  "isVirtual": true,
1086
1263
  "isOverride": false,
1087
1264
  "isSealed": true,
1265
+ "visibility": "Public",
1088
1266
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter",
1089
1267
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1090
1268
  "isExtensionMethod": false
@@ -1104,6 +1282,7 @@
1104
1282
  "isVirtual": true,
1105
1283
  "isOverride": false,
1106
1284
  "isSealed": true,
1285
+ "visibility": "Public",
1107
1286
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter",
1108
1287
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1109
1288
  "isExtensionMethod": false
@@ -1123,6 +1302,7 @@
1123
1302
  "isVirtual": true,
1124
1303
  "isOverride": false,
1125
1304
  "isSealed": false,
1305
+ "visibility": "Public",
1126
1306
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
1127
1307
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1128
1308
  "isExtensionMethod": false,
@@ -1143,6 +1323,7 @@
1143
1323
  "isVirtual": true,
1144
1324
  "isOverride": false,
1145
1325
  "isSealed": false,
1326
+ "visibility": "Public",
1146
1327
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
1147
1328
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1148
1329
  "isExtensionMethod": false,
@@ -1165,6 +1346,7 @@
1165
1346
  "isAbstract": false,
1166
1347
  "isVirtual": false,
1167
1348
  "isOverride": false,
1349
+ "visibility": "Public",
1168
1350
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter",
1169
1351
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1170
1352
  }
@@ -1179,6 +1361,7 @@
1179
1361
  "normalizedSignature": "constructor|():void|static=false",
1180
1362
  "isStatic": false,
1181
1363
  "parameterCount": 0,
1364
+ "visibility": "Public",
1182
1365
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter",
1183
1366
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1184
1367
  }
@@ -1195,7 +1378,41 @@
1195
1378
  "isSealed": false,
1196
1379
  "isStatic": false,
1197
1380
  "arity": 0,
1381
+ "baseType": {
1382
+ "stableId": "System.Private.CoreLib:System.Object",
1383
+ "clrName": "System.Object"
1384
+ },
1385
+ "interfaces": [
1386
+ {
1387
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
1388
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
1389
+ },
1390
+ {
1391
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
1392
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
1393
+ }
1394
+ ],
1198
1395
  "methods": [
1396
+ {
1397
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.InputFormatter::GetDefaultValueForType(System.Type):System.Object",
1398
+ "clrName": "GetDefaultValueForType",
1399
+ "metadataToken": 100666095,
1400
+ "canonicalSignature": "(System.Type):System.Object",
1401
+ "normalizedSignature": "GetDefaultValueForType|(System.Type):System.Object|static=false",
1402
+ "emitScope": "ClassSurface",
1403
+ "provenance": "Original",
1404
+ "arity": 0,
1405
+ "parameterCount": 1,
1406
+ "isStatic": false,
1407
+ "isAbstract": false,
1408
+ "isVirtual": true,
1409
+ "isOverride": false,
1410
+ "isSealed": false,
1411
+ "visibility": "Protected",
1412
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1413
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1414
+ "isExtensionMethod": false
1415
+ },
1199
1416
  {
1200
1417
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.InputFormatter::CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
1201
1418
  "clrName": "CanRead",
@@ -1211,6 +1428,27 @@
1211
1428
  "isVirtual": true,
1212
1429
  "isOverride": false,
1213
1430
  "isSealed": false,
1431
+ "visibility": "Public",
1432
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1433
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1434
+ "isExtensionMethod": false
1435
+ },
1436
+ {
1437
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.InputFormatter::CanReadType(System.Type):System.Boolean",
1438
+ "clrName": "CanReadType",
1439
+ "metadataToken": 100666098,
1440
+ "canonicalSignature": "(System.Type):System.Boolean",
1441
+ "normalizedSignature": "CanReadType|(System.Type):System.Boolean|static=false",
1442
+ "emitScope": "ClassSurface",
1443
+ "provenance": "Original",
1444
+ "arity": 0,
1445
+ "parameterCount": 1,
1446
+ "isStatic": false,
1447
+ "isAbstract": false,
1448
+ "isVirtual": true,
1449
+ "isOverride": false,
1450
+ "isSealed": false,
1451
+ "visibility": "Protected",
1214
1452
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1215
1453
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1216
1454
  "isExtensionMethod": false
@@ -1230,6 +1468,7 @@
1230
1468
  "isVirtual": true,
1231
1469
  "isOverride": false,
1232
1470
  "isSealed": false,
1471
+ "visibility": "Public",
1233
1472
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1234
1473
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1235
1474
  "isExtensionMethod": false
@@ -1249,6 +1488,7 @@
1249
1488
  "isVirtual": true,
1250
1489
  "isOverride": false,
1251
1490
  "isSealed": false,
1491
+ "visibility": "Public",
1252
1492
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1253
1493
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1254
1494
  "isExtensionMethod": false
@@ -1268,6 +1508,7 @@
1268
1508
  "isVirtual": true,
1269
1509
  "isOverride": false,
1270
1510
  "isSealed": false,
1511
+ "visibility": "Public",
1271
1512
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1272
1513
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1273
1514
  "isExtensionMethod": false
@@ -1287,6 +1528,7 @@
1287
1528
  "isVirtual": true,
1288
1529
  "isOverride": false,
1289
1530
  "isSealed": false,
1531
+ "visibility": "Public",
1290
1532
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
1291
1533
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1292
1534
  "isExtensionMethod": false,
@@ -1307,6 +1549,7 @@
1307
1549
  "isVirtual": true,
1308
1550
  "isOverride": false,
1309
1551
  "isSealed": false,
1552
+ "visibility": "Public",
1310
1553
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
1311
1554
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1312
1555
  "isExtensionMethod": false,
@@ -1327,6 +1570,7 @@
1327
1570
  "isVirtual": true,
1328
1571
  "isOverride": false,
1329
1572
  "isSealed": false,
1573
+ "visibility": "Public",
1330
1574
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
1331
1575
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1332
1576
  "isExtensionMethod": false,
@@ -1349,13 +1593,26 @@
1349
1593
  "isAbstract": false,
1350
1594
  "isVirtual": false,
1351
1595
  "isOverride": false,
1596
+ "visibility": "Public",
1352
1597
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1353
1598
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1354
1599
  }
1355
1600
  ],
1356
1601
  "fields": [],
1357
1602
  "events": [],
1358
- "constructors": []
1603
+ "constructors": [
1604
+ {
1605
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.InputFormatter::.ctor():void",
1606
+ "metadataToken": 100666102,
1607
+ "canonicalSignature": "():void",
1608
+ "normalizedSignature": "constructor|():void|static=false",
1609
+ "isStatic": false,
1610
+ "parameterCount": 0,
1611
+ "visibility": "Protected",
1612
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
1613
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1614
+ }
1615
+ ]
1359
1616
  },
1360
1617
  {
1361
1618
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
@@ -1368,6 +1625,10 @@
1368
1625
  "isSealed": false,
1369
1626
  "isStatic": false,
1370
1627
  "arity": 0,
1628
+ "baseType": {
1629
+ "stableId": "System.Private.CoreLib:System.Object",
1630
+ "clrName": "System.Object"
1631
+ },
1371
1632
  "methods": [],
1372
1633
  "properties": [
1373
1634
  {
@@ -1385,6 +1646,7 @@
1385
1646
  "isAbstract": false,
1386
1647
  "isVirtual": false,
1387
1648
  "isOverride": false,
1649
+ "visibility": "Public",
1388
1650
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1389
1651
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1390
1652
  },
@@ -1403,6 +1665,7 @@
1403
1665
  "isAbstract": false,
1404
1666
  "isVirtual": false,
1405
1667
  "isOverride": false,
1668
+ "visibility": "Public",
1406
1669
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1407
1670
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1408
1671
  },
@@ -1421,6 +1684,7 @@
1421
1684
  "isAbstract": false,
1422
1685
  "isVirtual": false,
1423
1686
  "isOverride": false,
1687
+ "visibility": "Public",
1424
1688
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1425
1689
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1426
1690
  },
@@ -1439,6 +1703,7 @@
1439
1703
  "isAbstract": false,
1440
1704
  "isVirtual": false,
1441
1705
  "isOverride": false,
1706
+ "visibility": "Public",
1442
1707
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1443
1708
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1444
1709
  },
@@ -1457,6 +1722,7 @@
1457
1722
  "isAbstract": false,
1458
1723
  "isVirtual": false,
1459
1724
  "isOverride": false,
1725
+ "visibility": "Public",
1460
1726
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1461
1727
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1462
1728
  },
@@ -1475,6 +1741,7 @@
1475
1741
  "isAbstract": false,
1476
1742
  "isVirtual": false,
1477
1743
  "isOverride": false,
1744
+ "visibility": "Public",
1478
1745
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1479
1746
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1480
1747
  },
@@ -1493,6 +1760,7 @@
1493
1760
  "isAbstract": false,
1494
1761
  "isVirtual": false,
1495
1762
  "isOverride": false,
1763
+ "visibility": "Public",
1496
1764
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1497
1765
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1498
1766
  }
@@ -1507,6 +1775,7 @@
1507
1775
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextReader,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1508
1776
  "isStatic": false,
1509
1777
  "parameterCount": 5,
1778
+ "visibility": "Public",
1510
1779
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1511
1780
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1512
1781
  },
@@ -1517,6 +1786,7 @@
1517
1786
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextReader,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):void|static=false",
1518
1787
  "isStatic": false,
1519
1788
  "parameterCount": 6,
1789
+ "visibility": "Public",
1520
1790
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext",
1521
1791
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1522
1792
  }
@@ -1533,6 +1803,16 @@
1533
1803
  "isSealed": false,
1534
1804
  "isStatic": false,
1535
1805
  "arity": 0,
1806
+ "baseType": {
1807
+ "stableId": "System.Private.CoreLib:System.Exception",
1808
+ "clrName": "System.Exception"
1809
+ },
1810
+ "interfaces": [
1811
+ {
1812
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
1813
+ "clrName": "System.Runtime.Serialization.ISerializable"
1814
+ }
1815
+ ],
1536
1816
  "methods": [],
1537
1817
  "properties": [],
1538
1818
  "fields": [],
@@ -1545,6 +1825,7 @@
1545
1825
  "normalizedSignature": "constructor|():void|static=false",
1546
1826
  "isStatic": false,
1547
1827
  "parameterCount": 0,
1828
+ "visibility": "Public",
1548
1829
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException",
1549
1830
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1550
1831
  },
@@ -1555,6 +1836,7 @@
1555
1836
  "normalizedSignature": "constructor|(System.String):void|static=false",
1556
1837
  "isStatic": false,
1557
1838
  "parameterCount": 1,
1839
+ "visibility": "Public",
1558
1840
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException",
1559
1841
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1560
1842
  },
@@ -1565,6 +1847,7 @@
1565
1847
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
1566
1848
  "isStatic": false,
1567
1849
  "parameterCount": 2,
1850
+ "visibility": "Public",
1568
1851
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterException",
1569
1852
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1570
1853
  }
@@ -1581,6 +1864,10 @@
1581
1864
  "isSealed": false,
1582
1865
  "isStatic": false,
1583
1866
  "arity": 0,
1867
+ "baseType": {
1868
+ "stableId": "System.Private.CoreLib:System.Object",
1869
+ "clrName": "System.Object"
1870
+ },
1584
1871
  "methods": [
1585
1872
  {
1586
1873
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult::Failure():Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
@@ -1597,6 +1884,7 @@
1597
1884
  "isVirtual": false,
1598
1885
  "isOverride": false,
1599
1886
  "isSealed": false,
1887
+ "visibility": "Public",
1600
1888
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1601
1889
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1602
1890
  "isExtensionMethod": false
@@ -1616,6 +1904,7 @@
1616
1904
  "isVirtual": false,
1617
1905
  "isOverride": false,
1618
1906
  "isSealed": false,
1907
+ "visibility": "Public",
1619
1908
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1620
1909
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1621
1910
  "isExtensionMethod": false
@@ -1635,6 +1924,7 @@
1635
1924
  "isVirtual": false,
1636
1925
  "isOverride": false,
1637
1926
  "isSealed": false,
1927
+ "visibility": "Public",
1638
1928
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1639
1929
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1640
1930
  "isExtensionMethod": false
@@ -1654,6 +1944,7 @@
1654
1944
  "isVirtual": false,
1655
1945
  "isOverride": false,
1656
1946
  "isSealed": false,
1947
+ "visibility": "Public",
1657
1948
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1658
1949
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1659
1950
  "isExtensionMethod": false
@@ -1673,6 +1964,7 @@
1673
1964
  "isVirtual": false,
1674
1965
  "isOverride": false,
1675
1966
  "isSealed": false,
1967
+ "visibility": "Public",
1676
1968
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1677
1969
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1678
1970
  "isExtensionMethod": false
@@ -1692,6 +1984,7 @@
1692
1984
  "isVirtual": false,
1693
1985
  "isOverride": false,
1694
1986
  "isSealed": false,
1987
+ "visibility": "Public",
1695
1988
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1696
1989
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1697
1990
  "isExtensionMethod": false
@@ -1713,6 +2006,7 @@
1713
2006
  "isAbstract": false,
1714
2007
  "isVirtual": false,
1715
2008
  "isOverride": false,
2009
+ "visibility": "Public",
1716
2010
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1717
2011
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1718
2012
  },
@@ -1731,6 +2025,7 @@
1731
2025
  "isAbstract": false,
1732
2026
  "isVirtual": false,
1733
2027
  "isOverride": false,
2028
+ "visibility": "Public",
1734
2029
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1735
2030
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1736
2031
  },
@@ -1749,6 +2044,7 @@
1749
2044
  "isAbstract": false,
1750
2045
  "isVirtual": false,
1751
2046
  "isOverride": false,
2047
+ "visibility": "Public",
1752
2048
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult",
1753
2049
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1754
2050
  }
@@ -1768,6 +2064,62 @@
1768
2064
  "isSealed": false,
1769
2065
  "isStatic": false,
1770
2066
  "arity": 0,
2067
+ "baseType": {
2068
+ "stableId": "System.Private.CoreLib:System.Collections.ObjectModel.Collection\u00601",
2069
+ "clrName": "System.Collections.ObjectModel.Collection\u00601",
2070
+ "typeArguments": [
2071
+ "String"
2072
+ ]
2073
+ },
2074
+ "interfaces": [
2075
+ {
2076
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
2077
+ "clrName": "System.Collections.Generic.IList\u00601",
2078
+ "typeArguments": [
2079
+ "String"
2080
+ ]
2081
+ },
2082
+ {
2083
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
2084
+ "clrName": "System.Collections.Generic.ICollection\u00601",
2085
+ "typeArguments": [
2086
+ "String"
2087
+ ]
2088
+ },
2089
+ {
2090
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
2091
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
2092
+ "typeArguments": [
2093
+ "String"
2094
+ ]
2095
+ },
2096
+ {
2097
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
2098
+ "clrName": "System.Collections.IEnumerable"
2099
+ },
2100
+ {
2101
+ "stableId": "System.Private.CoreLib:System.Collections.IList",
2102
+ "clrName": "System.Collections.IList"
2103
+ },
2104
+ {
2105
+ "stableId": "System.Private.CoreLib:System.Collections.ICollection",
2106
+ "clrName": "System.Collections.ICollection"
2107
+ },
2108
+ {
2109
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyList\u00601",
2110
+ "clrName": "System.Collections.Generic.IReadOnlyList\u00601",
2111
+ "typeArguments": [
2112
+ "String"
2113
+ ]
2114
+ },
2115
+ {
2116
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlyCollection\u00601",
2117
+ "clrName": "System.Collections.Generic.IReadOnlyCollection\u00601",
2118
+ "typeArguments": [
2119
+ "String"
2120
+ ]
2121
+ }
2122
+ ],
1771
2123
  "methods": [
1772
2124
  {
1773
2125
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection::Add(Microsoft.Net.Http.Headers.MediaTypeHeaderValue):System.Void",
@@ -1784,6 +2136,7 @@
1784
2136
  "isVirtual": false,
1785
2137
  "isOverride": false,
1786
2138
  "isSealed": false,
2139
+ "visibility": "Public",
1787
2140
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
1788
2141
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1789
2142
  "isExtensionMethod": false
@@ -1803,6 +2156,7 @@
1803
2156
  "isVirtual": false,
1804
2157
  "isOverride": false,
1805
2158
  "isSealed": false,
2159
+ "visibility": "Public",
1806
2160
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
1807
2161
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1808
2162
  "isExtensionMethod": false
@@ -1822,6 +2176,7 @@
1822
2176
  "isVirtual": false,
1823
2177
  "isOverride": false,
1824
2178
  "isSealed": false,
2179
+ "visibility": "Public",
1825
2180
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
1826
2181
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1827
2182
  "isExtensionMethod": false
@@ -1838,6 +2193,7 @@
1838
2193
  "normalizedSignature": "constructor|():void|static=false",
1839
2194
  "isStatic": false,
1840
2195
  "parameterCount": 0,
2196
+ "visibility": "Public",
1841
2197
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection",
1842
2198
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1843
2199
  }
@@ -1854,7 +2210,41 @@
1854
2210
  "isSealed": false,
1855
2211
  "isStatic": false,
1856
2212
  "arity": 0,
2213
+ "baseType": {
2214
+ "stableId": "System.Private.CoreLib:System.Object",
2215
+ "clrName": "System.Object"
2216
+ },
2217
+ "interfaces": [
2218
+ {
2219
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2220
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
2221
+ },
2222
+ {
2223
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
2224
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
2225
+ }
2226
+ ],
1857
2227
  "methods": [
2228
+ {
2229
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter::CanWriteType(System.Type):System.Boolean",
2230
+ "clrName": "CanWriteType",
2231
+ "metadataToken": 100666136,
2232
+ "canonicalSignature": "(System.Type):System.Boolean",
2233
+ "normalizedSignature": "CanWriteType|(System.Type):System.Boolean|static=false",
2234
+ "emitScope": "ClassSurface",
2235
+ "provenance": "Original",
2236
+ "arity": 0,
2237
+ "parameterCount": 1,
2238
+ "isStatic": false,
2239
+ "isAbstract": false,
2240
+ "isVirtual": true,
2241
+ "isOverride": false,
2242
+ "isSealed": false,
2243
+ "visibility": "Protected",
2244
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
2245
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2246
+ "isExtensionMethod": false
2247
+ },
1858
2248
  {
1859
2249
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter::GetSupportedContentTypes(System.String,System.Type):System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1860
2250
  "clrName": "GetSupportedContentTypes",
@@ -1870,6 +2260,7 @@
1870
2260
  "isVirtual": true,
1871
2261
  "isOverride": false,
1872
2262
  "isSealed": false,
2263
+ "visibility": "Public",
1873
2264
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
1874
2265
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1875
2266
  "isExtensionMethod": false
@@ -1889,6 +2280,7 @@
1889
2280
  "isVirtual": true,
1890
2281
  "isOverride": false,
1891
2282
  "isSealed": false,
2283
+ "visibility": "Public",
1892
2284
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
1893
2285
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1894
2286
  "isExtensionMethod": false
@@ -1908,6 +2300,7 @@
1908
2300
  "isVirtual": true,
1909
2301
  "isOverride": false,
1910
2302
  "isSealed": false,
2303
+ "visibility": "Public",
1911
2304
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
1912
2305
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1913
2306
  "isExtensionMethod": false
@@ -1927,6 +2320,7 @@
1927
2320
  "isVirtual": true,
1928
2321
  "isOverride": false,
1929
2322
  "isSealed": false,
2323
+ "visibility": "Public",
1930
2324
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
1931
2325
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1932
2326
  "isExtensionMethod": false
@@ -1946,6 +2340,7 @@
1946
2340
  "isVirtual": true,
1947
2341
  "isOverride": false,
1948
2342
  "isSealed": false,
2343
+ "visibility": "Public",
1949
2344
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
1950
2345
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
1951
2346
  "isExtensionMethod": false
@@ -1965,6 +2360,7 @@
1965
2360
  "isVirtual": true,
1966
2361
  "isOverride": false,
1967
2362
  "isSealed": false,
2363
+ "visibility": "Public",
1968
2364
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
1969
2365
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1970
2366
  "isExtensionMethod": false,
@@ -1985,6 +2381,7 @@
1985
2381
  "isVirtual": true,
1986
2382
  "isOverride": false,
1987
2383
  "isSealed": false,
2384
+ "visibility": "Public",
1988
2385
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
1989
2386
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1990
2387
  "isExtensionMethod": false,
@@ -2005,6 +2402,7 @@
2005
2402
  "isVirtual": true,
2006
2403
  "isOverride": false,
2007
2404
  "isSealed": false,
2405
+ "visibility": "Public",
2008
2406
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
2009
2407
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2010
2408
  "isExtensionMethod": false,
@@ -2027,13 +2425,26 @@
2027
2425
  "isAbstract": false,
2028
2426
  "isVirtual": false,
2029
2427
  "isOverride": false,
2428
+ "visibility": "Public",
2030
2429
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
2031
2430
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2032
2431
  }
2033
2432
  ],
2034
2433
  "fields": [],
2035
2434
  "events": [],
2036
- "constructors": []
2435
+ "constructors": [
2436
+ {
2437
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter::.ctor():void",
2438
+ "metadataToken": 100666142,
2439
+ "canonicalSignature": "():void",
2440
+ "normalizedSignature": "constructor|():void|static=false",
2441
+ "isStatic": false,
2442
+ "parameterCount": 0,
2443
+ "visibility": "Protected",
2444
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
2445
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2446
+ }
2447
+ ]
2037
2448
  },
2038
2449
  {
2039
2450
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
@@ -2046,6 +2457,10 @@
2046
2457
  "isSealed": false,
2047
2458
  "isStatic": false,
2048
2459
  "arity": 0,
2460
+ "baseType": {
2461
+ "stableId": "System.Private.CoreLib:System.Object",
2462
+ "clrName": "System.Object"
2463
+ },
2049
2464
  "methods": [],
2050
2465
  "properties": [
2051
2466
  {
@@ -2053,16 +2468,17 @@
2053
2468
  "clrName": "HttpContext",
2054
2469
  "metadataToken": 385876197,
2055
2470
  "canonicalSignature": ":Microsoft.AspNetCore.Http.HttpContext",
2056
- "normalizedSignature": "HttpContext|:Microsoft.AspNetCore.Http.HttpContext|static=false|accessor=get",
2471
+ "normalizedSignature": "HttpContext|:Microsoft.AspNetCore.Http.HttpContext|static=false|accessor=getset",
2057
2472
  "emitScope": "ClassSurface",
2058
2473
  "provenance": "Original",
2059
2474
  "isIndexer": false,
2060
2475
  "hasGetter": true,
2061
- "hasSetter": false,
2476
+ "hasSetter": true,
2062
2477
  "isStatic": false,
2063
2478
  "isAbstract": false,
2064
2479
  "isVirtual": true,
2065
2480
  "isOverride": false,
2481
+ "visibility": "Public",
2066
2482
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2067
2483
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2068
2484
  },
@@ -2081,6 +2497,7 @@
2081
2497
  "isAbstract": false,
2082
2498
  "isVirtual": true,
2083
2499
  "isOverride": false,
2500
+ "visibility": "Public",
2084
2501
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2085
2502
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2086
2503
  },
@@ -2099,6 +2516,7 @@
2099
2516
  "isAbstract": false,
2100
2517
  "isVirtual": true,
2101
2518
  "isOverride": false,
2519
+ "visibility": "Public",
2102
2520
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2103
2521
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2104
2522
  },
@@ -2107,16 +2525,17 @@
2107
2525
  "clrName": "Object",
2108
2526
  "metadataToken": 385876200,
2109
2527
  "canonicalSignature": ":System.Object",
2110
- "normalizedSignature": "Object|:System.Object|static=false|accessor=get",
2528
+ "normalizedSignature": "Object|:System.Object|static=false|accessor=getset",
2111
2529
  "emitScope": "ClassSurface",
2112
2530
  "provenance": "Original",
2113
2531
  "isIndexer": false,
2114
2532
  "hasGetter": true,
2115
- "hasSetter": false,
2533
+ "hasSetter": true,
2116
2534
  "isStatic": false,
2117
2535
  "isAbstract": false,
2118
2536
  "isVirtual": true,
2119
2537
  "isOverride": false,
2538
+ "visibility": "Public",
2120
2539
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2121
2540
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2122
2541
  },
@@ -2125,23 +2544,36 @@
2125
2544
  "clrName": "ObjectType",
2126
2545
  "metadataToken": 385876201,
2127
2546
  "canonicalSignature": ":System.Type",
2128
- "normalizedSignature": "ObjectType|:System.Type|static=false|accessor=get",
2547
+ "normalizedSignature": "ObjectType|:System.Type|static=false|accessor=getset",
2129
2548
  "emitScope": "ClassSurface",
2130
2549
  "provenance": "Original",
2131
2550
  "isIndexer": false,
2132
2551
  "hasGetter": true,
2133
- "hasSetter": false,
2552
+ "hasSetter": true,
2134
2553
  "isStatic": false,
2135
2554
  "isAbstract": false,
2136
2555
  "isVirtual": true,
2137
2556
  "isOverride": false,
2557
+ "visibility": "Public",
2138
2558
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2139
2559
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2140
2560
  }
2141
2561
  ],
2142
2562
  "fields": [],
2143
2563
  "events": [],
2144
- "constructors": []
2564
+ "constructors": [
2565
+ {
2566
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext::.ctor(Microsoft.AspNetCore.Http.HttpContext):void",
2567
+ "metadataToken": 100663834,
2568
+ "canonicalSignature": "(Microsoft.AspNetCore.Http.HttpContext):void",
2569
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext):void|static=false",
2570
+ "isStatic": false,
2571
+ "parameterCount": 1,
2572
+ "visibility": "Protected",
2573
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2574
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2575
+ }
2576
+ ]
2145
2577
  },
2146
2578
  {
2147
2579
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext",
@@ -2154,6 +2586,10 @@
2154
2586
  "isSealed": false,
2155
2587
  "isStatic": false,
2156
2588
  "arity": 0,
2589
+ "baseType": {
2590
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext",
2591
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext"
2592
+ },
2157
2593
  "methods": [],
2158
2594
  "properties": [
2159
2595
  {
@@ -2161,16 +2597,17 @@
2161
2597
  "clrName": "WriterFactory",
2162
2598
  "metadataToken": 385876202,
2163
2599
  "canonicalSignature": ":System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2164
- "normalizedSignature": "WriterFactory|:System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2600
+ "normalizedSignature": "WriterFactory|:System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2165
2601
  "emitScope": "ClassSurface",
2166
2602
  "provenance": "Original",
2167
2603
  "isIndexer": false,
2168
2604
  "hasGetter": true,
2169
- "hasSetter": false,
2605
+ "hasSetter": true,
2170
2606
  "isStatic": false,
2171
2607
  "isAbstract": false,
2172
2608
  "isVirtual": true,
2173
2609
  "isOverride": false,
2610
+ "visibility": "Public",
2174
2611
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext",
2175
2612
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2176
2613
  }
@@ -2185,6 +2622,7 @@
2185
2622
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,System.Func_3[[System.IO.Stream,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Text.Encoding,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.IO.TextWriter,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type,System.Object):void|static=false",
2186
2623
  "isStatic": false,
2187
2624
  "parameterCount": 4,
2625
+ "visibility": "Public",
2188
2626
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext",
2189
2627
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2190
2628
  }
@@ -2201,6 +2639,16 @@
2201
2639
  "isSealed": false,
2202
2640
  "isStatic": false,
2203
2641
  "arity": 0,
2642
+ "baseType": {
2643
+ "stableId": "System.Private.CoreLib:System.Object",
2644
+ "clrName": "System.Object"
2645
+ },
2646
+ "interfaces": [
2647
+ {
2648
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2649
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
2650
+ }
2651
+ ],
2204
2652
  "methods": [
2205
2653
  {
2206
2654
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
@@ -2217,6 +2665,7 @@
2217
2665
  "isVirtual": true,
2218
2666
  "isOverride": false,
2219
2667
  "isSealed": true,
2668
+ "visibility": "Public",
2220
2669
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter",
2221
2670
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2222
2671
  "isExtensionMethod": false
@@ -2236,6 +2685,7 @@
2236
2685
  "isVirtual": true,
2237
2686
  "isOverride": false,
2238
2687
  "isSealed": true,
2688
+ "visibility": "Public",
2239
2689
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter",
2240
2690
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2241
2691
  "isExtensionMethod": false
@@ -2255,6 +2705,7 @@
2255
2705
  "isVirtual": true,
2256
2706
  "isOverride": false,
2257
2707
  "isSealed": false,
2708
+ "visibility": "Public",
2258
2709
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2259
2710
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2260
2711
  "isExtensionMethod": false,
@@ -2275,6 +2726,7 @@
2275
2726
  "isVirtual": true,
2276
2727
  "isOverride": false,
2277
2728
  "isSealed": false,
2729
+ "visibility": "Public",
2278
2730
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2279
2731
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2280
2732
  "isExtensionMethod": false,
@@ -2292,6 +2744,7 @@
2292
2744
  "normalizedSignature": "constructor|():void|static=false",
2293
2745
  "isStatic": false,
2294
2746
  "parameterCount": 0,
2747
+ "visibility": "Public",
2295
2748
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter",
2296
2749
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2297
2750
  }
@@ -2308,6 +2761,20 @@
2308
2761
  "isSealed": false,
2309
2762
  "isStatic": false,
2310
2763
  "arity": 0,
2764
+ "baseType": {
2765
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
2766
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter"
2767
+ },
2768
+ "interfaces": [
2769
+ {
2770
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2771
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
2772
+ },
2773
+ {
2774
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
2775
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
2776
+ }
2777
+ ],
2311
2778
  "methods": [
2312
2779
  {
2313
2780
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter::CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext):System.Boolean",
@@ -2324,6 +2791,7 @@
2324
2791
  "isVirtual": true,
2325
2792
  "isOverride": true,
2326
2793
  "isSealed": false,
2794
+ "visibility": "Public",
2327
2795
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
2328
2796
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2329
2797
  "isExtensionMethod": false
@@ -2343,6 +2811,7 @@
2343
2811
  "isVirtual": true,
2344
2812
  "isOverride": true,
2345
2813
  "isSealed": false,
2814
+ "visibility": "Public",
2346
2815
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
2347
2816
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2348
2817
  "isExtensionMethod": false
@@ -2362,6 +2831,7 @@
2362
2831
  "isVirtual": true,
2363
2832
  "isOverride": false,
2364
2833
  "isSealed": false,
2834
+ "visibility": "Public",
2365
2835
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2366
2836
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2367
2837
  "isExtensionMethod": false,
@@ -2382,6 +2852,7 @@
2382
2852
  "isVirtual": true,
2383
2853
  "isOverride": false,
2384
2854
  "isSealed": false,
2855
+ "visibility": "Public",
2385
2856
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
2386
2857
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2387
2858
  "isExtensionMethod": false,
@@ -2402,6 +2873,7 @@
2402
2873
  "isVirtual": true,
2403
2874
  "isOverride": false,
2404
2875
  "isSealed": false,
2876
+ "visibility": "Public",
2405
2877
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2406
2878
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2407
2879
  "isExtensionMethod": false,
@@ -2422,6 +2894,7 @@
2422
2894
  "isVirtual": true,
2423
2895
  "isOverride": false,
2424
2896
  "isSealed": false,
2897
+ "visibility": "Public",
2425
2898
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
2426
2899
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2427
2900
  "isExtensionMethod": false
@@ -2441,6 +2914,7 @@
2441
2914
  "isVirtual": true,
2442
2915
  "isOverride": false,
2443
2916
  "isSealed": false,
2917
+ "visibility": "Public",
2444
2918
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
2445
2919
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2446
2920
  "isExtensionMethod": false
@@ -2460,6 +2934,7 @@
2460
2934
  "isVirtual": true,
2461
2935
  "isOverride": false,
2462
2936
  "isSealed": false,
2937
+ "visibility": "Public",
2463
2938
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
2464
2939
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2465
2940
  "isExtensionMethod": false
@@ -2476,6 +2951,7 @@
2476
2951
  "normalizedSignature": "constructor|():void|static=false",
2477
2952
  "isStatic": false,
2478
2953
  "parameterCount": 0,
2954
+ "visibility": "Public",
2479
2955
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter",
2480
2956
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2481
2957
  }
@@ -2492,6 +2968,24 @@
2492
2968
  "isSealed": false,
2493
2969
  "isStatic": false,
2494
2970
  "arity": 0,
2971
+ "baseType": {
2972
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
2973
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter"
2974
+ },
2975
+ "interfaces": [
2976
+ {
2977
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
2978
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
2979
+ },
2980
+ {
2981
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
2982
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
2983
+ },
2984
+ {
2985
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
2986
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy"
2987
+ }
2988
+ ],
2495
2989
  "methods": [
2496
2990
  {
2497
2991
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -2508,6 +3002,7 @@
2508
3002
  "isVirtual": true,
2509
3003
  "isOverride": true,
2510
3004
  "isSealed": true,
3005
+ "visibility": "Public",
2511
3006
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2512
3007
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2513
3008
  "isExtensionMethod": false
@@ -2527,6 +3022,7 @@
2527
3022
  "isVirtual": true,
2528
3023
  "isOverride": false,
2529
3024
  "isSealed": false,
3025
+ "visibility": "Public",
2530
3026
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
2531
3027
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2532
3028
  "isExtensionMethod": false,
@@ -2547,6 +3043,7 @@
2547
3043
  "isVirtual": true,
2548
3044
  "isOverride": false,
2549
3045
  "isSealed": false,
3046
+ "visibility": "Public",
2550
3047
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
2551
3048
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2552
3049
  "isExtensionMethod": false,
@@ -2567,6 +3064,7 @@
2567
3064
  "isVirtual": true,
2568
3065
  "isOverride": false,
2569
3066
  "isSealed": false,
3067
+ "visibility": "Public",
2570
3068
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
2571
3069
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2572
3070
  "isExtensionMethod": false,
@@ -2587,6 +3085,7 @@
2587
3085
  "isVirtual": true,
2588
3086
  "isOverride": false,
2589
3087
  "isSealed": false,
3088
+ "visibility": "Public",
2590
3089
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2591
3090
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2592
3091
  "isExtensionMethod": false
@@ -2606,6 +3105,7 @@
2606
3105
  "isVirtual": true,
2607
3106
  "isOverride": false,
2608
3107
  "isSealed": false,
3108
+ "visibility": "Public",
2609
3109
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2610
3110
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2611
3111
  "isExtensionMethod": false
@@ -2625,6 +3125,7 @@
2625
3125
  "isVirtual": true,
2626
3126
  "isOverride": false,
2627
3127
  "isSealed": false,
3128
+ "visibility": "Public",
2628
3129
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2629
3130
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2630
3131
  "isExtensionMethod": false
@@ -2644,6 +3145,7 @@
2644
3145
  "isVirtual": true,
2645
3146
  "isOverride": false,
2646
3147
  "isSealed": false,
3148
+ "visibility": "Public",
2647
3149
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2648
3150
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2649
3151
  "isExtensionMethod": false
@@ -2663,6 +3165,7 @@
2663
3165
  "isVirtual": true,
2664
3166
  "isOverride": false,
2665
3167
  "isSealed": false,
3168
+ "visibility": "Public",
2666
3169
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2667
3170
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2668
3171
  "isExtensionMethod": false
@@ -2684,6 +3187,7 @@
2684
3187
  "isAbstract": false,
2685
3188
  "isVirtual": false,
2686
3189
  "isOverride": false,
3190
+ "visibility": "Public",
2687
3191
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2688
3192
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2689
3193
  },
@@ -2702,6 +3206,7 @@
2702
3206
  "isAbstract": false,
2703
3207
  "isVirtual": true,
2704
3208
  "isOverride": false,
3209
+ "visibility": "Public",
2705
3210
  "sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
2706
3211
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
2707
3212
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
@@ -2717,6 +3222,7 @@
2717
3222
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.JsonOptions,Microsoft.Extensions.Logging.ILogger_1[[Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter,Microsoft.AspNetCore.Mvc.Core,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
2718
3223
  "isStatic": false,
2719
3224
  "parameterCount": 2,
3225
+ "visibility": "Public",
2720
3226
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter",
2721
3227
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2722
3228
  }
@@ -2733,6 +3239,20 @@
2733
3239
  "isSealed": false,
2734
3240
  "isStatic": false,
2735
3241
  "arity": 0,
3242
+ "baseType": {
3243
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3244
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter"
3245
+ },
3246
+ "interfaces": [
3247
+ {
3248
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
3249
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
3250
+ },
3251
+ {
3252
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
3253
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
3254
+ }
3255
+ ],
2736
3256
  "methods": [
2737
3257
  {
2738
3258
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter::WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext,System.Text.Encoding):System.Threading.Tasks.Task",
@@ -2749,6 +3269,7 @@
2749
3269
  "isVirtual": true,
2750
3270
  "isOverride": true,
2751
3271
  "isSealed": true,
3272
+ "visibility": "Public",
2752
3273
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2753
3274
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2754
3275
  "isExtensionMethod": false
@@ -2768,6 +3289,7 @@
2768
3289
  "isVirtual": true,
2769
3290
  "isOverride": false,
2770
3291
  "isSealed": false,
3292
+ "visibility": "Public",
2771
3293
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2772
3294
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2773
3295
  "isExtensionMethod": false,
@@ -2788,6 +3310,7 @@
2788
3310
  "isVirtual": true,
2789
3311
  "isOverride": false,
2790
3312
  "isSealed": false,
3313
+ "visibility": "Public",
2791
3314
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
2792
3315
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2793
3316
  "isExtensionMethod": false,
@@ -2808,6 +3331,7 @@
2808
3331
  "isVirtual": true,
2809
3332
  "isOverride": false,
2810
3333
  "isSealed": false,
3334
+ "visibility": "Public",
2811
3335
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
2812
3336
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2813
3337
  "isExtensionMethod": false,
@@ -2828,6 +3352,7 @@
2828
3352
  "isVirtual": true,
2829
3353
  "isOverride": false,
2830
3354
  "isSealed": false,
3355
+ "visibility": "Public",
2831
3356
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2832
3357
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2833
3358
  "isExtensionMethod": false
@@ -2847,6 +3372,7 @@
2847
3372
  "isVirtual": true,
2848
3373
  "isOverride": false,
2849
3374
  "isSealed": false,
3375
+ "visibility": "Public",
2850
3376
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2851
3377
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2852
3378
  "isExtensionMethod": false
@@ -2866,6 +3392,7 @@
2866
3392
  "isVirtual": true,
2867
3393
  "isOverride": false,
2868
3394
  "isSealed": false,
3395
+ "visibility": "Public",
2869
3396
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2870
3397
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2871
3398
  "isExtensionMethod": false
@@ -2885,6 +3412,7 @@
2885
3412
  "isVirtual": true,
2886
3413
  "isOverride": false,
2887
3414
  "isSealed": false,
3415
+ "visibility": "Public",
2888
3416
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2889
3417
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2890
3418
  "isExtensionMethod": false
@@ -2906,6 +3434,7 @@
2906
3434
  "isAbstract": false,
2907
3435
  "isVirtual": false,
2908
3436
  "isOverride": false,
3437
+ "visibility": "Public",
2909
3438
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2910
3439
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2911
3440
  }
@@ -2920,6 +3449,7 @@
2920
3449
  "normalizedSignature": "constructor|(System.Text.Json.JsonSerializerOptions):void|static=false",
2921
3450
  "isStatic": false,
2922
3451
  "parameterCount": 1,
3452
+ "visibility": "Public",
2923
3453
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter",
2924
3454
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2925
3455
  }
@@ -2936,6 +3466,20 @@
2936
3466
  "isSealed": false,
2937
3467
  "isStatic": false,
2938
3468
  "arity": 0,
3469
+ "baseType": {
3470
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.InputFormatter",
3471
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.InputFormatter"
3472
+ },
3473
+ "interfaces": [
3474
+ {
3475
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
3476
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
3477
+ },
3478
+ {
3479
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
3480
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
3481
+ }
3482
+ ],
2939
3483
  "methods": [
2940
3484
  {
2941
3485
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -2952,6 +3496,7 @@
2952
3496
  "isVirtual": true,
2953
3497
  "isOverride": true,
2954
3498
  "isSealed": false,
3499
+ "visibility": "Public",
2955
3500
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
2956
3501
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2957
3502
  "isExtensionMethod": false
@@ -2971,6 +3516,27 @@
2971
3516
  "isVirtual": true,
2972
3517
  "isOverride": false,
2973
3518
  "isSealed": false,
3519
+ "visibility": "Public",
3520
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3521
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3522
+ "isExtensionMethod": false
3523
+ },
3524
+ {
3525
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::SelectCharacterEncoding(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Text.Encoding",
3526
+ "clrName": "SelectCharacterEncoding",
3527
+ "metadataToken": 100666161,
3528
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Text.Encoding",
3529
+ "normalizedSignature": "SelectCharacterEncoding|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Text.Encoding|static=false",
3530
+ "emitScope": "ClassSurface",
3531
+ "provenance": "Original",
3532
+ "arity": 0,
3533
+ "parameterCount": 1,
3534
+ "isStatic": false,
3535
+ "isAbstract": false,
3536
+ "isVirtual": false,
3537
+ "isOverride": false,
3538
+ "isSealed": false,
3539
+ "visibility": "Protected",
2974
3540
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
2975
3541
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2976
3542
  "isExtensionMethod": false
@@ -2990,6 +3556,7 @@
2990
3556
  "isVirtual": true,
2991
3557
  "isOverride": false,
2992
3558
  "isSealed": false,
3559
+ "visibility": "Public",
2993
3560
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
2994
3561
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2995
3562
  "isExtensionMethod": false,
@@ -3010,6 +3577,7 @@
3010
3577
  "isVirtual": true,
3011
3578
  "isOverride": false,
3012
3579
  "isSealed": false,
3580
+ "visibility": "Public",
3013
3581
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
3014
3582
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3015
3583
  "isExtensionMethod": false,
@@ -3030,6 +3598,7 @@
3030
3598
  "isVirtual": true,
3031
3599
  "isOverride": false,
3032
3600
  "isSealed": false,
3601
+ "visibility": "Public",
3033
3602
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
3034
3603
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3035
3604
  "isExtensionMethod": false,
@@ -3050,6 +3619,7 @@
3050
3619
  "isVirtual": true,
3051
3620
  "isOverride": false,
3052
3621
  "isSealed": false,
3622
+ "visibility": "Public",
3053
3623
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3054
3624
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3055
3625
  "isExtensionMethod": false
@@ -3069,6 +3639,7 @@
3069
3639
  "isVirtual": true,
3070
3640
  "isOverride": false,
3071
3641
  "isSealed": false,
3642
+ "visibility": "Public",
3072
3643
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3073
3644
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3074
3645
  "isExtensionMethod": false
@@ -3088,6 +3659,7 @@
3088
3659
  "isVirtual": true,
3089
3660
  "isOverride": false,
3090
3661
  "isSealed": false,
3662
+ "visibility": "Public",
3091
3663
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3092
3664
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3093
3665
  "isExtensionMethod": false
@@ -3107,6 +3679,7 @@
3107
3679
  "isVirtual": true,
3108
3680
  "isOverride": false,
3109
3681
  "isSealed": false,
3682
+ "visibility": "Public",
3110
3683
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3111
3684
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3112
3685
  "isExtensionMethod": false
@@ -3128,13 +3701,51 @@
3128
3701
  "isAbstract": false,
3129
3702
  "isVirtual": false,
3130
3703
  "isOverride": false,
3704
+ "visibility": "Public",
3705
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3706
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3707
+ }
3708
+ ],
3709
+ "fields": [
3710
+ {
3711
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::UTF8EncodingWithoutBOMSystem.Text.Encoding",
3712
+ "clrName": "UTF8EncodingWithoutBOM",
3713
+ "metadataToken": 67109779,
3714
+ "normalizedSignature": "UTF8EncodingWithoutBOM|System.Text.Encoding|static=true|const=false",
3715
+ "isStatic": true,
3716
+ "isReadOnly": true,
3717
+ "isLiteral": false,
3718
+ "visibility": "Protected",
3719
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3720
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3721
+ },
3722
+ {
3723
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::UTF16EncodingLittleEndianSystem.Text.Encoding",
3724
+ "clrName": "UTF16EncodingLittleEndian",
3725
+ "metadataToken": 67109780,
3726
+ "normalizedSignature": "UTF16EncodingLittleEndian|System.Text.Encoding|static=true|const=false",
3727
+ "isStatic": true,
3728
+ "isReadOnly": true,
3729
+ "isLiteral": false,
3730
+ "visibility": "Protected",
3131
3731
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3132
3732
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3133
3733
  }
3134
3734
  ],
3135
- "fields": [],
3136
3735
  "events": [],
3137
- "constructors": []
3736
+ "constructors": [
3737
+ {
3738
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter::.ctor():void",
3739
+ "metadataToken": 100666162,
3740
+ "canonicalSignature": "():void",
3741
+ "normalizedSignature": "constructor|():void|static=false",
3742
+ "isStatic": false,
3743
+ "parameterCount": 0,
3744
+ "visibility": "Protected",
3745
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
3746
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3747
+ }
3748
+ ]
3138
3749
  },
3139
3750
  {
3140
3751
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
@@ -3147,6 +3758,20 @@
3147
3758
  "isSealed": false,
3148
3759
  "isStatic": false,
3149
3760
  "arity": 0,
3761
+ "baseType": {
3762
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter",
3763
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter"
3764
+ },
3765
+ "interfaces": [
3766
+ {
3767
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
3768
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
3769
+ },
3770
+ {
3771
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
3772
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
3773
+ }
3774
+ ],
3150
3775
  "methods": [
3151
3776
  {
3152
3777
  "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter::SelectCharacterEncoding(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext):System.Text.Encoding",
@@ -3163,6 +3788,7 @@
3163
3788
  "isVirtual": true,
3164
3789
  "isOverride": false,
3165
3790
  "isSealed": false,
3791
+ "visibility": "Public",
3166
3792
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3167
3793
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3168
3794
  "isExtensionMethod": false
@@ -3182,6 +3808,7 @@
3182
3808
  "isVirtual": true,
3183
3809
  "isOverride": true,
3184
3810
  "isSealed": false,
3811
+ "visibility": "Public",
3185
3812
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3186
3813
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3187
3814
  "isExtensionMethod": false
@@ -3201,6 +3828,7 @@
3201
3828
  "isVirtual": true,
3202
3829
  "isOverride": true,
3203
3830
  "isSealed": true,
3831
+ "visibility": "Public",
3204
3832
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3205
3833
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3206
3834
  "isExtensionMethod": false
@@ -3220,6 +3848,7 @@
3220
3848
  "isVirtual": true,
3221
3849
  "isOverride": false,
3222
3850
  "isSealed": false,
3851
+ "visibility": "Public",
3223
3852
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3224
3853
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3225
3854
  "isExtensionMethod": false
@@ -3239,6 +3868,7 @@
3239
3868
  "isVirtual": true,
3240
3869
  "isOverride": false,
3241
3870
  "isSealed": false,
3871
+ "visibility": "Public",
3242
3872
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
3243
3873
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3244
3874
  "isExtensionMethod": false,
@@ -3259,6 +3889,7 @@
3259
3889
  "isVirtual": true,
3260
3890
  "isOverride": false,
3261
3891
  "isSealed": false,
3892
+ "visibility": "Public",
3262
3893
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
3263
3894
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3264
3895
  "isExtensionMethod": false,
@@ -3279,6 +3910,7 @@
3279
3910
  "isVirtual": true,
3280
3911
  "isOverride": false,
3281
3912
  "isSealed": false,
3913
+ "visibility": "Public",
3282
3914
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
3283
3915
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3284
3916
  "isExtensionMethod": false,
@@ -3299,6 +3931,7 @@
3299
3931
  "isVirtual": true,
3300
3932
  "isOverride": false,
3301
3933
  "isSealed": false,
3934
+ "visibility": "Public",
3302
3935
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3303
3936
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3304
3937
  "isExtensionMethod": false
@@ -3318,6 +3951,7 @@
3318
3951
  "isVirtual": true,
3319
3952
  "isOverride": false,
3320
3953
  "isSealed": false,
3954
+ "visibility": "Public",
3321
3955
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3322
3956
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3323
3957
  "isExtensionMethod": false
@@ -3339,13 +3973,26 @@
3339
3973
  "isAbstract": false,
3340
3974
  "isVirtual": false,
3341
3975
  "isOverride": false,
3976
+ "visibility": "Public",
3342
3977
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3343
3978
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3344
3979
  }
3345
3980
  ],
3346
3981
  "fields": [],
3347
3982
  "events": [],
3348
- "constructors": []
3983
+ "constructors": [
3984
+ {
3985
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter::.ctor():void",
3986
+ "metadataToken": 100666164,
3987
+ "canonicalSignature": "():void",
3988
+ "normalizedSignature": "constructor|():void|static=false",
3989
+ "isStatic": false,
3990
+ "parameterCount": 0,
3991
+ "visibility": "Protected",
3992
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
3993
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3994
+ }
3995
+ ]
3349
3996
  },
3350
3997
  {
3351
3998
  "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
@@ -3358,6 +4005,24 @@
3358
4005
  "isSealed": false,
3359
4006
  "isStatic": false,
3360
4007
  "arity": 0,
4008
+ "baseType": {
4009
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
4010
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter"
4011
+ },
4012
+ "interfaces": [
4013
+ {
4014
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
4015
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
4016
+ },
4017
+ {
4018
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
4019
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
4020
+ },
4021
+ {
4022
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
4023
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy"
4024
+ }
4025
+ ],
3361
4026
  "methods": [
3362
4027
  {
3363
4028
  "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -3374,32 +4039,134 @@
3374
4039
  "isVirtual": true,
3375
4040
  "isOverride": true,
3376
4041
  "isSealed": false,
4042
+ "visibility": "Public",
3377
4043
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3378
4044
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3379
4045
  "isExtensionMethod": false
3380
4046
  },
3381
4047
  {
3382
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter::CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
3383
- "clrName": "CanRead",
3384
- "metadataToken": 100663805,
3385
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
3386
- "normalizedSignature": "CanRead|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean|static=false",
3387
- "emitScope": "ViewOnly",
3388
- "provenance": "ExplicitView",
4048
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::CanReadType(System.Type):System.Boolean",
4049
+ "clrName": "CanReadType",
4050
+ "metadataToken": 100663326,
4051
+ "canonicalSignature": "(System.Type):System.Boolean",
4052
+ "normalizedSignature": "CanReadType|(System.Type):System.Boolean|static=false",
4053
+ "emitScope": "ClassSurface",
4054
+ "provenance": "Original",
3389
4055
  "arity": 0,
3390
4056
  "parameterCount": 1,
3391
4057
  "isStatic": false,
3392
4058
  "isAbstract": false,
3393
4059
  "isVirtual": true,
3394
- "isOverride": false,
4060
+ "isOverride": true,
3395
4061
  "isSealed": false,
3396
- "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
3397
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3398
- "isExtensionMethod": false,
3399
- "sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
4062
+ "visibility": "Protected",
4063
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
4064
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4065
+ "isExtensionMethod": false
3400
4066
  },
3401
4067
  {
3402
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter::ReadAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
4068
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::CreateXmlReader(System.IO.Stream,System.Text.Encoding):System.Xml.XmlReader",
4069
+ "clrName": "CreateXmlReader",
4070
+ "metadataToken": 100663327,
4071
+ "canonicalSignature": "(System.IO.Stream,System.Text.Encoding):System.Xml.XmlReader",
4072
+ "normalizedSignature": "CreateXmlReader|(System.IO.Stream,System.Text.Encoding):System.Xml.XmlReader|static=false",
4073
+ "emitScope": "ClassSurface",
4074
+ "provenance": "Original",
4075
+ "arity": 0,
4076
+ "parameterCount": 2,
4077
+ "isStatic": false,
4078
+ "isAbstract": false,
4079
+ "isVirtual": true,
4080
+ "isOverride": false,
4081
+ "isSealed": false,
4082
+ "visibility": "Protected",
4083
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
4084
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4085
+ "isExtensionMethod": false
4086
+ },
4087
+ {
4088
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::GetSerializableType(System.Type):System.Type",
4089
+ "clrName": "GetSerializableType",
4090
+ "metadataToken": 100663328,
4091
+ "canonicalSignature": "(System.Type):System.Type",
4092
+ "normalizedSignature": "GetSerializableType|(System.Type):System.Type|static=false",
4093
+ "emitScope": "ClassSurface",
4094
+ "provenance": "Original",
4095
+ "arity": 0,
4096
+ "parameterCount": 1,
4097
+ "isStatic": false,
4098
+ "isAbstract": false,
4099
+ "isVirtual": true,
4100
+ "isOverride": false,
4101
+ "isSealed": false,
4102
+ "visibility": "Protected",
4103
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
4104
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4105
+ "isExtensionMethod": false
4106
+ },
4107
+ {
4108
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::CreateSerializer(System.Type):System.Runtime.Serialization.DataContractSerializer",
4109
+ "clrName": "CreateSerializer",
4110
+ "metadataToken": 100663329,
4111
+ "canonicalSignature": "(System.Type):System.Runtime.Serialization.DataContractSerializer",
4112
+ "normalizedSignature": "CreateSerializer|(System.Type):System.Runtime.Serialization.DataContractSerializer|static=false",
4113
+ "emitScope": "ClassSurface",
4114
+ "provenance": "Original",
4115
+ "arity": 0,
4116
+ "parameterCount": 1,
4117
+ "isStatic": false,
4118
+ "isAbstract": false,
4119
+ "isVirtual": true,
4120
+ "isOverride": false,
4121
+ "isSealed": false,
4122
+ "visibility": "Protected",
4123
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
4124
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4125
+ "isExtensionMethod": false
4126
+ },
4127
+ {
4128
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter::GetCachedSerializer(System.Type):System.Runtime.Serialization.DataContractSerializer",
4129
+ "clrName": "GetCachedSerializer",
4130
+ "metadataToken": 100663330,
4131
+ "canonicalSignature": "(System.Type):System.Runtime.Serialization.DataContractSerializer",
4132
+ "normalizedSignature": "GetCachedSerializer|(System.Type):System.Runtime.Serialization.DataContractSerializer|static=false",
4133
+ "emitScope": "ClassSurface",
4134
+ "provenance": "Original",
4135
+ "arity": 0,
4136
+ "parameterCount": 1,
4137
+ "isStatic": false,
4138
+ "isAbstract": false,
4139
+ "isVirtual": true,
4140
+ "isOverride": false,
4141
+ "isSealed": false,
4142
+ "visibility": "Protected",
4143
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
4144
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4145
+ "isExtensionMethod": false
4146
+ },
4147
+ {
4148
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter::CanRead(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
4149
+ "clrName": "CanRead",
4150
+ "metadataToken": 100663805,
4151
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean",
4152
+ "normalizedSignature": "CanRead|(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Boolean|static=false",
4153
+ "emitScope": "ViewOnly",
4154
+ "provenance": "ExplicitView",
4155
+ "arity": 0,
4156
+ "parameterCount": 1,
4157
+ "isStatic": false,
4158
+ "isAbstract": false,
4159
+ "isVirtual": true,
4160
+ "isOverride": false,
4161
+ "isSealed": false,
4162
+ "visibility": "Public",
4163
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
4164
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
4165
+ "isExtensionMethod": false,
4166
+ "sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
4167
+ },
4168
+ {
4169
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter::ReadAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3403
4170
  "clrName": "ReadAsync",
3404
4171
  "metadataToken": 100663806,
3405
4172
  "canonicalSignature": "(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -3413,6 +4180,7 @@
3413
4180
  "isVirtual": true,
3414
4181
  "isOverride": false,
3415
4182
  "isSealed": false,
4183
+ "visibility": "Public",
3416
4184
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
3417
4185
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3418
4186
  "isExtensionMethod": false,
@@ -3433,6 +4201,7 @@
3433
4201
  "isVirtual": true,
3434
4202
  "isOverride": false,
3435
4203
  "isSealed": false,
4204
+ "visibility": "Public",
3436
4205
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
3437
4206
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3438
4207
  "isExtensionMethod": false,
@@ -3453,6 +4222,7 @@
3453
4222
  "isVirtual": true,
3454
4223
  "isOverride": false,
3455
4224
  "isSealed": false,
4225
+ "visibility": "Public",
3456
4226
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3457
4227
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3458
4228
  "isExtensionMethod": false
@@ -3472,6 +4242,7 @@
3472
4242
  "isVirtual": true,
3473
4243
  "isOverride": false,
3474
4244
  "isSealed": false,
4245
+ "visibility": "Public",
3475
4246
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3476
4247
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3477
4248
  "isExtensionMethod": false
@@ -3491,6 +4262,7 @@
3491
4262
  "isVirtual": true,
3492
4263
  "isOverride": false,
3493
4264
  "isSealed": false,
4265
+ "visibility": "Public",
3494
4266
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3495
4267
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3496
4268
  "isExtensionMethod": false
@@ -3510,6 +4282,7 @@
3510
4282
  "isVirtual": true,
3511
4283
  "isOverride": false,
3512
4284
  "isSealed": false,
4285
+ "visibility": "Public",
3513
4286
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3514
4287
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3515
4288
  "isExtensionMethod": false
@@ -3529,6 +4302,7 @@
3529
4302
  "isVirtual": true,
3530
4303
  "isOverride": false,
3531
4304
  "isSealed": false,
4305
+ "visibility": "Public",
3532
4306
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3533
4307
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3534
4308
  "isExtensionMethod": false
@@ -3550,6 +4324,7 @@
3550
4324
  "isAbstract": false,
3551
4325
  "isVirtual": false,
3552
4326
  "isOverride": false,
4327
+ "visibility": "Public",
3553
4328
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3554
4329
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3555
4330
  },
@@ -3568,6 +4343,7 @@
3568
4343
  "isAbstract": false,
3569
4344
  "isVirtual": false,
3570
4345
  "isOverride": false,
4346
+ "visibility": "Public",
3571
4347
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3572
4348
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3573
4349
  },
@@ -3586,6 +4362,7 @@
3586
4362
  "isAbstract": false,
3587
4363
  "isVirtual": false,
3588
4364
  "isOverride": false,
4365
+ "visibility": "Public",
3589
4366
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3590
4367
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3591
4368
  },
@@ -3604,6 +4381,7 @@
3604
4381
  "isAbstract": false,
3605
4382
  "isVirtual": false,
3606
4383
  "isOverride": false,
4384
+ "visibility": "Public",
3607
4385
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3608
4386
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3609
4387
  },
@@ -3622,6 +4400,7 @@
3622
4400
  "isAbstract": false,
3623
4401
  "isVirtual": true,
3624
4402
  "isOverride": false,
4403
+ "visibility": "Public",
3625
4404
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3626
4405
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3627
4406
  },
@@ -3640,6 +4419,7 @@
3640
4419
  "isAbstract": false,
3641
4420
  "isVirtual": true,
3642
4421
  "isOverride": false,
4422
+ "visibility": "Public",
3643
4423
  "sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
3644
4424
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
3645
4425
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
@@ -3655,6 +4435,7 @@
3655
4435
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.MvcOptions):void|static=false",
3656
4436
  "isStatic": false,
3657
4437
  "parameterCount": 1,
4438
+ "visibility": "Public",
3658
4439
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerInputFormatter",
3659
4440
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3660
4441
  }
@@ -3671,7 +4452,81 @@
3671
4452
  "isSealed": false,
3672
4453
  "isStatic": false,
3673
4454
  "arity": 0,
4455
+ "baseType": {
4456
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
4457
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter"
4458
+ },
4459
+ "interfaces": [
4460
+ {
4461
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
4462
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
4463
+ },
4464
+ {
4465
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
4466
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
4467
+ }
4468
+ ],
3674
4469
  "methods": [
4470
+ {
4471
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::GetSerializableType(System.Type):System.Type",
4472
+ "clrName": "GetSerializableType",
4473
+ "metadataToken": 100663339,
4474
+ "canonicalSignature": "(System.Type):System.Type",
4475
+ "normalizedSignature": "GetSerializableType|(System.Type):System.Type|static=false",
4476
+ "emitScope": "ClassSurface",
4477
+ "provenance": "Original",
4478
+ "arity": 0,
4479
+ "parameterCount": 1,
4480
+ "isStatic": false,
4481
+ "isAbstract": false,
4482
+ "isVirtual": true,
4483
+ "isOverride": false,
4484
+ "isSealed": false,
4485
+ "visibility": "Protected",
4486
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
4487
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4488
+ "isExtensionMethod": false
4489
+ },
4490
+ {
4491
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::CanWriteType(System.Type):System.Boolean",
4492
+ "clrName": "CanWriteType",
4493
+ "metadataToken": 100663340,
4494
+ "canonicalSignature": "(System.Type):System.Boolean",
4495
+ "normalizedSignature": "CanWriteType|(System.Type):System.Boolean|static=false",
4496
+ "emitScope": "ClassSurface",
4497
+ "provenance": "Original",
4498
+ "arity": 0,
4499
+ "parameterCount": 1,
4500
+ "isStatic": false,
4501
+ "isAbstract": false,
4502
+ "isVirtual": true,
4503
+ "isOverride": true,
4504
+ "isSealed": false,
4505
+ "visibility": "Protected",
4506
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
4507
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4508
+ "isExtensionMethod": false
4509
+ },
4510
+ {
4511
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::CreateSerializer(System.Type):System.Runtime.Serialization.DataContractSerializer",
4512
+ "clrName": "CreateSerializer",
4513
+ "metadataToken": 100663341,
4514
+ "canonicalSignature": "(System.Type):System.Runtime.Serialization.DataContractSerializer",
4515
+ "normalizedSignature": "CreateSerializer|(System.Type):System.Runtime.Serialization.DataContractSerializer|static=false",
4516
+ "emitScope": "ClassSurface",
4517
+ "provenance": "Original",
4518
+ "arity": 0,
4519
+ "parameterCount": 1,
4520
+ "isStatic": false,
4521
+ "isAbstract": false,
4522
+ "isVirtual": true,
4523
+ "isOverride": false,
4524
+ "isSealed": false,
4525
+ "visibility": "Protected",
4526
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
4527
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4528
+ "isExtensionMethod": false
4529
+ },
3675
4530
  {
3676
4531
  "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::CreateXmlWriter(System.IO.TextWriter,System.Xml.XmlWriterSettings):System.Xml.XmlWriter",
3677
4532
  "clrName": "CreateXmlWriter",
@@ -3687,6 +4542,7 @@
3687
4542
  "isVirtual": true,
3688
4543
  "isOverride": false,
3689
4544
  "isSealed": false,
4545
+ "visibility": "Public",
3690
4546
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3691
4547
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3692
4548
  "isExtensionMethod": false
@@ -3706,6 +4562,7 @@
3706
4562
  "isVirtual": true,
3707
4563
  "isOverride": false,
3708
4564
  "isSealed": false,
4565
+ "visibility": "Public",
3709
4566
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3710
4567
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3711
4568
  "isExtensionMethod": false
@@ -3725,6 +4582,27 @@
3725
4582
  "isVirtual": true,
3726
4583
  "isOverride": true,
3727
4584
  "isSealed": false,
4585
+ "visibility": "Public",
4586
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
4587
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4588
+ "isExtensionMethod": false
4589
+ },
4590
+ {
4591
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter::GetCachedSerializer(System.Type):System.Runtime.Serialization.DataContractSerializer",
4592
+ "clrName": "GetCachedSerializer",
4593
+ "metadataToken": 100663345,
4594
+ "canonicalSignature": "(System.Type):System.Runtime.Serialization.DataContractSerializer",
4595
+ "normalizedSignature": "GetCachedSerializer|(System.Type):System.Runtime.Serialization.DataContractSerializer|static=false",
4596
+ "emitScope": "ClassSurface",
4597
+ "provenance": "Original",
4598
+ "arity": 0,
4599
+ "parameterCount": 1,
4600
+ "isStatic": false,
4601
+ "isAbstract": false,
4602
+ "isVirtual": true,
4603
+ "isOverride": false,
4604
+ "isSealed": false,
4605
+ "visibility": "Protected",
3728
4606
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3729
4607
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3730
4608
  "isExtensionMethod": false
@@ -3744,6 +4622,7 @@
3744
4622
  "isVirtual": true,
3745
4623
  "isOverride": false,
3746
4624
  "isSealed": false,
4625
+ "visibility": "Public",
3747
4626
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
3748
4627
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3749
4628
  "isExtensionMethod": false,
@@ -3764,6 +4643,7 @@
3764
4643
  "isVirtual": true,
3765
4644
  "isOverride": false,
3766
4645
  "isSealed": false,
4646
+ "visibility": "Public",
3767
4647
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
3768
4648
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3769
4649
  "isExtensionMethod": false,
@@ -3784,6 +4664,7 @@
3784
4664
  "isVirtual": true,
3785
4665
  "isOverride": false,
3786
4666
  "isSealed": false,
4667
+ "visibility": "Public",
3787
4668
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
3788
4669
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
3789
4670
  "isExtensionMethod": false,
@@ -3804,6 +4685,7 @@
3804
4685
  "isVirtual": true,
3805
4686
  "isOverride": false,
3806
4687
  "isSealed": false,
4688
+ "visibility": "Public",
3807
4689
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3808
4690
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3809
4691
  "isExtensionMethod": false
@@ -3823,6 +4705,7 @@
3823
4705
  "isVirtual": true,
3824
4706
  "isOverride": false,
3825
4707
  "isSealed": false,
4708
+ "visibility": "Public",
3826
4709
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3827
4710
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3828
4711
  "isExtensionMethod": false
@@ -3842,6 +4725,7 @@
3842
4725
  "isVirtual": true,
3843
4726
  "isOverride": false,
3844
4727
  "isSealed": false,
4728
+ "visibility": "Public",
3845
4729
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3846
4730
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3847
4731
  "isExtensionMethod": false
@@ -3861,6 +4745,7 @@
3861
4745
  "isVirtual": true,
3862
4746
  "isOverride": false,
3863
4747
  "isSealed": false,
4748
+ "visibility": "Public",
3864
4749
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3865
4750
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3866
4751
  "isExtensionMethod": false
@@ -3882,6 +4767,7 @@
3882
4767
  "isAbstract": false,
3883
4768
  "isVirtual": false,
3884
4769
  "isOverride": false,
4770
+ "visibility": "Public",
3885
4771
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3886
4772
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3887
4773
  },
@@ -3900,6 +4786,7 @@
3900
4786
  "isAbstract": false,
3901
4787
  "isVirtual": false,
3902
4788
  "isOverride": false,
4789
+ "visibility": "Public",
3903
4790
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3904
4791
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3905
4792
  },
@@ -3918,6 +4805,7 @@
3918
4805
  "isAbstract": false,
3919
4806
  "isVirtual": false,
3920
4807
  "isOverride": false,
4808
+ "visibility": "Public",
3921
4809
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3922
4810
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3923
4811
  }
@@ -3932,6 +4820,7 @@
3932
4820
  "normalizedSignature": "constructor|():void|static=false",
3933
4821
  "isStatic": false,
3934
4822
  "parameterCount": 0,
4823
+ "visibility": "Public",
3935
4824
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3936
4825
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3937
4826
  },
@@ -3942,6 +4831,7 @@
3942
4831
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
3943
4832
  "isStatic": false,
3944
4833
  "parameterCount": 1,
4834
+ "visibility": "Public",
3945
4835
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3946
4836
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3947
4837
  },
@@ -3952,6 +4842,7 @@
3952
4842
  "normalizedSignature": "constructor|(System.Xml.XmlWriterSettings):void|static=false",
3953
4843
  "isStatic": false,
3954
4844
  "parameterCount": 1,
4845
+ "visibility": "Public",
3955
4846
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3956
4847
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3957
4848
  },
@@ -3962,6 +4853,7 @@
3962
4853
  "normalizedSignature": "constructor|(System.Xml.XmlWriterSettings,Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
3963
4854
  "isStatic": false,
3964
4855
  "parameterCount": 2,
4856
+ "visibility": "Public",
3965
4857
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlDataContractSerializerOutputFormatter",
3966
4858
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
3967
4859
  }
@@ -3978,6 +4870,24 @@
3978
4870
  "isSealed": false,
3979
4871
  "isStatic": false,
3980
4872
  "arity": 0,
4873
+ "baseType": {
4874
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter",
4875
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextInputFormatter"
4876
+ },
4877
+ "interfaces": [
4878
+ {
4879
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
4880
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter"
4881
+ },
4882
+ {
4883
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
4884
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider"
4885
+ },
4886
+ {
4887
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
4888
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy"
4889
+ }
4890
+ ],
3981
4891
  "methods": [
3982
4892
  {
3983
4893
  "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::ReadRequestBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.InputFormatterContext,System.Text.Encoding):System.Threading.Tasks.Task_1[[Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
@@ -3994,6 +4904,127 @@
3994
4904
  "isVirtual": true,
3995
4905
  "isOverride": true,
3996
4906
  "isSealed": false,
4907
+ "visibility": "Public",
4908
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4909
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4910
+ "isExtensionMethod": false
4911
+ },
4912
+ {
4913
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::CanReadType(System.Type):System.Boolean",
4914
+ "clrName": "CanReadType",
4915
+ "metadataToken": 100663353,
4916
+ "canonicalSignature": "(System.Type):System.Boolean",
4917
+ "normalizedSignature": "CanReadType|(System.Type):System.Boolean|static=false",
4918
+ "emitScope": "ClassSurface",
4919
+ "provenance": "Original",
4920
+ "arity": 0,
4921
+ "parameterCount": 1,
4922
+ "isStatic": false,
4923
+ "isAbstract": false,
4924
+ "isVirtual": true,
4925
+ "isOverride": true,
4926
+ "isSealed": false,
4927
+ "visibility": "Protected",
4928
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4929
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4930
+ "isExtensionMethod": false
4931
+ },
4932
+ {
4933
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::GetSerializableType(System.Type):System.Type",
4934
+ "clrName": "GetSerializableType",
4935
+ "metadataToken": 100663354,
4936
+ "canonicalSignature": "(System.Type):System.Type",
4937
+ "normalizedSignature": "GetSerializableType|(System.Type):System.Type|static=false",
4938
+ "emitScope": "ClassSurface",
4939
+ "provenance": "Original",
4940
+ "arity": 0,
4941
+ "parameterCount": 1,
4942
+ "isStatic": false,
4943
+ "isAbstract": false,
4944
+ "isVirtual": true,
4945
+ "isOverride": false,
4946
+ "isSealed": false,
4947
+ "visibility": "Protected",
4948
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4949
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4950
+ "isExtensionMethod": false
4951
+ },
4952
+ {
4953
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::CreateXmlReader(System.IO.Stream,System.Text.Encoding,System.Type):System.Xml.XmlReader",
4954
+ "clrName": "CreateXmlReader",
4955
+ "metadataToken": 100663355,
4956
+ "canonicalSignature": "(System.IO.Stream,System.Text.Encoding,System.Type):System.Xml.XmlReader",
4957
+ "normalizedSignature": "CreateXmlReader|(System.IO.Stream,System.Text.Encoding,System.Type):System.Xml.XmlReader|static=false",
4958
+ "emitScope": "ClassSurface",
4959
+ "provenance": "Original",
4960
+ "arity": 0,
4961
+ "parameterCount": 3,
4962
+ "isStatic": false,
4963
+ "isAbstract": false,
4964
+ "isVirtual": true,
4965
+ "isOverride": false,
4966
+ "isSealed": false,
4967
+ "visibility": "Protected",
4968
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4969
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4970
+ "isExtensionMethod": false
4971
+ },
4972
+ {
4973
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::CreateXmlReader(System.IO.Stream,System.Text.Encoding):System.Xml.XmlReader",
4974
+ "clrName": "CreateXmlReader",
4975
+ "metadataToken": 100663356,
4976
+ "canonicalSignature": "(System.IO.Stream,System.Text.Encoding):System.Xml.XmlReader",
4977
+ "normalizedSignature": "CreateXmlReader|(System.IO.Stream,System.Text.Encoding):System.Xml.XmlReader|static=false",
4978
+ "emitScope": "ClassSurface",
4979
+ "provenance": "Original",
4980
+ "arity": 0,
4981
+ "parameterCount": 2,
4982
+ "isStatic": false,
4983
+ "isAbstract": false,
4984
+ "isVirtual": true,
4985
+ "isOverride": false,
4986
+ "isSealed": false,
4987
+ "visibility": "Protected",
4988
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4989
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4990
+ "isExtensionMethod": false
4991
+ },
4992
+ {
4993
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::CreateSerializer(System.Type):System.Xml.Serialization.XmlSerializer",
4994
+ "clrName": "CreateSerializer",
4995
+ "metadataToken": 100663357,
4996
+ "canonicalSignature": "(System.Type):System.Xml.Serialization.XmlSerializer",
4997
+ "normalizedSignature": "CreateSerializer|(System.Type):System.Xml.Serialization.XmlSerializer|static=false",
4998
+ "emitScope": "ClassSurface",
4999
+ "provenance": "Original",
5000
+ "arity": 0,
5001
+ "parameterCount": 1,
5002
+ "isStatic": false,
5003
+ "isAbstract": false,
5004
+ "isVirtual": true,
5005
+ "isOverride": false,
5006
+ "isSealed": false,
5007
+ "visibility": "Protected",
5008
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
5009
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
5010
+ "isExtensionMethod": false
5011
+ },
5012
+ {
5013
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter::GetCachedSerializer(System.Type):System.Xml.Serialization.XmlSerializer",
5014
+ "clrName": "GetCachedSerializer",
5015
+ "metadataToken": 100663358,
5016
+ "canonicalSignature": "(System.Type):System.Xml.Serialization.XmlSerializer",
5017
+ "normalizedSignature": "GetCachedSerializer|(System.Type):System.Xml.Serialization.XmlSerializer|static=false",
5018
+ "emitScope": "ClassSurface",
5019
+ "provenance": "Original",
5020
+ "arity": 0,
5021
+ "parameterCount": 1,
5022
+ "isStatic": false,
5023
+ "isAbstract": false,
5024
+ "isVirtual": true,
5025
+ "isOverride": false,
5026
+ "isSealed": false,
5027
+ "visibility": "Protected",
3997
5028
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
3998
5029
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
3999
5030
  "isExtensionMethod": false
@@ -4013,6 +5044,7 @@
4013
5044
  "isVirtual": true,
4014
5045
  "isOverride": false,
4015
5046
  "isSealed": false,
5047
+ "visibility": "Public",
4016
5048
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
4017
5049
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
4018
5050
  "isExtensionMethod": false,
@@ -4033,6 +5065,7 @@
4033
5065
  "isVirtual": true,
4034
5066
  "isOverride": false,
4035
5067
  "isSealed": false,
5068
+ "visibility": "Public",
4036
5069
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter",
4037
5070
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
4038
5071
  "isExtensionMethod": false,
@@ -4053,6 +5086,7 @@
4053
5086
  "isVirtual": true,
4054
5087
  "isOverride": false,
4055
5088
  "isSealed": false,
5089
+ "visibility": "Public",
4056
5090
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestFormatMetadataProvider",
4057
5091
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
4058
5092
  "isExtensionMethod": false,
@@ -4073,6 +5107,7 @@
4073
5107
  "isVirtual": true,
4074
5108
  "isOverride": false,
4075
5109
  "isSealed": false,
5110
+ "visibility": "Public",
4076
5111
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4077
5112
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4078
5113
  "isExtensionMethod": false
@@ -4092,6 +5127,7 @@
4092
5127
  "isVirtual": true,
4093
5128
  "isOverride": false,
4094
5129
  "isSealed": false,
5130
+ "visibility": "Public",
4095
5131
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4096
5132
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4097
5133
  "isExtensionMethod": false
@@ -4111,6 +5147,7 @@
4111
5147
  "isVirtual": true,
4112
5148
  "isOverride": false,
4113
5149
  "isSealed": false,
5150
+ "visibility": "Public",
4114
5151
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4115
5152
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4116
5153
  "isExtensionMethod": false
@@ -4130,6 +5167,7 @@
4130
5167
  "isVirtual": true,
4131
5168
  "isOverride": false,
4132
5169
  "isSealed": false,
5170
+ "visibility": "Public",
4133
5171
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4134
5172
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4135
5173
  "isExtensionMethod": false
@@ -4149,6 +5187,7 @@
4149
5187
  "isVirtual": true,
4150
5188
  "isOverride": false,
4151
5189
  "isSealed": false,
5190
+ "visibility": "Public",
4152
5191
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4153
5192
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4154
5193
  "isExtensionMethod": false
@@ -4170,6 +5209,7 @@
4170
5209
  "isAbstract": false,
4171
5210
  "isVirtual": false,
4172
5211
  "isOverride": false,
5212
+ "visibility": "Public",
4173
5213
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4174
5214
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4175
5215
  },
@@ -4188,6 +5228,7 @@
4188
5228
  "isAbstract": false,
4189
5229
  "isVirtual": false,
4190
5230
  "isOverride": false,
5231
+ "visibility": "Public",
4191
5232
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4192
5233
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4193
5234
  },
@@ -4206,6 +5247,7 @@
4206
5247
  "isAbstract": false,
4207
5248
  "isVirtual": false,
4208
5249
  "isOverride": false,
5250
+ "visibility": "Public",
4209
5251
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4210
5252
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4211
5253
  },
@@ -4224,6 +5266,7 @@
4224
5266
  "isAbstract": false,
4225
5267
  "isVirtual": true,
4226
5268
  "isOverride": false,
5269
+ "visibility": "Public",
4227
5270
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4228
5271
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4229
5272
  },
@@ -4242,6 +5285,7 @@
4242
5285
  "isAbstract": false,
4243
5286
  "isVirtual": true,
4244
5287
  "isOverride": false,
5288
+ "visibility": "Public",
4245
5289
  "sourceInterface": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
4246
5290
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy",
4247
5291
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
@@ -4257,6 +5301,7 @@
4257
5301
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.MvcOptions):void|static=false",
4258
5302
  "isStatic": false,
4259
5303
  "parameterCount": 1,
5304
+ "visibility": "Public",
4260
5305
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerInputFormatter",
4261
5306
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4262
5307
  }
@@ -4273,7 +5318,81 @@
4273
5318
  "isSealed": false,
4274
5319
  "isStatic": false,
4275
5320
  "arity": 0,
5321
+ "baseType": {
5322
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter",
5323
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter"
5324
+ },
5325
+ "interfaces": [
5326
+ {
5327
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
5328
+ "clrName": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter"
5329
+ },
5330
+ {
5331
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
5332
+ "clrName": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider"
5333
+ }
5334
+ ],
4276
5335
  "methods": [
5336
+ {
5337
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::GetSerializableType(System.Type):System.Type",
5338
+ "clrName": "GetSerializableType",
5339
+ "metadataToken": 100663365,
5340
+ "canonicalSignature": "(System.Type):System.Type",
5341
+ "normalizedSignature": "GetSerializableType|(System.Type):System.Type|static=false",
5342
+ "emitScope": "ClassSurface",
5343
+ "provenance": "Original",
5344
+ "arity": 0,
5345
+ "parameterCount": 1,
5346
+ "isStatic": false,
5347
+ "isAbstract": false,
5348
+ "isVirtual": true,
5349
+ "isOverride": false,
5350
+ "isSealed": false,
5351
+ "visibility": "Protected",
5352
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
5353
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
5354
+ "isExtensionMethod": false
5355
+ },
5356
+ {
5357
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::CanWriteType(System.Type):System.Boolean",
5358
+ "clrName": "CanWriteType",
5359
+ "metadataToken": 100663366,
5360
+ "canonicalSignature": "(System.Type):System.Boolean",
5361
+ "normalizedSignature": "CanWriteType|(System.Type):System.Boolean|static=false",
5362
+ "emitScope": "ClassSurface",
5363
+ "provenance": "Original",
5364
+ "arity": 0,
5365
+ "parameterCount": 1,
5366
+ "isStatic": false,
5367
+ "isAbstract": false,
5368
+ "isVirtual": true,
5369
+ "isOverride": true,
5370
+ "isSealed": false,
5371
+ "visibility": "Protected",
5372
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
5373
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
5374
+ "isExtensionMethod": false
5375
+ },
5376
+ {
5377
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::CreateSerializer(System.Type):System.Xml.Serialization.XmlSerializer",
5378
+ "clrName": "CreateSerializer",
5379
+ "metadataToken": 100663367,
5380
+ "canonicalSignature": "(System.Type):System.Xml.Serialization.XmlSerializer",
5381
+ "normalizedSignature": "CreateSerializer|(System.Type):System.Xml.Serialization.XmlSerializer|static=false",
5382
+ "emitScope": "ClassSurface",
5383
+ "provenance": "Original",
5384
+ "arity": 0,
5385
+ "parameterCount": 1,
5386
+ "isStatic": false,
5387
+ "isAbstract": false,
5388
+ "isVirtual": true,
5389
+ "isOverride": false,
5390
+ "isSealed": false,
5391
+ "visibility": "Protected",
5392
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
5393
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
5394
+ "isExtensionMethod": false
5395
+ },
4277
5396
  {
4278
5397
  "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::CreateXmlWriter(System.IO.TextWriter,System.Xml.XmlWriterSettings):System.Xml.XmlWriter",
4279
5398
  "clrName": "CreateXmlWriter",
@@ -4289,6 +5408,7 @@
4289
5408
  "isVirtual": true,
4290
5409
  "isOverride": false,
4291
5410
  "isSealed": false,
5411
+ "visibility": "Public",
4292
5412
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4293
5413
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4294
5414
  "isExtensionMethod": false
@@ -4308,6 +5428,7 @@
4308
5428
  "isVirtual": true,
4309
5429
  "isOverride": false,
4310
5430
  "isSealed": false,
5431
+ "visibility": "Public",
4311
5432
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4312
5433
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4313
5434
  "isExtensionMethod": false
@@ -4327,6 +5448,47 @@
4327
5448
  "isVirtual": true,
4328
5449
  "isOverride": true,
4329
5450
  "isSealed": false,
5451
+ "visibility": "Public",
5452
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
5453
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
5454
+ "isExtensionMethod": false
5455
+ },
5456
+ {
5457
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::Serialize(System.Xml.Serialization.XmlSerializer,System.Xml.XmlWriter,System.Object):System.Void",
5458
+ "clrName": "Serialize",
5459
+ "metadataToken": 100663371,
5460
+ "canonicalSignature": "(System.Xml.Serialization.XmlSerializer,System.Xml.XmlWriter,System.Object):System.Void",
5461
+ "normalizedSignature": "Serialize|(System.Xml.Serialization.XmlSerializer,System.Xml.XmlWriter,System.Object):System.Void|static=false",
5462
+ "emitScope": "ClassSurface",
5463
+ "provenance": "Original",
5464
+ "arity": 0,
5465
+ "parameterCount": 3,
5466
+ "isStatic": false,
5467
+ "isAbstract": false,
5468
+ "isVirtual": true,
5469
+ "isOverride": false,
5470
+ "isSealed": false,
5471
+ "visibility": "Protected",
5472
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
5473
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
5474
+ "isExtensionMethod": false
5475
+ },
5476
+ {
5477
+ "stableId": "Microsoft.AspNetCore.Mvc.Formatters.Xml:Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter::GetCachedSerializer(System.Type):System.Xml.Serialization.XmlSerializer",
5478
+ "clrName": "GetCachedSerializer",
5479
+ "metadataToken": 100663372,
5480
+ "canonicalSignature": "(System.Type):System.Xml.Serialization.XmlSerializer",
5481
+ "normalizedSignature": "GetCachedSerializer|(System.Type):System.Xml.Serialization.XmlSerializer|static=false",
5482
+ "emitScope": "ClassSurface",
5483
+ "provenance": "Original",
5484
+ "arity": 0,
5485
+ "parameterCount": 1,
5486
+ "isStatic": false,
5487
+ "isAbstract": false,
5488
+ "isVirtual": true,
5489
+ "isOverride": false,
5490
+ "isSealed": false,
5491
+ "visibility": "Protected",
4330
5492
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4331
5493
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4332
5494
  "isExtensionMethod": false
@@ -4346,6 +5508,7 @@
4346
5508
  "isVirtual": true,
4347
5509
  "isOverride": false,
4348
5510
  "isSealed": false,
5511
+ "visibility": "Public",
4349
5512
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
4350
5513
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
4351
5514
  "isExtensionMethod": false,
@@ -4366,6 +5529,7 @@
4366
5529
  "isVirtual": true,
4367
5530
  "isOverride": false,
4368
5531
  "isSealed": false,
5532
+ "visibility": "Public",
4369
5533
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter",
4370
5534
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
4371
5535
  "isExtensionMethod": false,
@@ -4386,6 +5550,7 @@
4386
5550
  "isVirtual": true,
4387
5551
  "isOverride": false,
4388
5552
  "isSealed": false,
5553
+ "visibility": "Public",
4389
5554
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseTypeMetadataProvider",
4390
5555
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
4391
5556
  "isExtensionMethod": false,
@@ -4406,6 +5571,7 @@
4406
5571
  "isVirtual": true,
4407
5572
  "isOverride": false,
4408
5573
  "isSealed": false,
5574
+ "visibility": "Public",
4409
5575
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4410
5576
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4411
5577
  "isExtensionMethod": false
@@ -4425,6 +5591,7 @@
4425
5591
  "isVirtual": true,
4426
5592
  "isOverride": false,
4427
5593
  "isSealed": false,
5594
+ "visibility": "Public",
4428
5595
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4429
5596
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4430
5597
  "isExtensionMethod": false
@@ -4444,6 +5611,7 @@
4444
5611
  "isVirtual": true,
4445
5612
  "isOverride": false,
4446
5613
  "isSealed": false,
5614
+ "visibility": "Public",
4447
5615
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4448
5616
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4449
5617
  "isExtensionMethod": false
@@ -4463,6 +5631,7 @@
4463
5631
  "isVirtual": true,
4464
5632
  "isOverride": false,
4465
5633
  "isSealed": false,
5634
+ "visibility": "Public",
4466
5635
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4467
5636
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml",
4468
5637
  "isExtensionMethod": false
@@ -4484,6 +5653,7 @@
4484
5653
  "isAbstract": false,
4485
5654
  "isVirtual": false,
4486
5655
  "isOverride": false,
5656
+ "visibility": "Public",
4487
5657
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4488
5658
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4489
5659
  },
@@ -4502,6 +5672,7 @@
4502
5672
  "isAbstract": false,
4503
5673
  "isVirtual": false,
4504
5674
  "isOverride": false,
5675
+ "visibility": "Public",
4505
5676
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4506
5677
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4507
5678
  }
@@ -4516,6 +5687,7 @@
4516
5687
  "normalizedSignature": "constructor|():void|static=false",
4517
5688
  "isStatic": false,
4518
5689
  "parameterCount": 0,
5690
+ "visibility": "Public",
4519
5691
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4520
5692
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4521
5693
  },
@@ -4526,6 +5698,7 @@
4526
5698
  "normalizedSignature": "constructor|(Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
4527
5699
  "isStatic": false,
4528
5700
  "parameterCount": 1,
5701
+ "visibility": "Public",
4529
5702
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4530
5703
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4531
5704
  },
@@ -4536,6 +5709,7 @@
4536
5709
  "normalizedSignature": "constructor|(System.Xml.XmlWriterSettings):void|static=false",
4537
5710
  "isStatic": false,
4538
5711
  "parameterCount": 1,
5712
+ "visibility": "Public",
4539
5713
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4540
5714
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4541
5715
  },
@@ -4546,6 +5720,7 @@
4546
5720
  "normalizedSignature": "constructor|(System.Xml.XmlWriterSettings,Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
4547
5721
  "isStatic": false,
4548
5722
  "parameterCount": 2,
5723
+ "visibility": "Public",
4549
5724
  "declaringClrType": "Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter",
4550
5725
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Formatters.Xml"
4551
5726
  }