@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
@@ -16,6 +16,28 @@
16
16
  "isSealed": true,
17
17
  "isStatic": false,
18
18
  "arity": 0,
19
+ "baseType": {
20
+ "stableId": "System.Private.CoreLib:System.Enum",
21
+ "clrName": "System.Enum"
22
+ },
23
+ "interfaces": [
24
+ {
25
+ "stableId": "System.Private.CoreLib:System.IComparable",
26
+ "clrName": "System.IComparable"
27
+ },
28
+ {
29
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
30
+ "clrName": "System.ISpanFormattable"
31
+ },
32
+ {
33
+ "stableId": "System.Private.CoreLib:System.IFormattable",
34
+ "clrName": "System.IFormattable"
35
+ },
36
+ {
37
+ "stableId": "System.Private.CoreLib:System.IConvertible",
38
+ "clrName": "System.IConvertible"
39
+ }
40
+ ],
19
41
  "methods": [],
20
42
  "properties": [],
21
43
  "fields": [
@@ -27,6 +49,7 @@
27
49
  "isStatic": false,
28
50
  "isReadOnly": false,
29
51
  "isLiteral": false,
52
+ "visibility": "Public",
30
53
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ComponentFrameFlags",
31
54
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
32
55
  },
@@ -38,6 +61,7 @@
38
61
  "isStatic": true,
39
62
  "isReadOnly": false,
40
63
  "isLiteral": true,
64
+ "visibility": "Public",
41
65
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ComponentFrameFlags",
42
66
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
43
67
  }
@@ -56,6 +80,28 @@
56
80
  "isSealed": true,
57
81
  "isStatic": false,
58
82
  "arity": 0,
83
+ "baseType": {
84
+ "stableId": "System.Private.CoreLib:System.Enum",
85
+ "clrName": "System.Enum"
86
+ },
87
+ "interfaces": [
88
+ {
89
+ "stableId": "System.Private.CoreLib:System.IComparable",
90
+ "clrName": "System.IComparable"
91
+ },
92
+ {
93
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
94
+ "clrName": "System.ISpanFormattable"
95
+ },
96
+ {
97
+ "stableId": "System.Private.CoreLib:System.IFormattable",
98
+ "clrName": "System.IFormattable"
99
+ },
100
+ {
101
+ "stableId": "System.Private.CoreLib:System.IConvertible",
102
+ "clrName": "System.IConvertible"
103
+ }
104
+ ],
59
105
  "methods": [],
60
106
  "properties": [],
61
107
  "fields": [
@@ -67,6 +113,7 @@
67
113
  "isStatic": false,
68
114
  "isReadOnly": false,
69
115
  "isLiteral": false,
116
+ "visibility": "Public",
70
117
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChangeType",
71
118
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
72
119
  },
@@ -78,6 +125,7 @@
78
125
  "isStatic": true,
79
126
  "isReadOnly": false,
80
127
  "isLiteral": true,
128
+ "visibility": "Public",
81
129
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChangeType",
82
130
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
83
131
  },
@@ -89,6 +137,7 @@
89
137
  "isStatic": true,
90
138
  "isReadOnly": false,
91
139
  "isLiteral": true,
140
+ "visibility": "Public",
92
141
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChangeType",
93
142
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
94
143
  }
@@ -107,6 +156,28 @@
107
156
  "isSealed": true,
108
157
  "isStatic": false,
109
158
  "arity": 0,
159
+ "baseType": {
160
+ "stableId": "System.Private.CoreLib:System.Enum",
161
+ "clrName": "System.Enum"
162
+ },
163
+ "interfaces": [
164
+ {
165
+ "stableId": "System.Private.CoreLib:System.IComparable",
166
+ "clrName": "System.IComparable"
167
+ },
168
+ {
169
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
170
+ "clrName": "System.ISpanFormattable"
171
+ },
172
+ {
173
+ "stableId": "System.Private.CoreLib:System.IFormattable",
174
+ "clrName": "System.IFormattable"
175
+ },
176
+ {
177
+ "stableId": "System.Private.CoreLib:System.IConvertible",
178
+ "clrName": "System.IConvertible"
179
+ }
180
+ ],
110
181
  "methods": [],
111
182
  "properties": [],
112
183
  "fields": [
@@ -118,6 +189,7 @@
118
189
  "isStatic": false,
119
190
  "isReadOnly": false,
120
191
  "isLiteral": false,
192
+ "visibility": "Public",
121
193
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
122
194
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
123
195
  },
@@ -129,6 +201,7 @@
129
201
  "isStatic": true,
130
202
  "isReadOnly": false,
131
203
  "isLiteral": true,
204
+ "visibility": "Public",
132
205
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
133
206
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
134
207
  },
@@ -140,6 +213,7 @@
140
213
  "isStatic": true,
141
214
  "isReadOnly": false,
142
215
  "isLiteral": true,
216
+ "visibility": "Public",
143
217
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
144
218
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
145
219
  },
@@ -151,6 +225,7 @@
151
225
  "isStatic": true,
152
226
  "isReadOnly": false,
153
227
  "isLiteral": true,
228
+ "visibility": "Public",
154
229
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
155
230
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
156
231
  },
@@ -162,6 +237,7 @@
162
237
  "isStatic": true,
163
238
  "isReadOnly": false,
164
239
  "isLiteral": true,
240
+ "visibility": "Public",
165
241
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
166
242
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
167
243
  },
@@ -173,6 +249,7 @@
173
249
  "isStatic": true,
174
250
  "isReadOnly": false,
175
251
  "isLiteral": true,
252
+ "visibility": "Public",
176
253
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
177
254
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
178
255
  },
@@ -184,6 +261,7 @@
184
261
  "isStatic": true,
185
262
  "isReadOnly": false,
186
263
  "isLiteral": true,
264
+ "visibility": "Public",
187
265
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
188
266
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
189
267
  },
@@ -195,6 +273,7 @@
195
273
  "isStatic": true,
196
274
  "isReadOnly": false,
197
275
  "isLiteral": true,
276
+ "visibility": "Public",
198
277
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
199
278
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
200
279
  },
@@ -206,6 +285,7 @@
206
285
  "isStatic": true,
207
286
  "isReadOnly": false,
208
287
  "isLiteral": true,
288
+ "visibility": "Public",
209
289
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
210
290
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
211
291
  },
@@ -217,6 +297,7 @@
217
297
  "isStatic": true,
218
298
  "isReadOnly": false,
219
299
  "isLiteral": true,
300
+ "visibility": "Public",
220
301
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
221
302
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
222
303
  },
@@ -228,6 +309,7 @@
228
309
  "isStatic": true,
229
310
  "isReadOnly": false,
230
311
  "isLiteral": true,
312
+ "visibility": "Public",
231
313
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
232
314
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
233
315
  }
@@ -246,6 +328,28 @@
246
328
  "isSealed": true,
247
329
  "isStatic": false,
248
330
  "arity": 0,
331
+ "baseType": {
332
+ "stableId": "System.Private.CoreLib:System.Enum",
333
+ "clrName": "System.Enum"
334
+ },
335
+ "interfaces": [
336
+ {
337
+ "stableId": "System.Private.CoreLib:System.IComparable",
338
+ "clrName": "System.IComparable"
339
+ },
340
+ {
341
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
342
+ "clrName": "System.ISpanFormattable"
343
+ },
344
+ {
345
+ "stableId": "System.Private.CoreLib:System.IFormattable",
346
+ "clrName": "System.IFormattable"
347
+ },
348
+ {
349
+ "stableId": "System.Private.CoreLib:System.IConvertible",
350
+ "clrName": "System.IConvertible"
351
+ }
352
+ ],
249
353
  "methods": [],
250
354
  "properties": [],
251
355
  "fields": [
@@ -257,6 +361,7 @@
257
361
  "isStatic": false,
258
362
  "isReadOnly": false,
259
363
  "isLiteral": false,
364
+ "visibility": "Public",
260
365
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
261
366
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
262
367
  },
@@ -268,6 +373,7 @@
268
373
  "isStatic": true,
269
374
  "isReadOnly": false,
270
375
  "isLiteral": true,
376
+ "visibility": "Public",
271
377
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
272
378
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
273
379
  },
@@ -279,6 +385,7 @@
279
385
  "isStatic": true,
280
386
  "isReadOnly": false,
281
387
  "isLiteral": true,
388
+ "visibility": "Public",
282
389
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
283
390
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
284
391
  },
@@ -290,6 +397,7 @@
290
397
  "isStatic": true,
291
398
  "isReadOnly": false,
292
399
  "isLiteral": true,
400
+ "visibility": "Public",
293
401
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
294
402
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
295
403
  },
@@ -301,6 +409,7 @@
301
409
  "isStatic": true,
302
410
  "isReadOnly": false,
303
411
  "isLiteral": true,
412
+ "visibility": "Public",
304
413
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
305
414
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
306
415
  },
@@ -312,6 +421,7 @@
312
421
  "isStatic": true,
313
422
  "isReadOnly": false,
314
423
  "isLiteral": true,
424
+ "visibility": "Public",
315
425
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
316
426
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
317
427
  },
@@ -323,6 +433,7 @@
323
433
  "isStatic": true,
324
434
  "isReadOnly": false,
325
435
  "isLiteral": true,
436
+ "visibility": "Public",
326
437
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
327
438
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
328
439
  },
@@ -334,6 +445,7 @@
334
445
  "isStatic": true,
335
446
  "isReadOnly": false,
336
447
  "isLiteral": true,
448
+ "visibility": "Public",
337
449
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
338
450
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
339
451
  },
@@ -345,6 +457,7 @@
345
457
  "isStatic": true,
346
458
  "isReadOnly": false,
347
459
  "isLiteral": true,
460
+ "visibility": "Public",
348
461
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
349
462
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
350
463
  },
@@ -356,6 +469,7 @@
356
469
  "isStatic": true,
357
470
  "isReadOnly": false,
358
471
  "isLiteral": true,
472
+ "visibility": "Public",
359
473
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
360
474
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
361
475
  },
@@ -367,6 +481,7 @@
367
481
  "isStatic": true,
368
482
  "isReadOnly": false,
369
483
  "isLiteral": true,
484
+ "visibility": "Public",
370
485
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
371
486
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
372
487
  },
@@ -378,6 +493,7 @@
378
493
  "isStatic": true,
379
494
  "isReadOnly": false,
380
495
  "isLiteral": true,
496
+ "visibility": "Public",
381
497
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrameType",
382
498
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
383
499
  }
@@ -396,6 +512,26 @@
396
512
  "isSealed": true,
397
513
  "isStatic": false,
398
514
  "arity": 1,
515
+ "baseType": {
516
+ "stableId": "System.Private.CoreLib:System.ValueType",
517
+ "clrName": "System.ValueType"
518
+ },
519
+ "interfaces": [
520
+ {
521
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
522
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
523
+ "typeArguments": [
524
+ "T"
525
+ ]
526
+ },
527
+ {
528
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
529
+ "clrName": "System.Collections.IEnumerable"
530
+ }
531
+ ],
532
+ "typeParameters": [
533
+ "T"
534
+ ],
399
535
  "methods": [],
400
536
  "properties": [
401
537
  {
@@ -413,6 +549,7 @@
413
549
  "isAbstract": false,
414
550
  "isVirtual": false,
415
551
  "isOverride": false,
552
+ "visibility": "Public",
416
553
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment\u00601",
417
554
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
418
555
  },
@@ -431,6 +568,7 @@
431
568
  "isAbstract": false,
432
569
  "isVirtual": false,
433
570
  "isOverride": false,
571
+ "visibility": "Public",
434
572
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment\u00601",
435
573
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
436
574
  },
@@ -449,6 +587,7 @@
449
587
  "isAbstract": false,
450
588
  "isVirtual": false,
451
589
  "isOverride": false,
590
+ "visibility": "Public",
452
591
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment\u00601",
453
592
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
454
593
  },
@@ -467,6 +606,7 @@
467
606
  "isAbstract": false,
468
607
  "isVirtual": false,
469
608
  "isOverride": false,
609
+ "visibility": "Public",
470
610
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayBuilderSegment\u00601",
471
611
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
472
612
  }
@@ -486,6 +626,13 @@
486
626
  "isSealed": true,
487
627
  "isStatic": false,
488
628
  "arity": 1,
629
+ "baseType": {
630
+ "stableId": "System.Private.CoreLib:System.ValueType",
631
+ "clrName": "System.ValueType"
632
+ },
633
+ "typeParameters": [
634
+ "T"
635
+ ],
489
636
  "methods": [
490
637
  {
491
638
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.ArrayRange\u00601::Clone():ArrayRange_1",
@@ -502,6 +649,7 @@
502
649
  "isVirtual": false,
503
650
  "isOverride": false,
504
651
  "isSealed": false,
652
+ "visibility": "Public",
505
653
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayRange\u00601",
506
654
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
507
655
  "isExtensionMethod": false
@@ -517,6 +665,7 @@
517
665
  "isStatic": false,
518
666
  "isReadOnly": true,
519
667
  "isLiteral": false,
668
+ "visibility": "Public",
520
669
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayRange\u00601",
521
670
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
522
671
  },
@@ -528,6 +677,7 @@
528
677
  "isStatic": false,
529
678
  "isReadOnly": true,
530
679
  "isLiteral": false,
680
+ "visibility": "Public",
531
681
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayRange\u00601",
532
682
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
533
683
  }
@@ -541,6 +691,7 @@
541
691
  "normalizedSignature": "constructor|(T[],System.Int32):void|static=false",
542
692
  "isStatic": false,
543
693
  "parameterCount": 2,
694
+ "visibility": "Public",
544
695
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.ArrayRange\u00601",
545
696
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
546
697
  }
@@ -557,6 +708,10 @@
557
708
  "isSealed": true,
558
709
  "isStatic": false,
559
710
  "arity": 0,
711
+ "baseType": {
712
+ "stableId": "System.Private.CoreLib:System.ValueType",
713
+ "clrName": "System.ValueType"
714
+ },
560
715
  "methods": [],
561
716
  "properties": [
562
717
  {
@@ -574,6 +729,7 @@
574
729
  "isAbstract": false,
575
730
  "isVirtual": false,
576
731
  "isOverride": false,
732
+ "visibility": "Public",
577
733
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChange",
578
734
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
579
735
  },
@@ -592,6 +748,7 @@
592
748
  "isAbstract": false,
593
749
  "isVirtual": false,
594
750
  "isOverride": false,
751
+ "visibility": "Public",
595
752
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChange",
596
753
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
597
754
  },
@@ -610,6 +767,7 @@
610
767
  "isAbstract": false,
611
768
  "isVirtual": false,
612
769
  "isOverride": false,
770
+ "visibility": "Public",
613
771
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChange",
614
772
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
615
773
  },
@@ -628,6 +786,7 @@
628
786
  "isAbstract": false,
629
787
  "isVirtual": false,
630
788
  "isOverride": false,
789
+ "visibility": "Public",
631
790
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChange",
632
791
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
633
792
  },
@@ -646,6 +805,7 @@
646
805
  "isAbstract": false,
647
806
  "isVirtual": false,
648
807
  "isOverride": false,
808
+ "visibility": "Public",
649
809
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChange",
650
810
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
651
811
  }
@@ -660,6 +820,7 @@
660
820
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Components.RenderTree.NamedEventChangeType,System.Int32,System.Int32,System.String,System.String):void|static=false",
661
821
  "isStatic": false,
662
822
  "parameterCount": 5,
823
+ "visibility": "Public",
663
824
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.NamedEventChange",
664
825
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
665
826
  }
@@ -676,6 +837,10 @@
676
837
  "isSealed": true,
677
838
  "isStatic": false,
678
839
  "arity": 0,
840
+ "baseType": {
841
+ "stableId": "System.Private.CoreLib:System.ValueType",
842
+ "clrName": "System.ValueType"
843
+ },
679
844
  "methods": [],
680
845
  "properties": [
681
846
  {
@@ -693,6 +858,7 @@
693
858
  "isAbstract": false,
694
859
  "isVirtual": false,
695
860
  "isOverride": false,
861
+ "visibility": "Public",
696
862
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderBatch",
697
863
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
698
864
  },
@@ -711,6 +877,7 @@
711
877
  "isAbstract": false,
712
878
  "isVirtual": false,
713
879
  "isOverride": false,
880
+ "visibility": "Public",
714
881
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderBatch",
715
882
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
716
883
  },
@@ -729,6 +896,7 @@
729
896
  "isAbstract": false,
730
897
  "isVirtual": false,
731
898
  "isOverride": false,
899
+ "visibility": "Public",
732
900
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderBatch",
733
901
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
734
902
  },
@@ -747,6 +915,7 @@
747
915
  "isAbstract": false,
748
916
  "isVirtual": false,
749
917
  "isOverride": false,
918
+ "visibility": "Public",
750
919
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderBatch",
751
920
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
752
921
  },
@@ -765,6 +934,7 @@
765
934
  "isAbstract": false,
766
935
  "isVirtual": false,
767
936
  "isOverride": false,
937
+ "visibility": "Public",
768
938
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderBatch",
769
939
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
770
940
  }
@@ -784,6 +954,10 @@
784
954
  "isSealed": true,
785
955
  "isStatic": false,
786
956
  "arity": 0,
957
+ "baseType": {
958
+ "stableId": "System.Private.CoreLib:System.ValueType",
959
+ "clrName": "System.ValueType"
960
+ },
787
961
  "methods": [],
788
962
  "properties": [],
789
963
  "fields": [
@@ -795,6 +969,7 @@
795
969
  "isStatic": false,
796
970
  "isReadOnly": true,
797
971
  "isLiteral": false,
972
+ "visibility": "Public",
798
973
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff",
799
974
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
800
975
  },
@@ -806,6 +981,7 @@
806
981
  "isStatic": false,
807
982
  "isReadOnly": true,
808
983
  "isLiteral": false,
984
+ "visibility": "Public",
809
985
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiff",
810
986
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
811
987
  }
@@ -824,6 +1000,10 @@
824
1000
  "isSealed": true,
825
1001
  "isStatic": false,
826
1002
  "arity": 0,
1003
+ "baseType": {
1004
+ "stableId": "System.Private.CoreLib:System.ValueType",
1005
+ "clrName": "System.ValueType"
1006
+ },
827
1007
  "methods": [],
828
1008
  "properties": [],
829
1009
  "fields": [
@@ -835,6 +1015,7 @@
835
1015
  "isStatic": false,
836
1016
  "isReadOnly": true,
837
1017
  "isLiteral": false,
1018
+ "visibility": "Public",
838
1019
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit",
839
1020
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
840
1021
  },
@@ -846,6 +1027,7 @@
846
1027
  "isStatic": false,
847
1028
  "isReadOnly": true,
848
1029
  "isLiteral": false,
1030
+ "visibility": "Public",
849
1031
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit",
850
1032
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
851
1033
  },
@@ -857,6 +1039,7 @@
857
1039
  "isStatic": false,
858
1040
  "isReadOnly": true,
859
1041
  "isLiteral": false,
1042
+ "visibility": "Public",
860
1043
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit",
861
1044
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
862
1045
  },
@@ -868,6 +1051,7 @@
868
1051
  "isStatic": false,
869
1052
  "isReadOnly": true,
870
1053
  "isLiteral": false,
1054
+ "visibility": "Public",
871
1055
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit",
872
1056
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
873
1057
  },
@@ -879,6 +1063,7 @@
879
1063
  "isStatic": false,
880
1064
  "isReadOnly": true,
881
1065
  "isLiteral": false,
1066
+ "visibility": "Public",
882
1067
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit",
883
1068
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
884
1069
  }
@@ -897,6 +1082,10 @@
897
1082
  "isSealed": true,
898
1083
  "isStatic": false,
899
1084
  "arity": 0,
1085
+ "baseType": {
1086
+ "stableId": "System.Private.CoreLib:System.ValueType",
1087
+ "clrName": "System.ValueType"
1088
+ },
900
1089
  "methods": [
901
1090
  {
902
1091
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame::ToString():System.String",
@@ -913,6 +1102,7 @@
913
1102
  "isVirtual": true,
914
1103
  "isOverride": true,
915
1104
  "isSealed": false,
1105
+ "visibility": "Public",
916
1106
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
917
1107
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
918
1108
  "isExtensionMethod": false
@@ -934,6 +1124,7 @@
934
1124
  "isAbstract": false,
935
1125
  "isVirtual": false,
936
1126
  "isOverride": false,
1127
+ "visibility": "Public",
937
1128
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
938
1129
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
939
1130
  },
@@ -952,6 +1143,7 @@
952
1143
  "isAbstract": false,
953
1144
  "isVirtual": false,
954
1145
  "isOverride": false,
1146
+ "visibility": "Public",
955
1147
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
956
1148
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
957
1149
  },
@@ -970,6 +1162,7 @@
970
1162
  "isAbstract": false,
971
1163
  "isVirtual": false,
972
1164
  "isOverride": false,
1165
+ "visibility": "Public",
973
1166
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
974
1167
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
975
1168
  },
@@ -988,6 +1181,7 @@
988
1181
  "isAbstract": false,
989
1182
  "isVirtual": false,
990
1183
  "isOverride": false,
1184
+ "visibility": "Public",
991
1185
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
992
1186
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
993
1187
  },
@@ -1006,6 +1200,7 @@
1006
1200
  "isAbstract": false,
1007
1201
  "isVirtual": false,
1008
1202
  "isOverride": false,
1203
+ "visibility": "Public",
1009
1204
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1010
1205
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1011
1206
  },
@@ -1024,6 +1219,7 @@
1024
1219
  "isAbstract": false,
1025
1220
  "isVirtual": false,
1026
1221
  "isOverride": false,
1222
+ "visibility": "Public",
1027
1223
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1028
1224
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1029
1225
  },
@@ -1042,6 +1238,7 @@
1042
1238
  "isAbstract": false,
1043
1239
  "isVirtual": false,
1044
1240
  "isOverride": false,
1241
+ "visibility": "Public",
1045
1242
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1046
1243
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1047
1244
  },
@@ -1060,6 +1257,7 @@
1060
1257
  "isAbstract": false,
1061
1258
  "isVirtual": false,
1062
1259
  "isOverride": false,
1260
+ "visibility": "Public",
1063
1261
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1064
1262
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1065
1263
  },
@@ -1078,6 +1276,7 @@
1078
1276
  "isAbstract": false,
1079
1277
  "isVirtual": false,
1080
1278
  "isOverride": false,
1279
+ "visibility": "Public",
1081
1280
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1082
1281
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1083
1282
  },
@@ -1096,6 +1295,7 @@
1096
1295
  "isAbstract": false,
1097
1296
  "isVirtual": false,
1098
1297
  "isOverride": false,
1298
+ "visibility": "Public",
1099
1299
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1100
1300
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1101
1301
  },
@@ -1114,6 +1314,7 @@
1114
1314
  "isAbstract": false,
1115
1315
  "isVirtual": false,
1116
1316
  "isOverride": false,
1317
+ "visibility": "Public",
1117
1318
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1118
1319
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1119
1320
  },
@@ -1132,6 +1333,7 @@
1132
1333
  "isAbstract": false,
1133
1334
  "isVirtual": false,
1134
1335
  "isOverride": false,
1336
+ "visibility": "Public",
1135
1337
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1136
1338
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1137
1339
  },
@@ -1150,6 +1352,7 @@
1150
1352
  "isAbstract": false,
1151
1353
  "isVirtual": false,
1152
1354
  "isOverride": false,
1355
+ "visibility": "Public",
1153
1356
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1154
1357
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1155
1358
  },
@@ -1168,6 +1371,7 @@
1168
1371
  "isAbstract": false,
1169
1372
  "isVirtual": false,
1170
1373
  "isOverride": false,
1374
+ "visibility": "Public",
1171
1375
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1172
1376
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1173
1377
  },
@@ -1186,6 +1390,7 @@
1186
1390
  "isAbstract": false,
1187
1391
  "isVirtual": false,
1188
1392
  "isOverride": false,
1393
+ "visibility": "Public",
1189
1394
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1190
1395
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1191
1396
  },
@@ -1204,6 +1409,7 @@
1204
1409
  "isAbstract": false,
1205
1410
  "isVirtual": false,
1206
1411
  "isOverride": false,
1412
+ "visibility": "Public",
1207
1413
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1208
1414
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1209
1415
  },
@@ -1222,6 +1428,7 @@
1222
1428
  "isAbstract": false,
1223
1429
  "isVirtual": false,
1224
1430
  "isOverride": false,
1431
+ "visibility": "Public",
1225
1432
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1226
1433
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1227
1434
  },
@@ -1240,6 +1447,7 @@
1240
1447
  "isAbstract": false,
1241
1448
  "isVirtual": false,
1242
1449
  "isOverride": false,
1450
+ "visibility": "Public",
1243
1451
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1244
1452
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1245
1453
  },
@@ -1258,6 +1466,7 @@
1258
1466
  "isAbstract": false,
1259
1467
  "isVirtual": false,
1260
1468
  "isOverride": false,
1469
+ "visibility": "Public",
1261
1470
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1262
1471
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1263
1472
  },
@@ -1276,6 +1485,7 @@
1276
1485
  "isAbstract": false,
1277
1486
  "isVirtual": false,
1278
1487
  "isOverride": false,
1488
+ "visibility": "Public",
1279
1489
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1280
1490
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1281
1491
  },
@@ -1294,6 +1504,7 @@
1294
1504
  "isAbstract": false,
1295
1505
  "isVirtual": false,
1296
1506
  "isOverride": false,
1507
+ "visibility": "Public",
1297
1508
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1298
1509
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1299
1510
  },
@@ -1312,6 +1523,7 @@
1312
1523
  "isAbstract": false,
1313
1524
  "isVirtual": false,
1314
1525
  "isOverride": false,
1526
+ "visibility": "Public",
1315
1527
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1316
1528
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1317
1529
  },
@@ -1330,6 +1542,7 @@
1330
1542
  "isAbstract": false,
1331
1543
  "isVirtual": false,
1332
1544
  "isOverride": false,
1545
+ "visibility": "Public",
1333
1546
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1334
1547
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1335
1548
  },
@@ -1348,6 +1561,7 @@
1348
1561
  "isAbstract": false,
1349
1562
  "isVirtual": false,
1350
1563
  "isOverride": false,
1564
+ "visibility": "Public",
1351
1565
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1352
1566
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1353
1567
  },
@@ -1366,6 +1580,7 @@
1366
1580
  "isAbstract": false,
1367
1581
  "isVirtual": false,
1368
1582
  "isOverride": false,
1583
+ "visibility": "Public",
1369
1584
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame",
1370
1585
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1371
1586
  }
@@ -1385,6 +1600,10 @@
1385
1600
  "isSealed": false,
1386
1601
  "isStatic": false,
1387
1602
  "arity": 0,
1603
+ "baseType": {
1604
+ "stableId": "System.Private.CoreLib:System.Object",
1605
+ "clrName": "System.Object"
1606
+ },
1388
1607
  "methods": [],
1389
1608
  "properties": [
1390
1609
  {
@@ -1402,6 +1621,7 @@
1402
1621
  "isAbstract": false,
1403
1622
  "isVirtual": false,
1404
1623
  "isOverride": false,
1624
+ "visibility": "Public",
1405
1625
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo",
1406
1626
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1407
1627
  },
@@ -1420,6 +1640,7 @@
1420
1640
  "isAbstract": false,
1421
1641
  "isVirtual": false,
1422
1642
  "isOverride": false,
1643
+ "visibility": "Public",
1423
1644
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo",
1424
1645
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1425
1646
  }
@@ -1434,6 +1655,7 @@
1434
1655
  "normalizedSignature": "constructor|():void|static=false",
1435
1656
  "isStatic": false,
1436
1657
  "parameterCount": 0,
1658
+ "visibility": "Public",
1437
1659
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo",
1438
1660
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1439
1661
  }
@@ -1450,7 +1672,267 @@
1450
1672
  "isSealed": false,
1451
1673
  "isStatic": false,
1452
1674
  "arity": 0,
1675
+ "baseType": {
1676
+ "stableId": "System.Private.CoreLib:System.Object",
1677
+ "clrName": "System.Object"
1678
+ },
1679
+ "interfaces": [
1680
+ {
1681
+ "stableId": "System.Private.CoreLib:System.IDisposable",
1682
+ "clrName": "System.IDisposable"
1683
+ },
1684
+ {
1685
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
1686
+ "clrName": "System.IAsyncDisposable"
1687
+ }
1688
+ ],
1453
1689
  "methods": [
1690
+ {
1691
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::GetComponentState(System.Int32):Microsoft.AspNetCore.Components.Rendering.ComponentState",
1692
+ "clrName": "GetComponentState",
1693
+ "metadataToken": 100664676,
1694
+ "canonicalSignature": "(System.Int32):Microsoft.AspNetCore.Components.Rendering.ComponentState",
1695
+ "normalizedSignature": "GetComponentState|(System.Int32):Microsoft.AspNetCore.Components.Rendering.ComponentState|static=false",
1696
+ "emitScope": "ClassSurface",
1697
+ "provenance": "Original",
1698
+ "arity": 0,
1699
+ "parameterCount": 1,
1700
+ "isStatic": false,
1701
+ "isAbstract": false,
1702
+ "isVirtual": false,
1703
+ "isOverride": false,
1704
+ "isSealed": false,
1705
+ "visibility": "Protected",
1706
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1707
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1708
+ "isExtensionMethod": false
1709
+ },
1710
+ {
1711
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::GetComponentRenderMode(Microsoft.AspNetCore.Components.IComponent):Microsoft.AspNetCore.Components.IComponentRenderMode",
1712
+ "clrName": "GetComponentRenderMode",
1713
+ "metadataToken": 100664677,
1714
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.IComponent):Microsoft.AspNetCore.Components.IComponentRenderMode",
1715
+ "normalizedSignature": "GetComponentRenderMode|(Microsoft.AspNetCore.Components.IComponent):Microsoft.AspNetCore.Components.IComponentRenderMode|static=false",
1716
+ "emitScope": "ClassSurface",
1717
+ "provenance": "Original",
1718
+ "arity": 0,
1719
+ "parameterCount": 1,
1720
+ "isStatic": false,
1721
+ "isAbstract": false,
1722
+ "isVirtual": true,
1723
+ "isOverride": false,
1724
+ "isSealed": false,
1725
+ "visibility": "ProtectedInternal",
1726
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1727
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1728
+ "isExtensionMethod": false
1729
+ },
1730
+ {
1731
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::GetComponentState(Microsoft.AspNetCore.Components.IComponent):Microsoft.AspNetCore.Components.Rendering.ComponentState",
1732
+ "clrName": "GetComponentState",
1733
+ "metadataToken": 100664679,
1734
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.IComponent):Microsoft.AspNetCore.Components.Rendering.ComponentState",
1735
+ "normalizedSignature": "GetComponentState|(Microsoft.AspNetCore.Components.IComponent):Microsoft.AspNetCore.Components.Rendering.ComponentState|static=false",
1736
+ "emitScope": "ClassSurface",
1737
+ "provenance": "Original",
1738
+ "arity": 0,
1739
+ "parameterCount": 1,
1740
+ "isStatic": false,
1741
+ "isAbstract": false,
1742
+ "isVirtual": false,
1743
+ "isOverride": false,
1744
+ "isSealed": false,
1745
+ "visibility": "ProtectedInternal",
1746
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1747
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1748
+ "isExtensionMethod": false
1749
+ },
1750
+ {
1751
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::InstantiateComponent(System.Type):Microsoft.AspNetCore.Components.IComponent",
1752
+ "clrName": "InstantiateComponent",
1753
+ "metadataToken": 100664683,
1754
+ "canonicalSignature": "(System.Type):Microsoft.AspNetCore.Components.IComponent",
1755
+ "normalizedSignature": "InstantiateComponent|(System.Type):Microsoft.AspNetCore.Components.IComponent|static=false",
1756
+ "emitScope": "ClassSurface",
1757
+ "provenance": "Original",
1758
+ "arity": 0,
1759
+ "parameterCount": 1,
1760
+ "isStatic": false,
1761
+ "isAbstract": false,
1762
+ "isVirtual": false,
1763
+ "isOverride": false,
1764
+ "isSealed": false,
1765
+ "visibility": "Protected",
1766
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1767
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1768
+ "isExtensionMethod": false
1769
+ },
1770
+ {
1771
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::AssignRootComponentId(Microsoft.AspNetCore.Components.IComponent):System.Int32",
1772
+ "clrName": "AssignRootComponentId",
1773
+ "metadataToken": 100664684,
1774
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.IComponent):System.Int32",
1775
+ "normalizedSignature": "AssignRootComponentId|(Microsoft.AspNetCore.Components.IComponent):System.Int32|static=false",
1776
+ "emitScope": "ClassSurface",
1777
+ "provenance": "Original",
1778
+ "arity": 0,
1779
+ "parameterCount": 1,
1780
+ "isStatic": false,
1781
+ "isAbstract": false,
1782
+ "isVirtual": false,
1783
+ "isOverride": false,
1784
+ "isSealed": false,
1785
+ "visibility": "ProtectedInternal",
1786
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1787
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1788
+ "isExtensionMethod": false
1789
+ },
1790
+ {
1791
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::GetCurrentRenderTreeFrames(System.Int32):Microsoft.AspNetCore.Components.RenderTree.ArrayRange_1[[Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1792
+ "clrName": "GetCurrentRenderTreeFrames",
1793
+ "metadataToken": 100664685,
1794
+ "canonicalSignature": "(System.Int32):Microsoft.AspNetCore.Components.RenderTree.ArrayRange_1[[Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1795
+ "normalizedSignature": "GetCurrentRenderTreeFrames|(System.Int32):Microsoft.AspNetCore.Components.RenderTree.ArrayRange_1[[Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame,Microsoft.AspNetCore.Components,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
1796
+ "emitScope": "ClassSurface",
1797
+ "provenance": "Original",
1798
+ "arity": 0,
1799
+ "parameterCount": 1,
1800
+ "isStatic": false,
1801
+ "isAbstract": false,
1802
+ "isVirtual": false,
1803
+ "isOverride": false,
1804
+ "isSealed": false,
1805
+ "visibility": "Protected",
1806
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1807
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1808
+ "isExtensionMethod": false
1809
+ },
1810
+ {
1811
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::RenderRootComponentAsync(System.Int32):System.Threading.Tasks.Task",
1812
+ "clrName": "RenderRootComponentAsync",
1813
+ "metadataToken": 100664686,
1814
+ "canonicalSignature": "(System.Int32):System.Threading.Tasks.Task",
1815
+ "normalizedSignature": "RenderRootComponentAsync|(System.Int32):System.Threading.Tasks.Task|static=false",
1816
+ "emitScope": "ClassSurface",
1817
+ "provenance": "Original",
1818
+ "arity": 0,
1819
+ "parameterCount": 1,
1820
+ "isStatic": false,
1821
+ "isAbstract": false,
1822
+ "isVirtual": false,
1823
+ "isOverride": false,
1824
+ "isSealed": false,
1825
+ "visibility": "Protected",
1826
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1827
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1828
+ "isExtensionMethod": false
1829
+ },
1830
+ {
1831
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::RenderRootComponentAsync(System.Int32,Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
1832
+ "clrName": "RenderRootComponentAsync",
1833
+ "metadataToken": 100664687,
1834
+ "canonicalSignature": "(System.Int32,Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
1835
+ "normalizedSignature": "RenderRootComponentAsync|(System.Int32,Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
1836
+ "emitScope": "ClassSurface",
1837
+ "provenance": "Original",
1838
+ "arity": 0,
1839
+ "parameterCount": 2,
1840
+ "isStatic": false,
1841
+ "isAbstract": false,
1842
+ "isVirtual": false,
1843
+ "isOverride": false,
1844
+ "isSealed": false,
1845
+ "visibility": "ProtectedInternal",
1846
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1847
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1848
+ "isExtensionMethod": false
1849
+ },
1850
+ {
1851
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::RemoveRootComponent(System.Int32):System.Void",
1852
+ "clrName": "RemoveRootComponent",
1853
+ "metadataToken": 100664688,
1854
+ "canonicalSignature": "(System.Int32):System.Void",
1855
+ "normalizedSignature": "RemoveRootComponent|(System.Int32):System.Void|static=false",
1856
+ "emitScope": "ClassSurface",
1857
+ "provenance": "Original",
1858
+ "arity": 0,
1859
+ "parameterCount": 1,
1860
+ "isStatic": false,
1861
+ "isAbstract": false,
1862
+ "isVirtual": false,
1863
+ "isOverride": false,
1864
+ "isSealed": false,
1865
+ "visibility": "ProtectedInternal",
1866
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1867
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1868
+ "isExtensionMethod": false
1869
+ },
1870
+ {
1871
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::HandleException(System.Exception):System.Void",
1872
+ "clrName": "HandleException",
1873
+ "metadataToken": 100664690,
1874
+ "canonicalSignature": "(System.Exception):System.Void",
1875
+ "normalizedSignature": "HandleException|(System.Exception):System.Void|static=false",
1876
+ "emitScope": "ClassSurface",
1877
+ "provenance": "Original",
1878
+ "arity": 0,
1879
+ "parameterCount": 1,
1880
+ "isStatic": false,
1881
+ "isAbstract": true,
1882
+ "isVirtual": true,
1883
+ "isOverride": false,
1884
+ "isSealed": false,
1885
+ "visibility": "Protected",
1886
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1887
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1888
+ "isExtensionMethod": false
1889
+ },
1890
+ {
1891
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::CreateComponentState(System.Int32,Microsoft.AspNetCore.Components.IComponent,Microsoft.AspNetCore.Components.Rendering.ComponentState):Microsoft.AspNetCore.Components.Rendering.ComponentState",
1892
+ "clrName": "CreateComponentState",
1893
+ "metadataToken": 100664694,
1894
+ "canonicalSignature": "(System.Int32,Microsoft.AspNetCore.Components.IComponent,Microsoft.AspNetCore.Components.Rendering.ComponentState):Microsoft.AspNetCore.Components.Rendering.ComponentState",
1895
+ "normalizedSignature": "CreateComponentState|(System.Int32,Microsoft.AspNetCore.Components.IComponent,Microsoft.AspNetCore.Components.Rendering.ComponentState):Microsoft.AspNetCore.Components.Rendering.ComponentState|static=false",
1896
+ "emitScope": "ClassSurface",
1897
+ "provenance": "Original",
1898
+ "arity": 0,
1899
+ "parameterCount": 3,
1900
+ "isStatic": false,
1901
+ "isAbstract": false,
1902
+ "isVirtual": true,
1903
+ "isOverride": false,
1904
+ "isSealed": false,
1905
+ "visibility": "Protected",
1906
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1907
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1908
+ "isExtensionMethod": false
1909
+ },
1910
+ {
1911
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::UpdateDisplayAsync(Microsoft.AspNetCore.Components.RenderTree.RenderBatch\u0026):System.Threading.Tasks.Task",
1912
+ "clrName": "UpdateDisplayAsync",
1913
+ "metadataToken": 100664695,
1914
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.RenderTree.RenderBatch\u0026):System.Threading.Tasks.Task",
1915
+ "normalizedSignature": "UpdateDisplayAsync|(Microsoft.AspNetCore.Components.RenderTree.RenderBatch\u0026):System.Threading.Tasks.Task|static=false",
1916
+ "emitScope": "ClassSurface",
1917
+ "provenance": "Original",
1918
+ "arity": 0,
1919
+ "parameterCount": 1,
1920
+ "isStatic": false,
1921
+ "isAbstract": true,
1922
+ "isVirtual": true,
1923
+ "isOverride": false,
1924
+ "isSealed": false,
1925
+ "visibility": "Protected",
1926
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1927
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1928
+ "isExtensionMethod": false,
1929
+ "parameterModifiers": [
1930
+ {
1931
+ "index": 0,
1932
+ "modifier": "in"
1933
+ }
1934
+ ]
1935
+ },
1454
1936
  {
1455
1937
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::DispatchEventAsync(System.UInt64,Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo,System.EventArgs):System.Threading.Tasks.Task",
1456
1938
  "clrName": "DispatchEventAsync",
@@ -1466,6 +1948,7 @@
1466
1948
  "isVirtual": true,
1467
1949
  "isOverride": false,
1468
1950
  "isSealed": false,
1951
+ "visibility": "Public",
1469
1952
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1470
1953
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1471
1954
  "isExtensionMethod": false
@@ -1485,6 +1968,7 @@
1485
1968
  "isVirtual": true,
1486
1969
  "isOverride": false,
1487
1970
  "isSealed": false,
1971
+ "visibility": "Public",
1488
1972
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1489
1973
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1490
1974
  "isExtensionMethod": false
@@ -1504,6 +1988,87 @@
1504
1988
  "isVirtual": false,
1505
1989
  "isOverride": false,
1506
1990
  "isSealed": false,
1991
+ "visibility": "Public",
1992
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1993
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1994
+ "isExtensionMethod": false
1995
+ },
1996
+ {
1997
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::AddPendingTask(Microsoft.AspNetCore.Components.Rendering.ComponentState,System.Threading.Tasks.Task):System.Void",
1998
+ "clrName": "AddPendingTask",
1999
+ "metadataToken": 100664702,
2000
+ "canonicalSignature": "(Microsoft.AspNetCore.Components.Rendering.ComponentState,System.Threading.Tasks.Task):System.Void",
2001
+ "normalizedSignature": "AddPendingTask|(Microsoft.AspNetCore.Components.Rendering.ComponentState,System.Threading.Tasks.Task):System.Void|static=false",
2002
+ "emitScope": "ClassSurface",
2003
+ "provenance": "Original",
2004
+ "arity": 0,
2005
+ "parameterCount": 2,
2006
+ "isStatic": false,
2007
+ "isAbstract": false,
2008
+ "isVirtual": true,
2009
+ "isOverride": false,
2010
+ "isSealed": false,
2011
+ "visibility": "Protected",
2012
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
2013
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2014
+ "isExtensionMethod": false
2015
+ },
2016
+ {
2017
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::ProcessPendingRender():System.Void",
2018
+ "clrName": "ProcessPendingRender",
2019
+ "metadataToken": 100664711,
2020
+ "canonicalSignature": "():System.Void",
2021
+ "normalizedSignature": "ProcessPendingRender|():System.Void|static=false",
2022
+ "emitScope": "ClassSurface",
2023
+ "provenance": "Original",
2024
+ "arity": 0,
2025
+ "parameterCount": 0,
2026
+ "isStatic": false,
2027
+ "isAbstract": false,
2028
+ "isVirtual": true,
2029
+ "isOverride": false,
2030
+ "isSealed": false,
2031
+ "visibility": "Protected",
2032
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
2033
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2034
+ "isExtensionMethod": false
2035
+ },
2036
+ {
2037
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::Dispose(System.Boolean):System.Void",
2038
+ "clrName": "Dispose",
2039
+ "metadataToken": 100664723,
2040
+ "canonicalSignature": "(System.Boolean):System.Void",
2041
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
2042
+ "emitScope": "ClassSurface",
2043
+ "provenance": "Original",
2044
+ "arity": 0,
2045
+ "parameterCount": 1,
2046
+ "isStatic": false,
2047
+ "isAbstract": false,
2048
+ "isVirtual": true,
2049
+ "isOverride": false,
2050
+ "isSealed": false,
2051
+ "visibility": "Protected",
2052
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
2053
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components",
2054
+ "isExtensionMethod": false
2055
+ },
2056
+ {
2057
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::ResolveComponentForRenderMode(System.Type,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Components.IComponentActivator,Microsoft.AspNetCore.Components.IComponentRenderMode):Microsoft.AspNetCore.Components.IComponent",
2058
+ "clrName": "ResolveComponentForRenderMode",
2059
+ "metadataToken": 100664724,
2060
+ "canonicalSignature": "(System.Type,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Components.IComponentActivator,Microsoft.AspNetCore.Components.IComponentRenderMode):Microsoft.AspNetCore.Components.IComponent",
2061
+ "normalizedSignature": "ResolveComponentForRenderMode|(System.Type,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Components.IComponentActivator,Microsoft.AspNetCore.Components.IComponentRenderMode):Microsoft.AspNetCore.Components.IComponent|static=false",
2062
+ "emitScope": "ClassSurface",
2063
+ "provenance": "Original",
2064
+ "arity": 0,
2065
+ "parameterCount": 4,
2066
+ "isStatic": false,
2067
+ "isAbstract": false,
2068
+ "isVirtual": true,
2069
+ "isOverride": false,
2070
+ "isSealed": false,
2071
+ "visibility": "ProtectedInternal",
1507
2072
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1508
2073
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1509
2074
  "isExtensionMethod": false
@@ -1523,6 +2088,7 @@
1523
2088
  "isVirtual": true,
1524
2089
  "isOverride": false,
1525
2090
  "isSealed": true,
2091
+ "visibility": "Public",
1526
2092
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1527
2093
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1528
2094
  "isExtensionMethod": false
@@ -1542,6 +2108,7 @@
1542
2108
  "isVirtual": true,
1543
2109
  "isOverride": false,
1544
2110
  "isSealed": true,
2111
+ "visibility": "Public",
1545
2112
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1546
2113
  "declaringAssemblyName": "Microsoft.AspNetCore.Components",
1547
2114
  "isExtensionMethod": false
@@ -1563,6 +2130,64 @@
1563
2130
  "isAbstract": true,
1564
2131
  "isVirtual": true,
1565
2132
  "isOverride": false,
2133
+ "visibility": "Public",
2134
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
2135
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components"
2136
+ },
2137
+ {
2138
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::ElementReferenceContext:Microsoft.AspNetCore.Components.ElementReferenceContext",
2139
+ "clrName": "ElementReferenceContext",
2140
+ "metadataToken": 385876267,
2141
+ "canonicalSignature": ":Microsoft.AspNetCore.Components.ElementReferenceContext",
2142
+ "normalizedSignature": "ElementReferenceContext|:Microsoft.AspNetCore.Components.ElementReferenceContext|static=false|accessor=getset",
2143
+ "emitScope": "ClassSurface",
2144
+ "provenance": "Original",
2145
+ "isIndexer": false,
2146
+ "hasGetter": true,
2147
+ "hasSetter": true,
2148
+ "isStatic": false,
2149
+ "isAbstract": false,
2150
+ "isVirtual": false,
2151
+ "isOverride": false,
2152
+ "visibility": "ProtectedInternal",
2153
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
2154
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components"
2155
+ },
2156
+ {
2157
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::RendererInfo:Microsoft.AspNetCore.Components.RendererInfo",
2158
+ "clrName": "RendererInfo",
2159
+ "metadataToken": 385876270,
2160
+ "canonicalSignature": ":Microsoft.AspNetCore.Components.RendererInfo",
2161
+ "normalizedSignature": "RendererInfo|:Microsoft.AspNetCore.Components.RendererInfo|static=false|accessor=get",
2162
+ "emitScope": "ClassSurface",
2163
+ "provenance": "Original",
2164
+ "isIndexer": false,
2165
+ "hasGetter": true,
2166
+ "hasSetter": false,
2167
+ "isStatic": false,
2168
+ "isAbstract": false,
2169
+ "isVirtual": true,
2170
+ "isOverride": false,
2171
+ "visibility": "ProtectedInternal",
2172
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
2173
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components"
2174
+ },
2175
+ {
2176
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer::Assets:Microsoft.AspNetCore.Components.ResourceAssetCollection",
2177
+ "clrName": "Assets",
2178
+ "metadataToken": 385876271,
2179
+ "canonicalSignature": ":Microsoft.AspNetCore.Components.ResourceAssetCollection",
2180
+ "normalizedSignature": "Assets|:Microsoft.AspNetCore.Components.ResourceAssetCollection|static=false|accessor=get",
2181
+ "emitScope": "ClassSurface",
2182
+ "provenance": "Original",
2183
+ "isIndexer": false,
2184
+ "hasGetter": true,
2185
+ "hasSetter": false,
2186
+ "isStatic": false,
2187
+ "isAbstract": false,
2188
+ "isVirtual": true,
2189
+ "isOverride": false,
2190
+ "visibility": "ProtectedInternal",
1566
2191
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1567
2192
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1568
2193
  }
@@ -1575,6 +2200,7 @@
1575
2200
  "metadataToken": 335544325,
1576
2201
  "normalizedSignature": "UnhandledSynchronizationException|System.UnhandledExceptionEventHandler|static=false",
1577
2202
  "isStatic": false,
2203
+ "visibility": "Public",
1578
2204
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1579
2205
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1580
2206
  }
@@ -1587,6 +2213,7 @@
1587
2213
  "normalizedSignature": "constructor|(System.IServiceProvider,Microsoft.Extensions.Logging.ILoggerFactory):void|static=false",
1588
2214
  "isStatic": false,
1589
2215
  "parameterCount": 2,
2216
+ "visibility": "Public",
1590
2217
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1591
2218
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1592
2219
  },
@@ -1597,6 +2224,7 @@
1597
2224
  "normalizedSignature": "constructor|(System.IServiceProvider,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.AspNetCore.Components.IComponentActivator):void|static=false",
1598
2225
  "isStatic": false,
1599
2226
  "parameterCount": 3,
2227
+ "visibility": "Public",
1600
2228
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.Renderer",
1601
2229
  "declaringAssemblyName": "Microsoft.AspNetCore.Components"
1602
2230
  }
@@ -1613,6 +2241,10 @@
1613
2241
  "isSealed": true,
1614
2242
  "isStatic": false,
1615
2243
  "arity": 0,
2244
+ "baseType": {
2245
+ "stableId": "System.Private.CoreLib:System.Object",
2246
+ "clrName": "System.Object"
2247
+ },
1616
2248
  "methods": [],
1617
2249
  "properties": [
1618
2250
  {
@@ -1630,6 +2262,7 @@
1630
2262
  "isAbstract": false,
1631
2263
  "isVirtual": false,
1632
2264
  "isOverride": false,
2265
+ "visibility": "Public",
1633
2266
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor",
1634
2267
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1635
2268
  },
@@ -1648,6 +2281,7 @@
1648
2281
  "isAbstract": false,
1649
2282
  "isVirtual": false,
1650
2283
  "isOverride": false,
2284
+ "visibility": "Public",
1651
2285
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor",
1652
2286
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1653
2287
  },
@@ -1666,6 +2300,7 @@
1666
2300
  "isAbstract": false,
1667
2301
  "isVirtual": false,
1668
2302
  "isOverride": false,
2303
+ "visibility": "Public",
1669
2304
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor",
1670
2305
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1671
2306
  }
@@ -1680,6 +2315,7 @@
1680
2315
  "normalizedSignature": "constructor|():void|static=false",
1681
2316
  "isStatic": false,
1682
2317
  "parameterCount": 0,
2318
+ "visibility": "Public",
1683
2319
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebEventDescriptor",
1684
2320
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1685
2321
  }
@@ -1696,8 +2332,143 @@
1696
2332
  "isSealed": false,
1697
2333
  "isStatic": false,
1698
2334
  "arity": 0,
1699
- "methods": [],
1700
- "properties": [],
2335
+ "baseType": {
2336
+ "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.Renderer",
2337
+ "clrName": "Microsoft.AspNetCore.Components.RenderTree.Renderer"
2338
+ },
2339
+ "interfaces": [
2340
+ {
2341
+ "stableId": "System.Private.CoreLib:System.IDisposable",
2342
+ "clrName": "System.IDisposable"
2343
+ },
2344
+ {
2345
+ "stableId": "System.Private.CoreLib:System.IAsyncDisposable",
2346
+ "clrName": "System.IAsyncDisposable"
2347
+ }
2348
+ ],
2349
+ "methods": [
2350
+ {
2351
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.RenderTree.WebRenderer::GetWebRendererId():System.Int32",
2352
+ "clrName": "GetWebRendererId",
2353
+ "metadataToken": 100663329,
2354
+ "canonicalSignature": "():System.Int32",
2355
+ "normalizedSignature": "GetWebRendererId|():System.Int32|static=false",
2356
+ "emitScope": "ClassSurface",
2357
+ "provenance": "Original",
2358
+ "arity": 0,
2359
+ "parameterCount": 0,
2360
+ "isStatic": false,
2361
+ "isAbstract": false,
2362
+ "isVirtual": true,
2363
+ "isOverride": false,
2364
+ "isSealed": false,
2365
+ "visibility": "Protected",
2366
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
2367
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2368
+ "isExtensionMethod": false
2369
+ },
2370
+ {
2371
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.RenderTree.WebRenderer::AddRootComponent(System.Type,System.String):System.Int32",
2372
+ "clrName": "AddRootComponent",
2373
+ "metadataToken": 100663330,
2374
+ "canonicalSignature": "(System.Type,System.String):System.Int32",
2375
+ "normalizedSignature": "AddRootComponent|(System.Type,System.String):System.Int32|static=false",
2376
+ "emitScope": "ClassSurface",
2377
+ "provenance": "Original",
2378
+ "arity": 0,
2379
+ "parameterCount": 2,
2380
+ "isStatic": false,
2381
+ "isAbstract": false,
2382
+ "isVirtual": false,
2383
+ "isOverride": false,
2384
+ "isSealed": false,
2385
+ "visibility": "ProtectedInternal",
2386
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
2387
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2388
+ "isExtensionMethod": false
2389
+ },
2390
+ {
2391
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.RenderTree.WebRenderer::AttachRootComponentToBrowser(System.Int32,System.String):System.Void",
2392
+ "clrName": "AttachRootComponentToBrowser",
2393
+ "metadataToken": 100663331,
2394
+ "canonicalSignature": "(System.Int32,System.String):System.Void",
2395
+ "normalizedSignature": "AttachRootComponentToBrowser|(System.Int32,System.String):System.Void|static=false",
2396
+ "emitScope": "ClassSurface",
2397
+ "provenance": "Original",
2398
+ "arity": 0,
2399
+ "parameterCount": 2,
2400
+ "isStatic": false,
2401
+ "isAbstract": true,
2402
+ "isVirtual": true,
2403
+ "isOverride": false,
2404
+ "isSealed": false,
2405
+ "visibility": "Protected",
2406
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
2407
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2408
+ "isExtensionMethod": false
2409
+ },
2410
+ {
2411
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.RenderTree.WebRenderer::Dispose(System.Boolean):System.Void",
2412
+ "clrName": "Dispose",
2413
+ "metadataToken": 100663332,
2414
+ "canonicalSignature": "(System.Boolean):System.Void",
2415
+ "normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
2416
+ "emitScope": "ClassSurface",
2417
+ "provenance": "Original",
2418
+ "arity": 0,
2419
+ "parameterCount": 1,
2420
+ "isStatic": false,
2421
+ "isAbstract": false,
2422
+ "isVirtual": true,
2423
+ "isOverride": true,
2424
+ "isSealed": false,
2425
+ "visibility": "Protected",
2426
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
2427
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2428
+ "isExtensionMethod": false
2429
+ },
2430
+ {
2431
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.RenderTree.WebRenderer::Dispose():System.Void",
2432
+ "clrName": "Dispose",
2433
+ "metadataToken": 0,
2434
+ "canonicalSignature": "():System.Void",
2435
+ "normalizedSignature": "Dispose|():System.Void|static=false",
2436
+ "emitScope": "ClassSurface",
2437
+ "provenance": "BaseOverload",
2438
+ "arity": 0,
2439
+ "parameterCount": 0,
2440
+ "isStatic": false,
2441
+ "isAbstract": false,
2442
+ "isVirtual": true,
2443
+ "isOverride": false,
2444
+ "isSealed": false,
2445
+ "visibility": "Public",
2446
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
2447
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
2448
+ "isExtensionMethod": false
2449
+ }
2450
+ ],
2451
+ "properties": [
2452
+ {
2453
+ "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.RenderTree.WebRenderer::RendererId:System.Int32",
2454
+ "clrName": "RendererId",
2455
+ "metadataToken": 385875983,
2456
+ "canonicalSignature": ":System.Int32",
2457
+ "normalizedSignature": "RendererId|:System.Int32|static=false|accessor=getset",
2458
+ "emitScope": "ClassSurface",
2459
+ "provenance": "Original",
2460
+ "isIndexer": false,
2461
+ "hasGetter": true,
2462
+ "hasSetter": true,
2463
+ "isStatic": false,
2464
+ "isAbstract": false,
2465
+ "isVirtual": false,
2466
+ "isOverride": false,
2467
+ "visibility": "Protected",
2468
+ "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
2469
+ "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
2470
+ }
2471
+ ],
1701
2472
  "fields": [],
1702
2473
  "events": [],
1703
2474
  "constructors": [
@@ -1708,6 +2479,7 @@
1708
2479
  "normalizedSignature": "constructor|(System.IServiceProvider,Microsoft.Extensions.Logging.ILoggerFactory,System.Text.Json.JsonSerializerOptions,Microsoft.AspNetCore.Components.Web.Infrastructure.JSComponentInterop):void|static=false",
1709
2480
  "isStatic": false,
1710
2481
  "parameterCount": 4,
2482
+ "visibility": "Public",
1711
2483
  "declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
1712
2484
  "declaringAssemblyName": "Microsoft.AspNetCore.Components.Web"
1713
2485
  }