@tsonic/aspnetcore 10.0.39 → 10.0.41

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 (187) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
  8. package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
  9. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
  10. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
  11. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
  12. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
  13. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
  14. package/Microsoft.AspNetCore.Components/bindings.json +4 -1
  15. package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
  16. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
  17. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
  18. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
  19. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
  20. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
  21. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
  22. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
  23. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
  24. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
  25. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
  26. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
  27. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
  28. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
  29. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
  30. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
  31. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
  32. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
  33. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
  34. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
  35. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
  36. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  37. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
  38. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
  39. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
  40. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
  41. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
  42. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
  43. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
  44. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
  45. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
  46. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
  47. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
  48. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
  49. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
  50. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
  51. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
  52. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
  53. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
  54. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
  55. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
  56. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
  57. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
  58. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
  59. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
  60. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
  61. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
  62. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
  63. package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
  64. package/Microsoft.AspNetCore.Http/bindings.json +470 -530
  65. package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
  66. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
  67. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
  68. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
  69. package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
  70. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
  71. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
  72. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
  73. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
  74. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
  75. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
  76. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
  77. package/Microsoft.AspNetCore.Http.d.ts +4 -4
  78. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
  79. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
  80. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
  81. package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
  82. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
  83. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
  84. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
  85. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
  86. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
  87. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
  88. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
  89. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
  90. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
  91. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
  92. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
  93. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
  94. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
  95. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
  96. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
  97. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
  98. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
  99. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
  100. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  101. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
  102. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
  103. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
  104. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
  105. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
  106. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
  107. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
  108. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
  109. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
  110. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
  111. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
  112. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
  113. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
  114. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
  115. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
  116. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
  117. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
  118. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
  119. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
  120. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
  121. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
  122. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
  123. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
  124. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
  125. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
  126. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
  127. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
  128. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
  129. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
  130. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
  131. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
  132. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
  133. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
  134. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
  135. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
  136. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
  137. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
  138. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
  139. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
  140. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
  141. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
  142. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
  143. package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
  144. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
  145. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
  146. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
  147. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
  148. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
  149. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
  150. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
  151. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
  152. package/Microsoft.AspNetCore.Routing.d.ts +1 -1
  153. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
  154. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
  155. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
  156. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
  157. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
  158. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
  159. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
  160. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
  161. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
  162. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
  163. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
  164. package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
  165. package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
  166. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
  167. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
  168. package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
  169. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
  170. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
  171. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
  172. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
  173. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
  174. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
  175. package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
  176. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
  177. package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
  178. package/Microsoft.JSInterop/internal/index.d.ts +46 -48
  179. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
  180. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
  181. package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
  182. package/README.md +58 -15
  183. package/System.Formats.Cbor/internal/index.d.ts +4 -6
  184. package/System.Security.Claims/internal/index.d.ts +4 -3
  185. package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
  186. package/__internal/extensions/index.d.ts +417 -419
  187. package/package.json +4 -4
@@ -1159,66 +1159,6 @@
1159
1159
  }
1160
1160
  ]
1161
1161
  },
1162
- {
1163
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
1164
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
1165
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1166
- "metadataToken": 0,
1167
- "kind": "Struct",
1168
- "accessibility": "Public",
1169
- "isAbstract": false,
1170
- "isSealed": true,
1171
- "isStatic": false,
1172
- "arity": 0,
1173
- "baseType": {
1174
- "stableId": "System.Private.CoreLib:System.ValueType",
1175
- "clrName": "System.ValueType"
1176
- },
1177
- "interfaces": [
1178
- {
1179
- "stableId": "System.Private.CoreLib:System.IDisposable",
1180
- "clrName": "System.IDisposable"
1181
- }
1182
- ],
1183
- "methods": [
1184
- {
1185
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope::Dispose():System.Void",
1186
- "clrName": "Dispose",
1187
- "metadataToken": 100664184,
1188
- "canonicalSignature": "():System.Void",
1189
- "normalizedSignature": "Dispose|():System.Void|static=false",
1190
- "emitScope": "ClassSurface",
1191
- "provenance": "Original",
1192
- "arity": 0,
1193
- "parameterCount": 0,
1194
- "isStatic": false,
1195
- "isAbstract": false,
1196
- "isVirtual": true,
1197
- "isOverride": false,
1198
- "isSealed": true,
1199
- "visibility": "Public",
1200
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
1201
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1202
- "isExtensionMethod": false
1203
- }
1204
- ],
1205
- "properties": [],
1206
- "fields": [],
1207
- "events": [],
1208
- "constructors": [
1209
- {
1210
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):void",
1211
- "metadataToken": 100664183,
1212
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):void",
1213
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):void|static=false",
1214
- "isStatic": false,
1215
- "parameterCount": 1,
1216
- "visibility": "Public",
1217
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
1218
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1219
- }
1220
- ]
1221
- },
1222
1162
  {
1223
1163
  "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
1224
1164
  "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingResult",
@@ -1410,8 +1350,8 @@
1410
1350
  "constructors": []
1411
1351
  },
1412
1352
  {
1413
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1414
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1353
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1354
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1415
1355
  "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1416
1356
  "metadataToken": 0,
1417
1357
  "kind": "Struct",
@@ -1426,48 +1366,71 @@
1426
1366
  },
1427
1367
  "interfaces": [
1428
1368
  {
1429
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1430
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
1369
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1370
+ "clrName": "System.IEquatable\u00601",
1431
1371
  "typeArguments": [
1432
- "KeyValuePair_2[[String,ModelStateEntry]]"
1372
+ "ValueProviderResult"
1433
1373
  ]
1434
1374
  },
1435
1375
  {
1436
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1437
- "clrName": "System.Collections.IEnumerator"
1376
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
1377
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
1378
+ "typeArguments": [
1379
+ "String"
1380
+ ]
1438
1381
  },
1439
1382
  {
1440
- "stableId": "System.Private.CoreLib:System.IDisposable",
1441
- "clrName": "System.IDisposable"
1383
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1384
+ "clrName": "System.Collections.IEnumerable"
1442
1385
  }
1443
1386
  ],
1444
1387
  "methods": [
1445
1388
  {
1446
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::Dispose():System.Void",
1447
- "clrName": "Dispose",
1448
- "metadataToken": 100664211,
1449
- "canonicalSignature": "():System.Void",
1450
- "normalizedSignature": "Dispose|():System.Void|static=false",
1389
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Equals(System.Object):System.Boolean",
1390
+ "clrName": "Equals",
1391
+ "metadataToken": 100663682,
1392
+ "canonicalSignature": "(System.Object):System.Boolean",
1393
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1451
1394
  "emitScope": "ClassSurface",
1452
1395
  "provenance": "Original",
1453
1396
  "arity": 0,
1454
- "parameterCount": 0,
1397
+ "parameterCount": 1,
1398
+ "isStatic": false,
1399
+ "isAbstract": false,
1400
+ "isVirtual": true,
1401
+ "isOverride": true,
1402
+ "isSealed": false,
1403
+ "visibility": "Public",
1404
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1405
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1406
+ "isExtensionMethod": false
1407
+ },
1408
+ {
1409
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Equals(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Boolean",
1410
+ "clrName": "Equals",
1411
+ "metadataToken": 100663683,
1412
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Boolean",
1413
+ "normalizedSignature": "Equals|(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Boolean|static=false",
1414
+ "emitScope": "ClassSurface",
1415
+ "provenance": "Original",
1416
+ "arity": 0,
1417
+ "parameterCount": 1,
1455
1418
  "isStatic": false,
1456
1419
  "isAbstract": false,
1457
1420
  "isVirtual": true,
1458
1421
  "isOverride": false,
1459
1422
  "isSealed": true,
1460
1423
  "visibility": "Public",
1461
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1424
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1462
1425
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1463
1426
  "isExtensionMethod": false
1464
1427
  },
1465
1428
  {
1466
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::MoveNext():System.Boolean",
1467
- "clrName": "MoveNext",
1468
- "metadataToken": 100664212,
1469
- "canonicalSignature": "():System.Boolean",
1470
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1429
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::GetHashCode():System.Int32",
1430
+ "clrName": "GetHashCode",
1431
+ "metadataToken": 100663684,
1432
+ "canonicalSignature": "():System.Int32",
1433
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1471
1434
  "emitScope": "ClassSurface",
1472
1435
  "provenance": "Original",
1473
1436
  "arity": 0,
@@ -1475,19 +1438,39 @@
1475
1438
  "isStatic": false,
1476
1439
  "isAbstract": false,
1477
1440
  "isVirtual": true,
1478
- "isOverride": false,
1479
- "isSealed": true,
1441
+ "isOverride": true,
1442
+ "isSealed": false,
1480
1443
  "visibility": "Public",
1481
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1444
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1482
1445
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1483
1446
  "isExtensionMethod": false
1484
1447
  },
1485
1448
  {
1486
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::Reset():System.Void",
1487
- "clrName": "Reset",
1488
- "metadataToken": 100664213,
1489
- "canonicalSignature": "():System.Void",
1490
- "normalizedSignature": "Reset|():System.Void|static=false",
1449
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::ToString():System.String",
1450
+ "clrName": "ToString",
1451
+ "metadataToken": 100663685,
1452
+ "canonicalSignature": "():System.String",
1453
+ "normalizedSignature": "ToString|():System.String|static=false",
1454
+ "emitScope": "ClassSurface",
1455
+ "provenance": "Original",
1456
+ "arity": 0,
1457
+ "parameterCount": 0,
1458
+ "isStatic": false,
1459
+ "isAbstract": false,
1460
+ "isVirtual": true,
1461
+ "isOverride": true,
1462
+ "isSealed": false,
1463
+ "visibility": "Public",
1464
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1465
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1466
+ "isExtensionMethod": false
1467
+ },
1468
+ {
1469
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1470
+ "clrName": "GetEnumerator",
1471
+ "metadataToken": 100663686,
1472
+ "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1473
+ "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1491
1474
  "emitScope": "ClassSurface",
1492
1475
  "provenance": "Original",
1493
1476
  "arity": 0,
@@ -1498,18 +1481,18 @@
1498
1481
  "isOverride": false,
1499
1482
  "isSealed": true,
1500
1483
  "visibility": "Public",
1501
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1484
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1502
1485
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1503
1486
  "isExtensionMethod": false
1504
1487
  }
1505
1488
  ],
1506
1489
  "properties": [
1507
1490
  {
1508
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1509
- "clrName": "Current",
1510
- "metadataToken": 385876350,
1511
- "canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
1512
- "normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
1491
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Culture:System.Globalization.CultureInfo",
1492
+ "clrName": "Culture",
1493
+ "metadataToken": 385876127,
1494
+ "canonicalSignature": ":System.Globalization.CultureInfo",
1495
+ "normalizedSignature": "Culture|:System.Globalization.CultureInfo|static=false|accessor=get",
1513
1496
  "emitScope": "ClassSurface",
1514
1497
  "provenance": "Original",
1515
1498
  "isIndexer": false,
@@ -1517,197 +1500,247 @@
1517
1500
  "hasSetter": false,
1518
1501
  "isStatic": false,
1519
1502
  "isAbstract": false,
1520
- "isVirtual": true,
1503
+ "isVirtual": false,
1521
1504
  "isOverride": false,
1522
1505
  "visibility": "Public",
1523
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1506
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1524
1507
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1525
- }
1526
- ],
1527
- "fields": [],
1528
- "events": [],
1529
- "constructors": [
1508
+ },
1530
1509
  {
1531
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1532
- "metadataToken": 100664208,
1533
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1534
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
1510
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Values:Microsoft.Extensions.Primitives.StringValues",
1511
+ "clrName": "Values",
1512
+ "metadataToken": 385876128,
1513
+ "canonicalSignature": ":Microsoft.Extensions.Primitives.StringValues",
1514
+ "normalizedSignature": "Values|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=get",
1515
+ "emitScope": "ClassSurface",
1516
+ "provenance": "Original",
1517
+ "isIndexer": false,
1518
+ "hasGetter": true,
1519
+ "hasSetter": false,
1535
1520
  "isStatic": false,
1536
- "parameterCount": 2,
1521
+ "isAbstract": false,
1522
+ "isVirtual": false,
1523
+ "isOverride": false,
1537
1524
  "visibility": "Public",
1538
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1525
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1539
1526
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1540
- }
1541
- ]
1542
- },
1543
- {
1544
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
1545
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
1546
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1547
- "metadataToken": 0,
1548
- "kind": "Struct",
1549
- "accessibility": "Public",
1550
- "isAbstract": false,
1551
- "isSealed": true,
1552
- "isStatic": false,
1553
- "arity": 0,
1554
- "baseType": {
1555
- "stableId": "System.Private.CoreLib:System.ValueType",
1556
- "clrName": "System.ValueType"
1557
- },
1558
- "interfaces": [
1559
- {
1560
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
1561
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
1562
- "typeArguments": [
1563
- "String"
1564
- ]
1565
1527
  },
1566
1528
  {
1567
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1568
- "clrName": "System.Collections.IEnumerable"
1569
- }
1570
- ],
1571
- "methods": [
1572
- {
1573
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1574
- "clrName": "GetEnumerator",
1575
- "metadataToken": 100664215,
1576
- "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1577
- "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator|static=false",
1529
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::FirstValue:System.String",
1530
+ "clrName": "FirstValue",
1531
+ "metadataToken": 385876129,
1532
+ "canonicalSignature": ":System.String",
1533
+ "normalizedSignature": "FirstValue|:System.String|static=false|accessor=get",
1578
1534
  "emitScope": "ClassSurface",
1579
1535
  "provenance": "Original",
1580
- "arity": 0,
1581
- "parameterCount": 0,
1536
+ "isIndexer": false,
1537
+ "hasGetter": true,
1538
+ "hasSetter": false,
1582
1539
  "isStatic": false,
1583
1540
  "isAbstract": false,
1584
1541
  "isVirtual": false,
1585
1542
  "isOverride": false,
1586
- "isSealed": false,
1587
1543
  "visibility": "Public",
1588
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
1589
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1590
- "isExtensionMethod": false
1591
- }
1592
- ],
1593
- "properties": [],
1594
- "fields": [],
1544
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1545
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1546
+ },
1547
+ {
1548
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Length:System.Int32",
1549
+ "clrName": "Length",
1550
+ "metadataToken": 385876130,
1551
+ "canonicalSignature": ":System.Int32",
1552
+ "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
1553
+ "emitScope": "ClassSurface",
1554
+ "provenance": "Original",
1555
+ "isIndexer": false,
1556
+ "hasGetter": true,
1557
+ "hasSetter": false,
1558
+ "isStatic": false,
1559
+ "isAbstract": false,
1560
+ "isVirtual": false,
1561
+ "isOverride": false,
1562
+ "visibility": "Public",
1563
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1564
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1565
+ }
1566
+ ],
1567
+ "fields": [
1568
+ {
1569
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::NoneMicrosoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1570
+ "clrName": "None",
1571
+ "metadataToken": 67108985,
1572
+ "normalizedSignature": "None|Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=true|const=false",
1573
+ "isStatic": true,
1574
+ "isReadOnly": false,
1575
+ "isLiteral": false,
1576
+ "visibility": "Public",
1577
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1578
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1579
+ }
1580
+ ],
1595
1581
  "events": [],
1596
1582
  "constructors": [
1597
1583
  {
1598
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
1599
- "metadataToken": 100664214,
1600
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
1601
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void|static=false",
1584
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::.ctor(Microsoft.Extensions.Primitives.StringValues):void",
1585
+ "metadataToken": 100663676,
1586
+ "canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues):void",
1587
+ "normalizedSignature": "constructor|(Microsoft.Extensions.Primitives.StringValues):void|static=false",
1602
1588
  "isStatic": false,
1603
1589
  "parameterCount": 1,
1604
1590
  "visibility": "Public",
1605
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
1591
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1592
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1593
+ },
1594
+ {
1595
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::.ctor(Microsoft.Extensions.Primitives.StringValues,System.Globalization.CultureInfo):void",
1596
+ "metadataToken": 100663677,
1597
+ "canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues,System.Globalization.CultureInfo):void",
1598
+ "normalizedSignature": "constructor|(Microsoft.Extensions.Primitives.StringValues,System.Globalization.CultureInfo):void|static=false",
1599
+ "isStatic": false,
1600
+ "parameterCount": 2,
1601
+ "visibility": "Public",
1602
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
1606
1603
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1607
1604
  }
1608
1605
  ]
1609
1606
  },
1610
1607
  {
1611
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1612
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1613
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1608
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
1609
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
1610
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
1614
1611
  "metadataToken": 0,
1615
- "kind": "Struct",
1612
+ "kind": "Class",
1616
1613
  "accessibility": "Public",
1617
1614
  "isAbstract": false,
1618
- "isSealed": true,
1615
+ "isSealed": false,
1619
1616
  "isStatic": false,
1620
1617
  "arity": 0,
1621
1618
  "baseType": {
1622
- "stableId": "System.Private.CoreLib:System.ValueType",
1623
- "clrName": "System.ValueType"
1619
+ "stableId": "System.Private.CoreLib:System.Attribute",
1620
+ "clrName": "System.Attribute"
1624
1621
  },
1625
- "interfaces": [
1626
- {
1627
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1628
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
1629
- "typeArguments": [
1630
- "String"
1631
- ]
1632
- },
1633
- {
1634
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1635
- "clrName": "System.Collections.IEnumerator"
1636
- },
1622
+ "methods": [],
1623
+ "properties": [
1637
1624
  {
1638
- "stableId": "System.Private.CoreLib:System.IDisposable",
1639
- "clrName": "System.IDisposable"
1625
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute::Behavior:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
1626
+ "clrName": "Behavior",
1627
+ "metadataToken": 385876328,
1628
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
1629
+ "normalizedSignature": "Behavior|:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior|static=false|accessor=get",
1630
+ "emitScope": "ClassSurface",
1631
+ "provenance": "Original",
1632
+ "isIndexer": false,
1633
+ "hasGetter": true,
1634
+ "hasSetter": false,
1635
+ "isStatic": false,
1636
+ "isAbstract": false,
1637
+ "isVirtual": false,
1638
+ "isOverride": false,
1639
+ "visibility": "Public",
1640
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
1641
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1640
1642
  }
1641
1643
  ],
1644
+ "fields": [],
1645
+ "events": [],
1646
+ "constructors": [
1647
+ {
1648
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior):void",
1649
+ "metadataToken": 100664781,
1650
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior):void",
1651
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior):void|static=false",
1652
+ "isStatic": false,
1653
+ "parameterCount": 1,
1654
+ "visibility": "Public",
1655
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
1656
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
1657
+ }
1658
+ ]
1659
+ },
1660
+ {
1661
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1662
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1663
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1664
+ "metadataToken": 0,
1665
+ "kind": "Class",
1666
+ "accessibility": "Public",
1667
+ "isAbstract": false,
1668
+ "isSealed": false,
1669
+ "isStatic": false,
1670
+ "arity": 0,
1671
+ "baseType": {
1672
+ "stableId": "System.Private.CoreLib:System.Object",
1673
+ "clrName": "System.Object"
1674
+ },
1642
1675
  "methods": [
1643
1676
  {
1644
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::Dispose():System.Void",
1645
- "clrName": "Dispose",
1646
- "metadataToken": 100664222,
1647
- "canonicalSignature": "():System.Void",
1648
- "normalizedSignature": "Dispose|():System.Void|static=false",
1677
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::GetBindingInfo(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1678
+ "clrName": "GetBindingInfo",
1679
+ "metadataToken": 100663410,
1680
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1681
+ "normalizedSignature": "GetBindingInfo|(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo|static=true",
1649
1682
  "emitScope": "ClassSurface",
1650
1683
  "provenance": "Original",
1651
1684
  "arity": 0,
1652
- "parameterCount": 0,
1653
- "isStatic": false,
1685
+ "parameterCount": 1,
1686
+ "isStatic": true,
1654
1687
  "isAbstract": false,
1655
- "isVirtual": true,
1688
+ "isVirtual": false,
1656
1689
  "isOverride": false,
1657
- "isSealed": true,
1690
+ "isSealed": false,
1658
1691
  "visibility": "Public",
1659
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1692
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1660
1693
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1661
1694
  "isExtensionMethod": false
1662
1695
  },
1663
1696
  {
1664
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::MoveNext():System.Boolean",
1665
- "clrName": "MoveNext",
1666
- "metadataToken": 100664223,
1667
- "canonicalSignature": "():System.Boolean",
1668
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1697
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::GetBindingInfo(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1698
+ "clrName": "GetBindingInfo",
1699
+ "metadataToken": 100663411,
1700
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1701
+ "normalizedSignature": "GetBindingInfo|(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo|static=true",
1669
1702
  "emitScope": "ClassSurface",
1670
1703
  "provenance": "Original",
1671
1704
  "arity": 0,
1672
- "parameterCount": 0,
1673
- "isStatic": false,
1705
+ "parameterCount": 2,
1706
+ "isStatic": true,
1674
1707
  "isAbstract": false,
1675
- "isVirtual": true,
1708
+ "isVirtual": false,
1676
1709
  "isOverride": false,
1677
- "isSealed": true,
1710
+ "isSealed": false,
1678
1711
  "visibility": "Public",
1679
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1712
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1680
1713
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1681
1714
  "isExtensionMethod": false
1682
1715
  },
1683
1716
  {
1684
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::Reset():System.Void",
1685
- "clrName": "Reset",
1686
- "metadataToken": 100664224,
1687
- "canonicalSignature": "():System.Void",
1688
- "normalizedSignature": "Reset|():System.Void|static=false",
1717
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::TryApplyBindingInfo(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
1718
+ "clrName": "TryApplyBindingInfo",
1719
+ "metadataToken": 100663412,
1720
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
1721
+ "normalizedSignature": "TryApplyBindingInfo|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean|static=false",
1689
1722
  "emitScope": "ClassSurface",
1690
1723
  "provenance": "Original",
1691
1724
  "arity": 0,
1692
- "parameterCount": 0,
1725
+ "parameterCount": 1,
1693
1726
  "isStatic": false,
1694
1727
  "isAbstract": false,
1695
- "isVirtual": true,
1728
+ "isVirtual": false,
1696
1729
  "isOverride": false,
1697
- "isSealed": true,
1730
+ "isSealed": false,
1698
1731
  "visibility": "Public",
1699
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1732
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1700
1733
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1701
1734
  "isExtensionMethod": false
1702
1735
  }
1703
1736
  ],
1704
1737
  "properties": [
1705
1738
  {
1706
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::Current:System.String",
1707
- "clrName": "Current",
1708
- "metadataToken": 385876352,
1709
- "canonicalSignature": ":System.String",
1710
- "normalizedSignature": "Current|:System.String|static=false|accessor=getset",
1739
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::BindingSource:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1740
+ "clrName": "BindingSource",
1741
+ "metadataToken": 385875993,
1742
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1743
+ "normalizedSignature": "BindingSource|:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=false|accessor=getset",
1711
1744
  "emitScope": "ClassSurface",
1712
1745
  "provenance": "Original",
1713
1746
  "isIndexer": false,
@@ -1715,396 +1748,245 @@
1715
1748
  "hasSetter": true,
1716
1749
  "isStatic": false,
1717
1750
  "isAbstract": false,
1718
- "isVirtual": true,
1751
+ "isVirtual": false,
1719
1752
  "isOverride": false,
1720
1753
  "visibility": "Public",
1721
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1754
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1722
1755
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1723
- }
1724
- ],
1725
- "fields": [],
1726
- "events": [],
1727
- "constructors": [
1756
+ },
1728
1757
  {
1729
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1730
- "metadataToken": 100664218,
1731
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1732
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
1758
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::BinderModelName:System.String",
1759
+ "clrName": "BinderModelName",
1760
+ "metadataToken": 385875994,
1761
+ "canonicalSignature": ":System.String",
1762
+ "normalizedSignature": "BinderModelName|:System.String|static=false|accessor=getset",
1763
+ "emitScope": "ClassSurface",
1764
+ "provenance": "Original",
1765
+ "isIndexer": false,
1766
+ "hasGetter": true,
1767
+ "hasSetter": true,
1733
1768
  "isStatic": false,
1734
- "parameterCount": 2,
1769
+ "isAbstract": false,
1770
+ "isVirtual": false,
1771
+ "isOverride": false,
1735
1772
  "visibility": "Public",
1736
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
1773
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1737
1774
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1738
- }
1739
- ]
1740
- },
1741
- {
1742
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
1743
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
1744
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1745
- "metadataToken": 0,
1746
- "kind": "Struct",
1747
- "accessibility": "Public",
1748
- "isAbstract": false,
1749
- "isSealed": true,
1750
- "isStatic": false,
1751
- "arity": 0,
1752
- "baseType": {
1753
- "stableId": "System.Private.CoreLib:System.ValueType",
1754
- "clrName": "System.ValueType"
1755
- },
1756
- "interfaces": [
1775
+ },
1757
1776
  {
1758
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
1759
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
1760
- "typeArguments": [
1761
- "KeyValuePair_2[[String,ModelStateEntry]]"
1762
- ]
1777
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::BinderType:System.Type",
1778
+ "clrName": "BinderType",
1779
+ "metadataToken": 385875995,
1780
+ "canonicalSignature": ":System.Type",
1781
+ "normalizedSignature": "BinderType|:System.Type|static=false|accessor=getset",
1782
+ "emitScope": "ClassSurface",
1783
+ "provenance": "Original",
1784
+ "isIndexer": false,
1785
+ "hasGetter": true,
1786
+ "hasSetter": true,
1787
+ "isStatic": false,
1788
+ "isAbstract": false,
1789
+ "isVirtual": false,
1790
+ "isOverride": false,
1791
+ "visibility": "Public",
1792
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1793
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1763
1794
  },
1764
1795
  {
1765
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1766
- "clrName": "System.Collections.IEnumerable"
1767
- }
1768
- ],
1769
- "methods": [
1770
- {
1771
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1772
- "clrName": "GetEnumerator",
1773
- "metadataToken": 100664205,
1774
- "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
1775
- "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator|static=false",
1796
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::PropertyFilterProvider:Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
1797
+ "clrName": "PropertyFilterProvider",
1798
+ "metadataToken": 385875996,
1799
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
1800
+ "normalizedSignature": "PropertyFilterProvider|:Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider|static=false|accessor=getset",
1776
1801
  "emitScope": "ClassSurface",
1777
1802
  "provenance": "Original",
1778
- "arity": 0,
1779
- "parameterCount": 0,
1803
+ "isIndexer": false,
1804
+ "hasGetter": true,
1805
+ "hasSetter": true,
1780
1806
  "isStatic": false,
1781
1807
  "isAbstract": false,
1782
1808
  "isVirtual": false,
1783
1809
  "isOverride": false,
1784
- "isSealed": false,
1785
1810
  "visibility": "Public",
1786
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
1787
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1788
- "isExtensionMethod": false
1789
- }
1790
- ],
1791
- "properties": [],
1792
- "fields": [],
1793
- "events": [],
1794
- "constructors": [
1811
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1812
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1813
+ },
1795
1814
  {
1796
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1797
- "metadataToken": 100664204,
1798
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1799
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
1815
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::RequestPredicate:System.Func_2[[Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1816
+ "clrName": "RequestPredicate",
1817
+ "metadataToken": 385875997,
1818
+ "canonicalSignature": ":System.Func_2[[Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1819
+ "normalizedSignature": "RequestPredicate|:System.Func_2[[Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1820
+ "emitScope": "ClassSurface",
1821
+ "provenance": "Original",
1822
+ "isIndexer": false,
1823
+ "hasGetter": true,
1824
+ "hasSetter": true,
1800
1825
  "isStatic": false,
1801
- "parameterCount": 2,
1826
+ "isAbstract": false,
1827
+ "isVirtual": false,
1828
+ "isOverride": false,
1802
1829
  "visibility": "Public",
1803
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
1830
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1804
1831
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1805
- }
1806
- ]
1807
- },
1808
- {
1809
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
1810
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
1811
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1812
- "metadataToken": 0,
1813
- "kind": "Struct",
1814
- "accessibility": "Public",
1815
- "isAbstract": false,
1816
- "isSealed": true,
1817
- "isStatic": false,
1818
- "arity": 0,
1819
- "baseType": {
1820
- "stableId": "System.Private.CoreLib:System.ValueType",
1821
- "clrName": "System.ValueType"
1822
- },
1823
- "interfaces": [
1824
- {
1825
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
1826
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
1827
- "typeArguments": [
1828
- "ModelStateEntry"
1829
- ]
1830
1832
  },
1831
1833
  {
1832
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
1833
- "clrName": "System.Collections.IEnumerable"
1834
- }
1835
- ],
1836
- "methods": [
1834
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::EmptyBodyBehavior:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior",
1835
+ "clrName": "EmptyBodyBehavior",
1836
+ "metadataToken": 385875998,
1837
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior",
1838
+ "normalizedSignature": "EmptyBodyBehavior|:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior|static=false|accessor=getset",
1839
+ "emitScope": "ClassSurface",
1840
+ "provenance": "Original",
1841
+ "isIndexer": false,
1842
+ "hasGetter": true,
1843
+ "hasSetter": true,
1844
+ "isStatic": false,
1845
+ "isAbstract": false,
1846
+ "isVirtual": false,
1847
+ "isOverride": false,
1848
+ "visibility": "Public",
1849
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1850
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1851
+ },
1837
1852
  {
1838
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1839
- "clrName": "GetEnumerator",
1840
- "metadataToken": 100664226,
1841
- "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1842
- "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator|static=false",
1853
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::ServiceKey:System.Object",
1854
+ "clrName": "ServiceKey",
1855
+ "metadataToken": 385875999,
1856
+ "canonicalSignature": ":System.Object",
1857
+ "normalizedSignature": "ServiceKey|:System.Object|static=false|accessor=getset",
1843
1858
  "emitScope": "ClassSurface",
1844
1859
  "provenance": "Original",
1845
- "arity": 0,
1846
- "parameterCount": 0,
1860
+ "isIndexer": false,
1861
+ "hasGetter": true,
1862
+ "hasSetter": true,
1847
1863
  "isStatic": false,
1848
1864
  "isAbstract": false,
1849
1865
  "isVirtual": false,
1850
1866
  "isOverride": false,
1851
- "isSealed": false,
1852
1867
  "visibility": "Public",
1853
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
1854
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1855
- "isExtensionMethod": false
1868
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1869
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1856
1870
  }
1857
1871
  ],
1858
- "properties": [],
1859
1872
  "fields": [],
1860
1873
  "events": [],
1861
1874
  "constructors": [
1862
1875
  {
1863
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
1864
- "metadataToken": 100664225,
1865
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
1866
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void|static=false",
1876
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::.ctor():void",
1877
+ "metadataToken": 100663394,
1878
+ "canonicalSignature": "():void",
1879
+ "normalizedSignature": "constructor|():void|static=false",
1880
+ "isStatic": false,
1881
+ "parameterCount": 0,
1882
+ "visibility": "Public",
1883
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1884
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1885
+ },
1886
+ {
1887
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo):void",
1888
+ "metadataToken": 100663395,
1889
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo):void",
1890
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo):void|static=false",
1867
1891
  "isStatic": false,
1868
1892
  "parameterCount": 1,
1869
1893
  "visibility": "Public",
1870
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
1894
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
1871
1895
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1872
1896
  }
1873
1897
  ]
1874
1898
  },
1875
1899
  {
1876
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1877
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1900
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1901
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1878
1902
  "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1879
1903
  "metadataToken": 0,
1880
- "kind": "Struct",
1904
+ "kind": "Class",
1881
1905
  "accessibility": "Public",
1882
1906
  "isAbstract": false,
1883
- "isSealed": true,
1907
+ "isSealed": false,
1884
1908
  "isStatic": false,
1885
1909
  "arity": 0,
1886
1910
  "baseType": {
1887
- "stableId": "System.Private.CoreLib:System.ValueType",
1888
- "clrName": "System.ValueType"
1911
+ "stableId": "System.Private.CoreLib:System.Object",
1912
+ "clrName": "System.Object"
1889
1913
  },
1890
1914
  "interfaces": [
1891
1915
  {
1892
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
1893
- "clrName": "System.Collections.Generic.IEnumerator\u00601",
1916
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1917
+ "clrName": "System.IEquatable\u00601",
1894
1918
  "typeArguments": [
1895
- "ModelStateEntry"
1919
+ "BindingSource"
1896
1920
  ]
1897
- },
1898
- {
1899
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
1900
- "clrName": "System.Collections.IEnumerator"
1901
- },
1902
- {
1903
- "stableId": "System.Private.CoreLib:System.IDisposable",
1904
- "clrName": "System.IDisposable"
1905
1921
  }
1906
1922
  ],
1907
1923
  "methods": [
1908
1924
  {
1909
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::Dispose():System.Void",
1910
- "clrName": "Dispose",
1911
- "metadataToken": 100664233,
1912
- "canonicalSignature": "():System.Void",
1913
- "normalizedSignature": "Dispose|():System.Void|static=false",
1925
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::CanAcceptDataFrom(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
1926
+ "clrName": "CanAcceptDataFrom",
1927
+ "metadataToken": 100663418,
1928
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
1929
+ "normalizedSignature": "CanAcceptDataFrom|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean|static=false",
1914
1930
  "emitScope": "ClassSurface",
1915
1931
  "provenance": "Original",
1916
1932
  "arity": 0,
1917
- "parameterCount": 0,
1933
+ "parameterCount": 1,
1918
1934
  "isStatic": false,
1919
1935
  "isAbstract": false,
1920
1936
  "isVirtual": true,
1921
1937
  "isOverride": false,
1922
- "isSealed": true,
1938
+ "isSealed": false,
1923
1939
  "visibility": "Public",
1924
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1940
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1925
1941
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1926
1942
  "isExtensionMethod": false
1927
1943
  },
1928
1944
  {
1929
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::MoveNext():System.Boolean",
1930
- "clrName": "MoveNext",
1931
- "metadataToken": 100664234,
1932
- "canonicalSignature": "():System.Boolean",
1933
- "normalizedSignature": "MoveNext|():System.Boolean|static=false",
1945
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::Equals(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
1946
+ "clrName": "Equals",
1947
+ "metadataToken": 100663419,
1948
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
1949
+ "normalizedSignature": "Equals|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean|static=false",
1934
1950
  "emitScope": "ClassSurface",
1935
1951
  "provenance": "Original",
1936
1952
  "arity": 0,
1937
- "parameterCount": 0,
1953
+ "parameterCount": 1,
1938
1954
  "isStatic": false,
1939
1955
  "isAbstract": false,
1940
1956
  "isVirtual": true,
1941
1957
  "isOverride": false,
1942
1958
  "isSealed": true,
1943
1959
  "visibility": "Public",
1944
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1960
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1945
1961
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1946
1962
  "isExtensionMethod": false
1947
1963
  },
1948
1964
  {
1949
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::Reset():System.Void",
1950
- "clrName": "Reset",
1951
- "metadataToken": 100664235,
1952
- "canonicalSignature": "():System.Void",
1953
- "normalizedSignature": "Reset|():System.Void|static=false",
1965
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::Equals(System.Object):System.Boolean",
1966
+ "clrName": "Equals",
1967
+ "metadataToken": 100663420,
1968
+ "canonicalSignature": "(System.Object):System.Boolean",
1969
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1954
1970
  "emitScope": "ClassSurface",
1955
1971
  "provenance": "Original",
1956
1972
  "arity": 0,
1957
- "parameterCount": 0,
1973
+ "parameterCount": 1,
1958
1974
  "isStatic": false,
1959
1975
  "isAbstract": false,
1960
1976
  "isVirtual": true,
1961
- "isOverride": false,
1962
- "isSealed": true,
1977
+ "isOverride": true,
1978
+ "isSealed": false,
1963
1979
  "visibility": "Public",
1964
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1980
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
1965
1981
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
1966
1982
  "isExtensionMethod": false
1967
- }
1968
- ],
1969
- "properties": [
1983
+ },
1970
1984
  {
1971
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::Current:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
1972
- "clrName": "Current",
1973
- "metadataToken": 385876354,
1974
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
1975
- "normalizedSignature": "Current|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry|static=false|accessor=getset",
1976
- "emitScope": "ClassSurface",
1977
- "provenance": "Original",
1978
- "isIndexer": false,
1979
- "hasGetter": true,
1980
- "hasSetter": true,
1981
- "isStatic": false,
1982
- "isAbstract": false,
1983
- "isVirtual": true,
1984
- "isOverride": false,
1985
- "visibility": "Public",
1986
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
1987
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
1988
- }
1989
- ],
1990
- "fields": [],
1991
- "events": [],
1992
- "constructors": [
1993
- {
1994
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1995
- "metadataToken": 100664229,
1996
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
1997
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
1998
- "isStatic": false,
1999
- "parameterCount": 2,
2000
- "visibility": "Public",
2001
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
2002
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2003
- }
2004
- ]
2005
- },
2006
- {
2007
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2008
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2009
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2010
- "metadataToken": 0,
2011
- "kind": "Struct",
2012
- "accessibility": "Public",
2013
- "isAbstract": false,
2014
- "isSealed": true,
2015
- "isStatic": false,
2016
- "arity": 0,
2017
- "baseType": {
2018
- "stableId": "System.Private.CoreLib:System.ValueType",
2019
- "clrName": "System.ValueType"
2020
- },
2021
- "interfaces": [
2022
- {
2023
- "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
2024
- "clrName": "System.IEquatable\u00601",
2025
- "typeArguments": [
2026
- "ValueProviderResult"
2027
- ]
2028
- },
2029
- {
2030
- "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
2031
- "clrName": "System.Collections.Generic.IEnumerable\u00601",
2032
- "typeArguments": [
2033
- "String"
2034
- ]
2035
- },
2036
- {
2037
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
2038
- "clrName": "System.Collections.IEnumerable"
2039
- }
2040
- ],
2041
- "methods": [
2042
- {
2043
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Equals(System.Object):System.Boolean",
2044
- "clrName": "Equals",
2045
- "metadataToken": 100663682,
2046
- "canonicalSignature": "(System.Object):System.Boolean",
2047
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2048
- "emitScope": "ClassSurface",
2049
- "provenance": "Original",
2050
- "arity": 0,
2051
- "parameterCount": 1,
2052
- "isStatic": false,
2053
- "isAbstract": false,
2054
- "isVirtual": true,
2055
- "isOverride": true,
2056
- "isSealed": false,
2057
- "visibility": "Public",
2058
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2059
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2060
- "isExtensionMethod": false
2061
- },
2062
- {
2063
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Equals(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Boolean",
2064
- "clrName": "Equals",
2065
- "metadataToken": 100663683,
2066
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Boolean",
2067
- "normalizedSignature": "Equals|(Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Boolean|static=false",
2068
- "emitScope": "ClassSurface",
2069
- "provenance": "Original",
2070
- "arity": 0,
2071
- "parameterCount": 1,
2072
- "isStatic": false,
2073
- "isAbstract": false,
2074
- "isVirtual": true,
2075
- "isOverride": false,
2076
- "isSealed": true,
2077
- "visibility": "Public",
2078
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2079
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2080
- "isExtensionMethod": false
2081
- },
2082
- {
2083
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::GetHashCode():System.Int32",
2084
- "clrName": "GetHashCode",
2085
- "metadataToken": 100663684,
2086
- "canonicalSignature": "():System.Int32",
2087
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2088
- "emitScope": "ClassSurface",
2089
- "provenance": "Original",
2090
- "arity": 0,
2091
- "parameterCount": 0,
2092
- "isStatic": false,
2093
- "isAbstract": false,
2094
- "isVirtual": true,
2095
- "isOverride": true,
2096
- "isSealed": false,
2097
- "visibility": "Public",
2098
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2099
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2100
- "isExtensionMethod": false
2101
- },
2102
- {
2103
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::ToString():System.String",
2104
- "clrName": "ToString",
2105
- "metadataToken": 100663685,
2106
- "canonicalSignature": "():System.String",
2107
- "normalizedSignature": "ToString|():System.String|static=false",
1985
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::GetHashCode():System.Int32",
1986
+ "clrName": "GetHashCode",
1987
+ "metadataToken": 100663421,
1988
+ "canonicalSignature": "():System.Int32",
1989
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2108
1990
  "emitScope": "ClassSurface",
2109
1991
  "provenance": "Original",
2110
1992
  "arity": 0,
@@ -2115,38 +1997,18 @@
2115
1997
  "isOverride": true,
2116
1998
  "isSealed": false,
2117
1999
  "visibility": "Public",
2118
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2119
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2120
- "isExtensionMethod": false
2121
- },
2122
- {
2123
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::GetEnumerator():System.Collections.Generic.IEnumerator_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2124
- "clrName": "GetEnumerator",
2125
- "metadataToken": 100663686,
2126
- "canonicalSignature": "():System.Collections.Generic.IEnumerator_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2127
- "normalizedSignature": "GetEnumerator|():System.Collections.Generic.IEnumerator_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2128
- "emitScope": "ClassSurface",
2129
- "provenance": "Original",
2130
- "arity": 0,
2131
- "parameterCount": 0,
2132
- "isStatic": false,
2133
- "isAbstract": false,
2134
- "isVirtual": true,
2135
- "isOverride": false,
2136
- "isSealed": true,
2137
- "visibility": "Public",
2138
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2000
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2139
2001
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2140
2002
  "isExtensionMethod": false
2141
2003
  }
2142
2004
  ],
2143
2005
  "properties": [
2144
2006
  {
2145
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Culture:System.Globalization.CultureInfo",
2146
- "clrName": "Culture",
2147
- "metadataToken": 385876127,
2148
- "canonicalSignature": ":System.Globalization.CultureInfo",
2149
- "normalizedSignature": "Culture|:System.Globalization.CultureInfo|static=false|accessor=get",
2007
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::DisplayName:System.String",
2008
+ "clrName": "DisplayName",
2009
+ "metadataToken": 385876000,
2010
+ "canonicalSignature": ":System.String",
2011
+ "normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
2150
2012
  "emitScope": "ClassSurface",
2151
2013
  "provenance": "Original",
2152
2014
  "isIndexer": false,
@@ -2157,15 +2019,15 @@
2157
2019
  "isVirtual": false,
2158
2020
  "isOverride": false,
2159
2021
  "visibility": "Public",
2160
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2022
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2161
2023
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2162
2024
  },
2163
2025
  {
2164
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Values:Microsoft.Extensions.Primitives.StringValues",
2165
- "clrName": "Values",
2166
- "metadataToken": 385876128,
2167
- "canonicalSignature": ":Microsoft.Extensions.Primitives.StringValues",
2168
- "normalizedSignature": "Values|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=get",
2026
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::Id:System.String",
2027
+ "clrName": "Id",
2028
+ "metadataToken": 385876001,
2029
+ "canonicalSignature": ":System.String",
2030
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
2169
2031
  "emitScope": "ClassSurface",
2170
2032
  "provenance": "Original",
2171
2033
  "isIndexer": false,
@@ -2176,15 +2038,15 @@
2176
2038
  "isVirtual": false,
2177
2039
  "isOverride": false,
2178
2040
  "visibility": "Public",
2179
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2041
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2180
2042
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2181
2043
  },
2182
2044
  {
2183
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::FirstValue:System.String",
2184
- "clrName": "FirstValue",
2185
- "metadataToken": 385876129,
2186
- "canonicalSignature": ":System.String",
2187
- "normalizedSignature": "FirstValue|:System.String|static=false|accessor=get",
2045
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::IsGreedy:System.Boolean",
2046
+ "clrName": "IsGreedy",
2047
+ "metadataToken": 385876002,
2048
+ "canonicalSignature": ":System.Boolean",
2049
+ "normalizedSignature": "IsGreedy|:System.Boolean|static=false|accessor=get",
2188
2050
  "emitScope": "ClassSurface",
2189
2051
  "provenance": "Original",
2190
2052
  "isIndexer": false,
@@ -2195,15 +2057,15 @@
2195
2057
  "isVirtual": false,
2196
2058
  "isOverride": false,
2197
2059
  "visibility": "Public",
2198
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2060
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2199
2061
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2200
2062
  },
2201
2063
  {
2202
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::Length:System.Int32",
2203
- "clrName": "Length",
2204
- "metadataToken": 385876130,
2205
- "canonicalSignature": ":System.Int32",
2206
- "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
2064
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::IsFromRequest:System.Boolean",
2065
+ "clrName": "IsFromRequest",
2066
+ "metadataToken": 385876003,
2067
+ "canonicalSignature": ":System.Boolean",
2068
+ "normalizedSignature": "IsFromRequest|:System.Boolean|static=false|accessor=get",
2207
2069
  "emitScope": "ClassSurface",
2208
2070
  "provenance": "Original",
2209
2071
  "isIndexer": false,
@@ -2214,111 +2076,155 @@
2214
2076
  "isVirtual": false,
2215
2077
  "isOverride": false,
2216
2078
  "visibility": "Public",
2217
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2079
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2218
2080
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2219
2081
  }
2220
2082
  ],
2221
2083
  "fields": [
2222
2084
  {
2223
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::NoneMicrosoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2224
- "clrName": "None",
2225
- "metadataToken": 67108985,
2226
- "normalizedSignature": "None|Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=true|const=false",
2085
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::BodyMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2086
+ "clrName": "Body",
2087
+ "metadataToken": 67108910,
2088
+ "normalizedSignature": "Body|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2227
2089
  "isStatic": true,
2228
- "isReadOnly": false,
2090
+ "isReadOnly": true,
2229
2091
  "isLiteral": false,
2230
2092
  "visibility": "Public",
2231
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2093
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2232
2094
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2233
- }
2234
- ],
2235
- "events": [],
2236
- "constructors": [
2095
+ },
2237
2096
  {
2238
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::.ctor(Microsoft.Extensions.Primitives.StringValues):void",
2239
- "metadataToken": 100663676,
2240
- "canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues):void",
2241
- "normalizedSignature": "constructor|(Microsoft.Extensions.Primitives.StringValues):void|static=false",
2242
- "isStatic": false,
2243
- "parameterCount": 1,
2097
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::CustomMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2098
+ "clrName": "Custom",
2099
+ "metadataToken": 67108911,
2100
+ "normalizedSignature": "Custom|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2101
+ "isStatic": true,
2102
+ "isReadOnly": true,
2103
+ "isLiteral": false,
2244
2104
  "visibility": "Public",
2245
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2105
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2246
2106
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2247
2107
  },
2248
2108
  {
2249
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult::.ctor(Microsoft.Extensions.Primitives.StringValues,System.Globalization.CultureInfo):void",
2250
- "metadataToken": 100663677,
2251
- "canonicalSignature": "(Microsoft.Extensions.Primitives.StringValues,System.Globalization.CultureInfo):void",
2252
- "normalizedSignature": "constructor|(Microsoft.Extensions.Primitives.StringValues,System.Globalization.CultureInfo):void|static=false",
2253
- "isStatic": false,
2254
- "parameterCount": 2,
2109
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::FormMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2110
+ "clrName": "Form",
2111
+ "metadataToken": 67108912,
2112
+ "normalizedSignature": "Form|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2113
+ "isStatic": true,
2114
+ "isReadOnly": true,
2115
+ "isLiteral": false,
2255
2116
  "visibility": "Public",
2256
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2117
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2257
2118
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2258
- }
2259
- ]
2260
- },
2261
- {
2262
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
2263
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
2264
- "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
2265
- "metadataToken": 0,
2266
- "kind": "Class",
2267
- "accessibility": "Public",
2268
- "isAbstract": false,
2269
- "isSealed": false,
2270
- "isStatic": false,
2271
- "arity": 0,
2272
- "baseType": {
2273
- "stableId": "System.Private.CoreLib:System.Attribute",
2274
- "clrName": "System.Attribute"
2275
- },
2276
- "methods": [],
2277
- "properties": [
2119
+ },
2278
2120
  {
2279
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute::Behavior:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
2280
- "clrName": "Behavior",
2281
- "metadataToken": 385876328,
2282
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior",
2283
- "normalizedSignature": "Behavior|:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior|static=false|accessor=get",
2284
- "emitScope": "ClassSurface",
2285
- "provenance": "Original",
2286
- "isIndexer": false,
2287
- "hasGetter": true,
2288
- "hasSetter": false,
2289
- "isStatic": false,
2290
- "isAbstract": false,
2291
- "isVirtual": false,
2292
- "isOverride": false,
2121
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::HeaderMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2122
+ "clrName": "Header",
2123
+ "metadataToken": 67108913,
2124
+ "normalizedSignature": "Header|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2125
+ "isStatic": true,
2126
+ "isReadOnly": true,
2127
+ "isLiteral": false,
2293
2128
  "visibility": "Public",
2294
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
2295
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2129
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2130
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2131
+ },
2132
+ {
2133
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::ModelBindingMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2134
+ "clrName": "ModelBinding",
2135
+ "metadataToken": 67108914,
2136
+ "normalizedSignature": "ModelBinding|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2137
+ "isStatic": true,
2138
+ "isReadOnly": true,
2139
+ "isLiteral": false,
2140
+ "visibility": "Public",
2141
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2142
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2143
+ },
2144
+ {
2145
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::PathMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2146
+ "clrName": "Path",
2147
+ "metadataToken": 67108915,
2148
+ "normalizedSignature": "Path|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2149
+ "isStatic": true,
2150
+ "isReadOnly": true,
2151
+ "isLiteral": false,
2152
+ "visibility": "Public",
2153
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2154
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2155
+ },
2156
+ {
2157
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::QueryMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2158
+ "clrName": "Query",
2159
+ "metadataToken": 67108916,
2160
+ "normalizedSignature": "Query|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2161
+ "isStatic": true,
2162
+ "isReadOnly": true,
2163
+ "isLiteral": false,
2164
+ "visibility": "Public",
2165
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2166
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2167
+ },
2168
+ {
2169
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::ServicesMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2170
+ "clrName": "Services",
2171
+ "metadataToken": 67108917,
2172
+ "normalizedSignature": "Services|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2173
+ "isStatic": true,
2174
+ "isReadOnly": true,
2175
+ "isLiteral": false,
2176
+ "visibility": "Public",
2177
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2178
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2179
+ },
2180
+ {
2181
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::SpecialMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2182
+ "clrName": "Special",
2183
+ "metadataToken": 67108918,
2184
+ "normalizedSignature": "Special|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2185
+ "isStatic": true,
2186
+ "isReadOnly": true,
2187
+ "isLiteral": false,
2188
+ "visibility": "Public",
2189
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2190
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2191
+ },
2192
+ {
2193
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::FormFileMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2194
+ "clrName": "FormFile",
2195
+ "metadataToken": 67108919,
2196
+ "normalizedSignature": "FormFile|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2197
+ "isStatic": true,
2198
+ "isReadOnly": true,
2199
+ "isLiteral": false,
2200
+ "visibility": "Public",
2201
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2202
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2296
2203
  }
2297
2204
  ],
2298
- "fields": [],
2299
2205
  "events": [],
2300
2206
  "constructors": [
2301
2207
  {
2302
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior):void",
2303
- "metadataToken": 100664781,
2304
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior):void",
2305
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior):void|static=false",
2208
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::.ctor(System.String,System.String,System.Boolean,System.Boolean):void",
2209
+ "metadataToken": 100663413,
2210
+ "canonicalSignature": "(System.String,System.String,System.Boolean,System.Boolean):void",
2211
+ "normalizedSignature": "constructor|(System.String,System.String,System.Boolean,System.Boolean):void|static=false",
2306
2212
  "isStatic": false,
2307
- "parameterCount": 1,
2213
+ "parameterCount": 4,
2308
2214
  "visibility": "Public",
2309
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
2310
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2215
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2216
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2311
2217
  }
2312
2218
  ]
2313
2219
  },
2314
2220
  {
2315
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2316
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2317
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2221
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2222
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2223
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
2318
2224
  "metadataToken": 0,
2319
2225
  "kind": "Class",
2320
2226
  "accessibility": "Public",
2321
- "isAbstract": false,
2227
+ "isAbstract": true,
2322
2228
  "isSealed": false,
2323
2229
  "isStatic": false,
2324
2230
  "arity": 0,
@@ -2326,233 +2232,247 @@
2326
2232
  "stableId": "System.Private.CoreLib:System.Object",
2327
2233
  "clrName": "System.Object"
2328
2234
  },
2235
+ "interfaces": [
2236
+ {
2237
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
2238
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider"
2239
+ },
2240
+ {
2241
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2242
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
2243
+ }
2244
+ ],
2329
2245
  "methods": [
2330
2246
  {
2331
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::GetBindingInfo(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2332
- "clrName": "GetBindingInfo",
2333
- "metadataToken": 100663410,
2334
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2335
- "normalizedSignature": "GetBindingInfo|(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo|static=true",
2247
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::ContainsPrefix(System.String):System.Boolean",
2248
+ "clrName": "ContainsPrefix",
2249
+ "metadataToken": 100664785,
2250
+ "canonicalSignature": "(System.String):System.Boolean",
2251
+ "normalizedSignature": "ContainsPrefix|(System.String):System.Boolean|static=false",
2336
2252
  "emitScope": "ClassSurface",
2337
2253
  "provenance": "Original",
2338
2254
  "arity": 0,
2339
2255
  "parameterCount": 1,
2340
- "isStatic": true,
2341
- "isAbstract": false,
2342
- "isVirtual": false,
2256
+ "isStatic": false,
2257
+ "isAbstract": true,
2258
+ "isVirtual": true,
2343
2259
  "isOverride": false,
2344
2260
  "isSealed": false,
2345
2261
  "visibility": "Public",
2346
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2347
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2262
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2263
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2348
2264
  "isExtensionMethod": false
2349
2265
  },
2350
2266
  {
2351
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::GetBindingInfo(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2352
- "clrName": "GetBindingInfo",
2353
- "metadataToken": 100663411,
2354
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2355
- "normalizedSignature": "GetBindingInfo|(System.Collections.Generic.IEnumerable_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo|static=true",
2267
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::GetValue(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2268
+ "clrName": "GetValue",
2269
+ "metadataToken": 100664786,
2270
+ "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2271
+ "normalizedSignature": "GetValue|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=false",
2356
2272
  "emitScope": "ClassSurface",
2357
2273
  "provenance": "Original",
2358
2274
  "arity": 0,
2359
- "parameterCount": 2,
2360
- "isStatic": true,
2361
- "isAbstract": false,
2362
- "isVirtual": false,
2275
+ "parameterCount": 1,
2276
+ "isStatic": false,
2277
+ "isAbstract": true,
2278
+ "isVirtual": true,
2363
2279
  "isOverride": false,
2364
2280
  "isSealed": false,
2365
2281
  "visibility": "Public",
2366
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2367
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2282
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2283
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2368
2284
  "isExtensionMethod": false
2369
2285
  },
2370
2286
  {
2371
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::TryApplyBindingInfo(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
2372
- "clrName": "TryApplyBindingInfo",
2373
- "metadataToken": 100663412,
2374
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
2375
- "normalizedSignature": "TryApplyBindingInfo|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean|static=false",
2287
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2288
+ "clrName": "Filter",
2289
+ "metadataToken": 100664787,
2290
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2291
+ "normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
2376
2292
  "emitScope": "ClassSurface",
2377
2293
  "provenance": "Original",
2378
2294
  "arity": 0,
2379
2295
  "parameterCount": 1,
2380
2296
  "isStatic": false,
2381
2297
  "isAbstract": false,
2382
- "isVirtual": false,
2298
+ "isVirtual": true,
2383
2299
  "isOverride": false,
2384
2300
  "isSealed": false,
2385
2301
  "visibility": "Public",
2386
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2387
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2302
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2303
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2388
2304
  "isExtensionMethod": false
2389
- }
2390
- ],
2391
- "properties": [
2305
+ },
2392
2306
  {
2393
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::BindingSource:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2394
- "clrName": "BindingSource",
2395
- "metadataToken": 385875993,
2396
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2397
- "normalizedSignature": "BindingSource|:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=false|accessor=getset",
2398
- "emitScope": "ClassSurface",
2399
- "provenance": "Original",
2400
- "isIndexer": false,
2401
- "hasGetter": true,
2402
- "hasSetter": true,
2307
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2308
+ "clrName": "Filter",
2309
+ "metadataToken": 100664869,
2310
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2311
+ "normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
2312
+ "emitScope": "ViewOnly",
2313
+ "provenance": "ExplicitView",
2314
+ "arity": 0,
2315
+ "parameterCount": 1,
2403
2316
  "isStatic": false,
2404
2317
  "isAbstract": false,
2405
- "isVirtual": false,
2318
+ "isVirtual": true,
2406
2319
  "isOverride": false,
2320
+ "isSealed": false,
2407
2321
  "visibility": "Public",
2408
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2409
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2322
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
2323
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2324
+ "isExtensionMethod": false,
2325
+ "sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider"
2410
2326
  },
2411
2327
  {
2412
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::BinderModelName:System.String",
2413
- "clrName": "BinderModelName",
2414
- "metadataToken": 385875994,
2415
- "canonicalSignature": ":System.String",
2416
- "normalizedSignature": "BinderModelName|:System.String|static=false|accessor=getset",
2417
- "emitScope": "ClassSurface",
2418
- "provenance": "Original",
2419
- "isIndexer": false,
2420
- "hasGetter": true,
2421
- "hasSetter": true,
2328
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider::ContainsPrefix(System.String):System.Boolean",
2329
+ "clrName": "ContainsPrefix",
2330
+ "metadataToken": 100663443,
2331
+ "canonicalSignature": "(System.String):System.Boolean",
2332
+ "normalizedSignature": "ContainsPrefix|(System.String):System.Boolean|static=false",
2333
+ "emitScope": "ViewOnly",
2334
+ "provenance": "ExplicitView",
2335
+ "arity": 0,
2336
+ "parameterCount": 1,
2422
2337
  "isStatic": false,
2423
2338
  "isAbstract": false,
2424
- "isVirtual": false,
2339
+ "isVirtual": true,
2425
2340
  "isOverride": false,
2341
+ "isSealed": false,
2426
2342
  "visibility": "Public",
2427
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2428
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2429
- },
2430
- {
2431
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::BinderType:System.Type",
2432
- "clrName": "BinderType",
2433
- "metadataToken": 385875995,
2434
- "canonicalSignature": ":System.Type",
2435
- "normalizedSignature": "BinderType|:System.Type|static=false|accessor=getset",
2436
- "emitScope": "ClassSurface",
2437
- "provenance": "Original",
2438
- "isIndexer": false,
2439
- "hasGetter": true,
2440
- "hasSetter": true,
2441
- "isStatic": false,
2442
- "isAbstract": false,
2443
- "isVirtual": false,
2444
- "isOverride": false,
2445
- "visibility": "Public",
2446
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2447
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2448
- },
2449
- {
2450
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::PropertyFilterProvider:Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
2451
- "clrName": "PropertyFilterProvider",
2452
- "metadataToken": 385875996,
2453
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider",
2454
- "normalizedSignature": "PropertyFilterProvider|:Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider|static=false|accessor=getset",
2455
- "emitScope": "ClassSurface",
2456
- "provenance": "Original",
2457
- "isIndexer": false,
2458
- "hasGetter": true,
2459
- "hasSetter": true,
2460
- "isStatic": false,
2461
- "isAbstract": false,
2462
- "isVirtual": false,
2463
- "isOverride": false,
2464
- "visibility": "Public",
2465
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2466
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2343
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2344
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2345
+ "isExtensionMethod": false,
2346
+ "sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
2467
2347
  },
2468
2348
  {
2469
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::RequestPredicate:System.Func_2[[Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2470
- "clrName": "RequestPredicate",
2471
- "metadataToken": 385875997,
2472
- "canonicalSignature": ":System.Func_2[[Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2473
- "normalizedSignature": "RequestPredicate|:System.Func_2[[Microsoft.AspNetCore.Mvc.ActionContext,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2474
- "emitScope": "ClassSurface",
2475
- "provenance": "Original",
2476
- "isIndexer": false,
2477
- "hasGetter": true,
2478
- "hasSetter": true,
2349
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider::GetValue(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2350
+ "clrName": "GetValue",
2351
+ "metadataToken": 100663444,
2352
+ "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2353
+ "normalizedSignature": "GetValue|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=false",
2354
+ "emitScope": "ViewOnly",
2355
+ "provenance": "ExplicitView",
2356
+ "arity": 0,
2357
+ "parameterCount": 1,
2479
2358
  "isStatic": false,
2480
2359
  "isAbstract": false,
2481
- "isVirtual": false,
2360
+ "isVirtual": true,
2482
2361
  "isOverride": false,
2362
+ "isSealed": false,
2483
2363
  "visibility": "Public",
2484
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2485
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2486
- },
2364
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2365
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2366
+ "isExtensionMethod": false,
2367
+ "sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
2368
+ }
2369
+ ],
2370
+ "properties": [
2487
2371
  {
2488
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::EmptyBodyBehavior:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior",
2489
- "clrName": "EmptyBodyBehavior",
2490
- "metadataToken": 385875998,
2491
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior",
2492
- "normalizedSignature": "EmptyBodyBehavior|:Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior|static=false|accessor=getset",
2372
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::BindingSource:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2373
+ "clrName": "BindingSource",
2374
+ "metadataToken": 385876329,
2375
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2376
+ "normalizedSignature": "BindingSource|:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=false|accessor=get",
2493
2377
  "emitScope": "ClassSurface",
2494
2378
  "provenance": "Original",
2495
2379
  "isIndexer": false,
2496
2380
  "hasGetter": true,
2497
- "hasSetter": true,
2381
+ "hasSetter": false,
2498
2382
  "isStatic": false,
2499
2383
  "isAbstract": false,
2500
2384
  "isVirtual": false,
2501
2385
  "isOverride": false,
2502
- "visibility": "Public",
2503
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2504
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2505
- },
2386
+ "visibility": "Protected",
2387
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2388
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2389
+ }
2390
+ ],
2391
+ "fields": [],
2392
+ "events": [],
2393
+ "constructors": [
2506
2394
  {
2507
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::ServiceKey:System.Object",
2508
- "clrName": "ServiceKey",
2509
- "metadataToken": 385875999,
2510
- "canonicalSignature": ":System.Object",
2511
- "normalizedSignature": "ServiceKey|:System.Object|static=false|accessor=getset",
2512
- "emitScope": "ClassSurface",
2513
- "provenance": "Original",
2514
- "isIndexer": false,
2515
- "hasGetter": true,
2516
- "hasSetter": true,
2395
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):void",
2396
+ "metadataToken": 100664783,
2397
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):void",
2398
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):void|static=false",
2517
2399
  "isStatic": false,
2518
- "isAbstract": false,
2519
- "isVirtual": false,
2520
- "isOverride": false,
2400
+ "parameterCount": 1,
2521
2401
  "visibility": "Public",
2522
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2523
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2402
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2403
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2524
2404
  }
2525
- ],
2405
+ ]
2406
+ },
2407
+ {
2408
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
2409
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
2410
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
2411
+ "metadataToken": 0,
2412
+ "kind": "Class",
2413
+ "accessibility": "Public",
2414
+ "isAbstract": false,
2415
+ "isSealed": true,
2416
+ "isStatic": false,
2417
+ "arity": 0,
2418
+ "baseType": {
2419
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
2420
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute"
2421
+ },
2422
+ "methods": [],
2423
+ "properties": [],
2526
2424
  "fields": [],
2527
2425
  "events": [],
2528
2426
  "constructors": [
2529
2427
  {
2530
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::.ctor():void",
2531
- "metadataToken": 100663394,
2428
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute::.ctor():void",
2429
+ "metadataToken": 100664788,
2532
2430
  "canonicalSignature": "():void",
2533
2431
  "normalizedSignature": "constructor|():void|static=false",
2534
2432
  "isStatic": false,
2535
2433
  "parameterCount": 0,
2536
2434
  "visibility": "Public",
2537
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2538
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2539
- },
2435
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
2436
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2437
+ }
2438
+ ]
2439
+ },
2440
+ {
2441
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
2442
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
2443
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
2444
+ "metadataToken": 0,
2445
+ "kind": "Class",
2446
+ "accessibility": "Public",
2447
+ "isAbstract": false,
2448
+ "isSealed": true,
2449
+ "isStatic": false,
2450
+ "arity": 0,
2451
+ "baseType": {
2452
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
2453
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute"
2454
+ },
2455
+ "methods": [],
2456
+ "properties": [],
2457
+ "fields": [],
2458
+ "events": [],
2459
+ "constructors": [
2540
2460
  {
2541
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo):void",
2542
- "metadataToken": 100663395,
2543
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo):void",
2544
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo):void|static=false",
2461
+ "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute::.ctor():void",
2462
+ "metadataToken": 100664789,
2463
+ "canonicalSignature": "():void",
2464
+ "normalizedSignature": "constructor|():void|static=false",
2545
2465
  "isStatic": false,
2546
- "parameterCount": 1,
2466
+ "parameterCount": 0,
2547
2467
  "visibility": "Public",
2548
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo",
2549
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2468
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
2469
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
2550
2470
  }
2551
2471
  ]
2552
2472
  },
2553
2473
  {
2554
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2555
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2474
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
2475
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
2556
2476
  "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2557
2477
  "metadataToken": 0,
2558
2478
  "kind": "Class",
@@ -2562,8 +2482,8 @@
2562
2482
  "isStatic": false,
2563
2483
  "arity": 0,
2564
2484
  "baseType": {
2565
- "stableId": "System.Private.CoreLib:System.Object",
2566
- "clrName": "System.Object"
2485
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2486
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
2567
2487
  },
2568
2488
  "interfaces": [
2569
2489
  {
@@ -2576,31 +2496,31 @@
2576
2496
  ],
2577
2497
  "methods": [
2578
2498
  {
2579
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::CanAcceptDataFrom(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
2580
- "clrName": "CanAcceptDataFrom",
2581
- "metadataToken": 100663418,
2582
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
2583
- "normalizedSignature": "CanAcceptDataFrom|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean|static=false",
2499
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource::Create(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
2500
+ "clrName": "Create",
2501
+ "metadataToken": 100663425,
2502
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
2503
+ "normalizedSignature": "Create|(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource|static=true",
2584
2504
  "emitScope": "ClassSurface",
2585
2505
  "provenance": "Original",
2586
2506
  "arity": 0,
2587
- "parameterCount": 1,
2588
- "isStatic": false,
2507
+ "parameterCount": 2,
2508
+ "isStatic": true,
2589
2509
  "isAbstract": false,
2590
- "isVirtual": true,
2510
+ "isVirtual": false,
2591
2511
  "isOverride": false,
2592
2512
  "isSealed": false,
2593
2513
  "visibility": "Public",
2594
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2514
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
2595
2515
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2596
2516
  "isExtensionMethod": false
2597
2517
  },
2598
2518
  {
2599
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::Equals(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
2600
- "clrName": "Equals",
2601
- "metadataToken": 100663419,
2519
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource::CanAcceptDataFrom(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
2520
+ "clrName": "CanAcceptDataFrom",
2521
+ "metadataToken": 100663428,
2602
2522
  "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
2603
- "normalizedSignature": "Equals|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean|static=false",
2523
+ "normalizedSignature": "CanAcceptDataFrom|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean|static=false",
2604
2524
  "emitScope": "ClassSurface",
2605
2525
  "provenance": "Original",
2606
2526
  "arity": 0,
@@ -2608,604 +2528,30 @@
2608
2528
  "isStatic": false,
2609
2529
  "isAbstract": false,
2610
2530
  "isVirtual": true,
2611
- "isOverride": false,
2612
- "isSealed": true,
2531
+ "isOverride": true,
2532
+ "isSealed": false,
2613
2533
  "visibility": "Public",
2614
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2534
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
2615
2535
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2616
2536
  "isExtensionMethod": false
2617
- },
2537
+ }
2538
+ ],
2539
+ "properties": [
2618
2540
  {
2619
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::Equals(System.Object):System.Boolean",
2620
- "clrName": "Equals",
2621
- "metadataToken": 100663420,
2622
- "canonicalSignature": "(System.Object):System.Boolean",
2623
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2541
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource::BindingSources:System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
2542
+ "clrName": "BindingSources",
2543
+ "metadataToken": 385876004,
2544
+ "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
2545
+ "normalizedSignature": "BindingSources|:System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
2624
2546
  "emitScope": "ClassSurface",
2625
2547
  "provenance": "Original",
2626
- "arity": 0,
2627
- "parameterCount": 1,
2548
+ "isIndexer": false,
2549
+ "hasGetter": true,
2550
+ "hasSetter": false,
2628
2551
  "isStatic": false,
2629
2552
  "isAbstract": false,
2630
- "isVirtual": true,
2631
- "isOverride": true,
2632
- "isSealed": false,
2633
- "visibility": "Public",
2634
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2635
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2636
- "isExtensionMethod": false
2637
- },
2638
- {
2639
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::GetHashCode():System.Int32",
2640
- "clrName": "GetHashCode",
2641
- "metadataToken": 100663421,
2642
- "canonicalSignature": "():System.Int32",
2643
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2644
- "emitScope": "ClassSurface",
2645
- "provenance": "Original",
2646
- "arity": 0,
2647
- "parameterCount": 0,
2648
- "isStatic": false,
2649
- "isAbstract": false,
2650
- "isVirtual": true,
2651
- "isOverride": true,
2652
- "isSealed": false,
2653
- "visibility": "Public",
2654
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2655
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2656
- "isExtensionMethod": false
2657
- }
2658
- ],
2659
- "properties": [
2660
- {
2661
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::DisplayName:System.String",
2662
- "clrName": "DisplayName",
2663
- "metadataToken": 385876000,
2664
- "canonicalSignature": ":System.String",
2665
- "normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
2666
- "emitScope": "ClassSurface",
2667
- "provenance": "Original",
2668
- "isIndexer": false,
2669
- "hasGetter": true,
2670
- "hasSetter": false,
2671
- "isStatic": false,
2672
- "isAbstract": false,
2673
- "isVirtual": false,
2674
- "isOverride": false,
2675
- "visibility": "Public",
2676
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2677
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2678
- },
2679
- {
2680
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::Id:System.String",
2681
- "clrName": "Id",
2682
- "metadataToken": 385876001,
2683
- "canonicalSignature": ":System.String",
2684
- "normalizedSignature": "Id|:System.String|static=false|accessor=get",
2685
- "emitScope": "ClassSurface",
2686
- "provenance": "Original",
2687
- "isIndexer": false,
2688
- "hasGetter": true,
2689
- "hasSetter": false,
2690
- "isStatic": false,
2691
- "isAbstract": false,
2692
- "isVirtual": false,
2693
- "isOverride": false,
2694
- "visibility": "Public",
2695
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2696
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2697
- },
2698
- {
2699
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::IsGreedy:System.Boolean",
2700
- "clrName": "IsGreedy",
2701
- "metadataToken": 385876002,
2702
- "canonicalSignature": ":System.Boolean",
2703
- "normalizedSignature": "IsGreedy|:System.Boolean|static=false|accessor=get",
2704
- "emitScope": "ClassSurface",
2705
- "provenance": "Original",
2706
- "isIndexer": false,
2707
- "hasGetter": true,
2708
- "hasSetter": false,
2709
- "isStatic": false,
2710
- "isAbstract": false,
2711
- "isVirtual": false,
2712
- "isOverride": false,
2713
- "visibility": "Public",
2714
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2715
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2716
- },
2717
- {
2718
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::IsFromRequest:System.Boolean",
2719
- "clrName": "IsFromRequest",
2720
- "metadataToken": 385876003,
2721
- "canonicalSignature": ":System.Boolean",
2722
- "normalizedSignature": "IsFromRequest|:System.Boolean|static=false|accessor=get",
2723
- "emitScope": "ClassSurface",
2724
- "provenance": "Original",
2725
- "isIndexer": false,
2726
- "hasGetter": true,
2727
- "hasSetter": false,
2728
- "isStatic": false,
2729
- "isAbstract": false,
2730
- "isVirtual": false,
2731
- "isOverride": false,
2732
- "visibility": "Public",
2733
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2734
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2735
- }
2736
- ],
2737
- "fields": [
2738
- {
2739
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::BodyMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2740
- "clrName": "Body",
2741
- "metadataToken": 67108910,
2742
- "normalizedSignature": "Body|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2743
- "isStatic": true,
2744
- "isReadOnly": true,
2745
- "isLiteral": false,
2746
- "visibility": "Public",
2747
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2748
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2749
- },
2750
- {
2751
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::CustomMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2752
- "clrName": "Custom",
2753
- "metadataToken": 67108911,
2754
- "normalizedSignature": "Custom|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2755
- "isStatic": true,
2756
- "isReadOnly": true,
2757
- "isLiteral": false,
2758
- "visibility": "Public",
2759
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2760
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2761
- },
2762
- {
2763
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::FormMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2764
- "clrName": "Form",
2765
- "metadataToken": 67108912,
2766
- "normalizedSignature": "Form|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2767
- "isStatic": true,
2768
- "isReadOnly": true,
2769
- "isLiteral": false,
2770
- "visibility": "Public",
2771
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2772
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2773
- },
2774
- {
2775
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::HeaderMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2776
- "clrName": "Header",
2777
- "metadataToken": 67108913,
2778
- "normalizedSignature": "Header|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2779
- "isStatic": true,
2780
- "isReadOnly": true,
2781
- "isLiteral": false,
2782
- "visibility": "Public",
2783
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2784
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2785
- },
2786
- {
2787
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::ModelBindingMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2788
- "clrName": "ModelBinding",
2789
- "metadataToken": 67108914,
2790
- "normalizedSignature": "ModelBinding|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2791
- "isStatic": true,
2792
- "isReadOnly": true,
2793
- "isLiteral": false,
2794
- "visibility": "Public",
2795
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2796
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2797
- },
2798
- {
2799
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::PathMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2800
- "clrName": "Path",
2801
- "metadataToken": 67108915,
2802
- "normalizedSignature": "Path|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2803
- "isStatic": true,
2804
- "isReadOnly": true,
2805
- "isLiteral": false,
2806
- "visibility": "Public",
2807
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2808
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2809
- },
2810
- {
2811
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::QueryMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2812
- "clrName": "Query",
2813
- "metadataToken": 67108916,
2814
- "normalizedSignature": "Query|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2815
- "isStatic": true,
2816
- "isReadOnly": true,
2817
- "isLiteral": false,
2818
- "visibility": "Public",
2819
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2820
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2821
- },
2822
- {
2823
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::ServicesMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2824
- "clrName": "Services",
2825
- "metadataToken": 67108917,
2826
- "normalizedSignature": "Services|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2827
- "isStatic": true,
2828
- "isReadOnly": true,
2829
- "isLiteral": false,
2830
- "visibility": "Public",
2831
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2832
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2833
- },
2834
- {
2835
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::SpecialMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2836
- "clrName": "Special",
2837
- "metadataToken": 67108918,
2838
- "normalizedSignature": "Special|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2839
- "isStatic": true,
2840
- "isReadOnly": true,
2841
- "isLiteral": false,
2842
- "visibility": "Public",
2843
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2844
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2845
- },
2846
- {
2847
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::FormFileMicrosoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2848
- "clrName": "FormFile",
2849
- "metadataToken": 67108919,
2850
- "normalizedSignature": "FormFile|Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=true|const=false",
2851
- "isStatic": true,
2852
- "isReadOnly": true,
2853
- "isLiteral": false,
2854
- "visibility": "Public",
2855
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2856
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2857
- }
2858
- ],
2859
- "events": [],
2860
- "constructors": [
2861
- {
2862
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource::.ctor(System.String,System.String,System.Boolean,System.Boolean):void",
2863
- "metadataToken": 100663413,
2864
- "canonicalSignature": "(System.String,System.String,System.Boolean,System.Boolean):void",
2865
- "normalizedSignature": "constructor|(System.String,System.String,System.Boolean,System.Boolean):void|static=false",
2866
- "isStatic": false,
2867
- "parameterCount": 4,
2868
- "visibility": "Public",
2869
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
2870
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
2871
- }
2872
- ]
2873
- },
2874
- {
2875
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2876
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2877
- "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
2878
- "metadataToken": 0,
2879
- "kind": "Class",
2880
- "accessibility": "Public",
2881
- "isAbstract": true,
2882
- "isSealed": false,
2883
- "isStatic": false,
2884
- "arity": 0,
2885
- "baseType": {
2886
- "stableId": "System.Private.CoreLib:System.Object",
2887
- "clrName": "System.Object"
2888
- },
2889
- "interfaces": [
2890
- {
2891
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
2892
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider"
2893
- },
2894
- {
2895
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2896
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
2897
- }
2898
- ],
2899
- "methods": [
2900
- {
2901
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::ContainsPrefix(System.String):System.Boolean",
2902
- "clrName": "ContainsPrefix",
2903
- "metadataToken": 100664785,
2904
- "canonicalSignature": "(System.String):System.Boolean",
2905
- "normalizedSignature": "ContainsPrefix|(System.String):System.Boolean|static=false",
2906
- "emitScope": "ClassSurface",
2907
- "provenance": "Original",
2908
- "arity": 0,
2909
- "parameterCount": 1,
2910
- "isStatic": false,
2911
- "isAbstract": true,
2912
- "isVirtual": true,
2913
- "isOverride": false,
2914
- "isSealed": false,
2915
- "visibility": "Public",
2916
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2917
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2918
- "isExtensionMethod": false
2919
- },
2920
- {
2921
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::GetValue(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2922
- "clrName": "GetValue",
2923
- "metadataToken": 100664786,
2924
- "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
2925
- "normalizedSignature": "GetValue|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=false",
2926
- "emitScope": "ClassSurface",
2927
- "provenance": "Original",
2928
- "arity": 0,
2929
- "parameterCount": 1,
2930
- "isStatic": false,
2931
- "isAbstract": true,
2932
- "isVirtual": true,
2933
- "isOverride": false,
2934
- "isSealed": false,
2935
- "visibility": "Public",
2936
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2937
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2938
- "isExtensionMethod": false
2939
- },
2940
- {
2941
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2942
- "clrName": "Filter",
2943
- "metadataToken": 100664787,
2944
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2945
- "normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
2946
- "emitScope": "ClassSurface",
2947
- "provenance": "Original",
2948
- "arity": 0,
2949
- "parameterCount": 1,
2950
- "isStatic": false,
2951
- "isAbstract": false,
2952
- "isVirtual": true,
2953
- "isOverride": false,
2954
- "isSealed": false,
2955
- "visibility": "Public",
2956
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
2957
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2958
- "isExtensionMethod": false
2959
- },
2960
- {
2961
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider::Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2962
- "clrName": "Filter",
2963
- "metadataToken": 100664869,
2964
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2965
- "normalizedSignature": "Filter|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider|static=false",
2966
- "emitScope": "ViewOnly",
2967
- "provenance": "ExplicitView",
2968
- "arity": 0,
2969
- "parameterCount": 1,
2970
- "isStatic": false,
2971
- "isAbstract": false,
2972
- "isVirtual": true,
2973
- "isOverride": false,
2974
- "isSealed": false,
2975
- "visibility": "Public",
2976
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider",
2977
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core",
2978
- "isExtensionMethod": false,
2979
- "sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceValueProvider"
2980
- },
2981
- {
2982
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider::ContainsPrefix(System.String):System.Boolean",
2983
- "clrName": "ContainsPrefix",
2984
- "metadataToken": 100663443,
2985
- "canonicalSignature": "(System.String):System.Boolean",
2986
- "normalizedSignature": "ContainsPrefix|(System.String):System.Boolean|static=false",
2987
- "emitScope": "ViewOnly",
2988
- "provenance": "ExplicitView",
2989
- "arity": 0,
2990
- "parameterCount": 1,
2991
- "isStatic": false,
2992
- "isAbstract": false,
2993
- "isVirtual": true,
2994
- "isOverride": false,
2995
- "isSealed": false,
2996
- "visibility": "Public",
2997
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
2998
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
2999
- "isExtensionMethod": false,
3000
- "sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
3001
- },
3002
- {
3003
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider::GetValue(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
3004
- "clrName": "GetValue",
3005
- "metadataToken": 100663444,
3006
- "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult",
3007
- "normalizedSignature": "GetValue|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult|static=false",
3008
- "emitScope": "ViewOnly",
3009
- "provenance": "ExplicitView",
3010
- "arity": 0,
3011
- "parameterCount": 1,
3012
- "isStatic": false,
3013
- "isAbstract": false,
3014
- "isVirtual": true,
3015
- "isOverride": false,
3016
- "isSealed": false,
3017
- "visibility": "Public",
3018
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider",
3019
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3020
- "isExtensionMethod": false,
3021
- "sourceInterface": "Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider"
3022
- }
3023
- ],
3024
- "properties": [
3025
- {
3026
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::BindingSource:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
3027
- "clrName": "BindingSource",
3028
- "metadataToken": 385876329,
3029
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
3030
- "normalizedSignature": "BindingSource|:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource|static=false|accessor=get",
3031
- "emitScope": "ClassSurface",
3032
- "provenance": "Original",
3033
- "isIndexer": false,
3034
- "hasGetter": true,
3035
- "hasSetter": false,
3036
- "isStatic": false,
3037
- "isAbstract": false,
3038
- "isVirtual": false,
3039
- "isOverride": false,
3040
- "visibility": "Protected",
3041
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
3042
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3043
- }
3044
- ],
3045
- "fields": [],
3046
- "events": [],
3047
- "constructors": [
3048
- {
3049
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):void",
3050
- "metadataToken": 100664783,
3051
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):void",
3052
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):void|static=false",
3053
- "isStatic": false,
3054
- "parameterCount": 1,
3055
- "visibility": "Public",
3056
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider",
3057
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3058
- }
3059
- ]
3060
- },
3061
- {
3062
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
3063
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
3064
- "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
3065
- "metadataToken": 0,
3066
- "kind": "Class",
3067
- "accessibility": "Public",
3068
- "isAbstract": false,
3069
- "isSealed": true,
3070
- "isStatic": false,
3071
- "arity": 0,
3072
- "baseType": {
3073
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
3074
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute"
3075
- },
3076
- "methods": [],
3077
- "properties": [],
3078
- "fields": [],
3079
- "events": [],
3080
- "constructors": [
3081
- {
3082
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute::.ctor():void",
3083
- "metadataToken": 100664788,
3084
- "canonicalSignature": "():void",
3085
- "normalizedSignature": "constructor|():void|static=false",
3086
- "isStatic": false,
3087
- "parameterCount": 0,
3088
- "visibility": "Public",
3089
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindNeverAttribute",
3090
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3091
- }
3092
- ]
3093
- },
3094
- {
3095
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
3096
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
3097
- "assemblyName": "Microsoft.AspNetCore.Mvc.Core",
3098
- "metadataToken": 0,
3099
- "kind": "Class",
3100
- "accessibility": "Public",
3101
- "isAbstract": false,
3102
- "isSealed": true,
3103
- "isStatic": false,
3104
- "arity": 0,
3105
- "baseType": {
3106
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute",
3107
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute"
3108
- },
3109
- "methods": [],
3110
- "properties": [],
3111
- "fields": [],
3112
- "events": [],
3113
- "constructors": [
3114
- {
3115
- "stableId": "Microsoft.AspNetCore.Mvc.Core:Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute::.ctor():void",
3116
- "metadataToken": 100664789,
3117
- "canonicalSignature": "():void",
3118
- "normalizedSignature": "constructor|():void|static=false",
3119
- "isStatic": false,
3120
- "parameterCount": 0,
3121
- "visibility": "Public",
3122
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.BindRequiredAttribute",
3123
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Core"
3124
- }
3125
- ]
3126
- },
3127
- {
3128
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3129
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3130
- "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3131
- "metadataToken": 0,
3132
- "kind": "Class",
3133
- "accessibility": "Public",
3134
- "isAbstract": false,
3135
- "isSealed": false,
3136
- "isStatic": false,
3137
- "arity": 0,
3138
- "baseType": {
3139
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource",
3140
- "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource"
3141
- },
3142
- "interfaces": [
3143
- {
3144
- "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
3145
- "clrName": "System.IEquatable\u00601",
3146
- "typeArguments": [
3147
- "BindingSource"
3148
- ]
3149
- }
3150
- ],
3151
- "methods": [
3152
- {
3153
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource::Create(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3154
- "clrName": "Create",
3155
- "metadataToken": 100663425,
3156
- "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3157
- "normalizedSignature": "Create|(System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],System.String):Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource|static=true",
3158
- "emitScope": "ClassSurface",
3159
- "provenance": "Original",
3160
- "arity": 0,
3161
- "parameterCount": 2,
3162
- "isStatic": true,
3163
- "isAbstract": false,
3164
- "isVirtual": false,
3165
- "isOverride": false,
3166
- "isSealed": false,
3167
- "visibility": "Public",
3168
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3169
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3170
- "isExtensionMethod": false
3171
- },
3172
- {
3173
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource::CanAcceptDataFrom(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
3174
- "clrName": "CanAcceptDataFrom",
3175
- "metadataToken": 100663428,
3176
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean",
3177
- "normalizedSignature": "CanAcceptDataFrom|(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):System.Boolean|static=false",
3178
- "emitScope": "ClassSurface",
3179
- "provenance": "Original",
3180
- "arity": 0,
3181
- "parameterCount": 1,
3182
- "isStatic": false,
3183
- "isAbstract": false,
3184
- "isVirtual": true,
3185
- "isOverride": true,
3186
- "isSealed": false,
3187
- "visibility": "Public",
3188
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3189
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
3190
- "isExtensionMethod": false
3191
- }
3192
- ],
3193
- "properties": [
3194
- {
3195
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource::BindingSources:System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3196
- "clrName": "BindingSources",
3197
- "metadataToken": 385876004,
3198
- "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
3199
- "normalizedSignature": "BindingSources|:System.Collections.Generic.IEnumerable_1[[Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
3200
- "emitScope": "ClassSurface",
3201
- "provenance": "Original",
3202
- "isIndexer": false,
3203
- "hasGetter": true,
3204
- "hasSetter": false,
3205
- "isStatic": false,
3206
- "isAbstract": false,
3207
- "isVirtual": false,
3208
- "isOverride": false,
2553
+ "isVirtual": false,
2554
+ "isOverride": false,
3209
2555
  "visibility": "Public",
3210
2556
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.CompositeBindingSource",
3211
2557
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
@@ -6412,14 +5758,74 @@
6412
5758
  "events": [],
6413
5759
  "constructors": [
6414
5760
  {
6415
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext::.ctor():void",
6416
- "metadataToken": 100663486,
6417
- "canonicalSignature": "():void",
6418
- "normalizedSignature": "constructor|():void|static=false",
5761
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext::.ctor():void",
5762
+ "metadataToken": 100663486,
5763
+ "canonicalSignature": "():void",
5764
+ "normalizedSignature": "constructor|():void|static=false",
5765
+ "isStatic": false,
5766
+ "parameterCount": 0,
5767
+ "visibility": "Protected",
5768
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext",
5769
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
5770
+ }
5771
+ ]
5772
+ },
5773
+ {
5774
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
5775
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
5776
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
5777
+ "metadataToken": 0,
5778
+ "kind": "Struct",
5779
+ "accessibility": "Public",
5780
+ "isAbstract": false,
5781
+ "isSealed": true,
5782
+ "isStatic": false,
5783
+ "arity": 0,
5784
+ "baseType": {
5785
+ "stableId": "System.Private.CoreLib:System.ValueType",
5786
+ "clrName": "System.ValueType"
5787
+ },
5788
+ "interfaces": [
5789
+ {
5790
+ "stableId": "System.Private.CoreLib:System.IDisposable",
5791
+ "clrName": "System.IDisposable"
5792
+ }
5793
+ ],
5794
+ "methods": [
5795
+ {
5796
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope::Dispose():System.Void",
5797
+ "clrName": "Dispose",
5798
+ "metadataToken": 100664184,
5799
+ "canonicalSignature": "():System.Void",
5800
+ "normalizedSignature": "Dispose|():System.Void|static=false",
5801
+ "emitScope": "ClassSurface",
5802
+ "provenance": "Original",
5803
+ "arity": 0,
5804
+ "parameterCount": 0,
5805
+ "isStatic": false,
5806
+ "isAbstract": false,
5807
+ "isVirtual": true,
5808
+ "isOverride": false,
5809
+ "isSealed": true,
5810
+ "visibility": "Public",
5811
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
5812
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
5813
+ "isExtensionMethod": false
5814
+ }
5815
+ ],
5816
+ "properties": [],
5817
+ "fields": [],
5818
+ "events": [],
5819
+ "constructors": [
5820
+ {
5821
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):void",
5822
+ "metadataToken": 100664183,
5823
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):void",
5824
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext):void|static=false",
6419
5825
  "isStatic": false,
6420
- "parameterCount": 0,
6421
- "visibility": "Protected",
6422
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext",
5826
+ "parameterCount": 1,
5827
+ "visibility": "Public",
5828
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext\u002BNestedScope",
6423
5829
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
6424
5830
  }
6425
5831
  ]
@@ -8283,15 +7689,255 @@
8283
7689
  ],
8284
7690
  "methods": [
8285
7691
  {
8286
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryAddModelException(System.String,System.Exception):System.Boolean",
8287
- "clrName": "TryAddModelException",
8288
- "metadataToken": 100663630,
8289
- "canonicalSignature": "(System.String,System.Exception):System.Boolean",
8290
- "normalizedSignature": "TryAddModelException|(System.String,System.Exception):System.Boolean|static=false",
7692
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryAddModelException(System.String,System.Exception):System.Boolean",
7693
+ "clrName": "TryAddModelException",
7694
+ "metadataToken": 100663630,
7695
+ "canonicalSignature": "(System.String,System.Exception):System.Boolean",
7696
+ "normalizedSignature": "TryAddModelException|(System.String,System.Exception):System.Boolean|static=false",
7697
+ "emitScope": "ClassSurface",
7698
+ "provenance": "Original",
7699
+ "arity": 0,
7700
+ "parameterCount": 2,
7701
+ "isStatic": false,
7702
+ "isAbstract": false,
7703
+ "isVirtual": false,
7704
+ "isOverride": false,
7705
+ "isSealed": false,
7706
+ "visibility": "Public",
7707
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7708
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7709
+ "isExtensionMethod": false
7710
+ },
7711
+ {
7712
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::AddModelError(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Void",
7713
+ "clrName": "AddModelError",
7714
+ "metadataToken": 100663631,
7715
+ "canonicalSignature": "(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Void",
7716
+ "normalizedSignature": "AddModelError|(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Void|static=false",
7717
+ "emitScope": "ClassSurface",
7718
+ "provenance": "Original",
7719
+ "arity": 0,
7720
+ "parameterCount": 3,
7721
+ "isStatic": false,
7722
+ "isAbstract": false,
7723
+ "isVirtual": false,
7724
+ "isOverride": false,
7725
+ "isSealed": false,
7726
+ "visibility": "Public",
7727
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7728
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7729
+ "isExtensionMethod": false
7730
+ },
7731
+ {
7732
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryAddModelError(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
7733
+ "clrName": "TryAddModelError",
7734
+ "metadataToken": 100663632,
7735
+ "canonicalSignature": "(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
7736
+ "normalizedSignature": "TryAddModelError|(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean|static=false",
7737
+ "emitScope": "ClassSurface",
7738
+ "provenance": "Original",
7739
+ "arity": 0,
7740
+ "parameterCount": 3,
7741
+ "isStatic": false,
7742
+ "isAbstract": false,
7743
+ "isVirtual": false,
7744
+ "isOverride": false,
7745
+ "isSealed": false,
7746
+ "visibility": "Public",
7747
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7748
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7749
+ "isExtensionMethod": false
7750
+ },
7751
+ {
7752
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::AddModelError(System.String,System.String):System.Void",
7753
+ "clrName": "AddModelError",
7754
+ "metadataToken": 100663633,
7755
+ "canonicalSignature": "(System.String,System.String):System.Void",
7756
+ "normalizedSignature": "AddModelError|(System.String,System.String):System.Void|static=false",
7757
+ "emitScope": "ClassSurface",
7758
+ "provenance": "Original",
7759
+ "arity": 0,
7760
+ "parameterCount": 2,
7761
+ "isStatic": false,
7762
+ "isAbstract": false,
7763
+ "isVirtual": false,
7764
+ "isOverride": false,
7765
+ "isSealed": false,
7766
+ "visibility": "Public",
7767
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7768
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7769
+ "isExtensionMethod": false
7770
+ },
7771
+ {
7772
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryAddModelError(System.String,System.String):System.Boolean",
7773
+ "clrName": "TryAddModelError",
7774
+ "metadataToken": 100663634,
7775
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
7776
+ "normalizedSignature": "TryAddModelError|(System.String,System.String):System.Boolean|static=false",
7777
+ "emitScope": "ClassSurface",
7778
+ "provenance": "Original",
7779
+ "arity": 0,
7780
+ "parameterCount": 2,
7781
+ "isStatic": false,
7782
+ "isAbstract": false,
7783
+ "isVirtual": false,
7784
+ "isOverride": false,
7785
+ "isSealed": false,
7786
+ "visibility": "Public",
7787
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7788
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7789
+ "isExtensionMethod": false
7790
+ },
7791
+ {
7792
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::GetFieldValidationState(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
7793
+ "clrName": "GetFieldValidationState",
7794
+ "metadataToken": 100663635,
7795
+ "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
7796
+ "normalizedSignature": "GetFieldValidationState|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState|static=false",
7797
+ "emitScope": "ClassSurface",
7798
+ "provenance": "Original",
7799
+ "arity": 0,
7800
+ "parameterCount": 1,
7801
+ "isStatic": false,
7802
+ "isAbstract": false,
7803
+ "isVirtual": false,
7804
+ "isOverride": false,
7805
+ "isSealed": false,
7806
+ "visibility": "Public",
7807
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7808
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7809
+ "isExtensionMethod": false
7810
+ },
7811
+ {
7812
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::GetValidationState(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
7813
+ "clrName": "GetValidationState",
7814
+ "metadataToken": 100663636,
7815
+ "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
7816
+ "normalizedSignature": "GetValidationState|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState|static=false",
7817
+ "emitScope": "ClassSurface",
7818
+ "provenance": "Original",
7819
+ "arity": 0,
7820
+ "parameterCount": 1,
7821
+ "isStatic": false,
7822
+ "isAbstract": false,
7823
+ "isVirtual": false,
7824
+ "isOverride": false,
7825
+ "isSealed": false,
7826
+ "visibility": "Public",
7827
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7828
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7829
+ "isExtensionMethod": false
7830
+ },
7831
+ {
7832
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::MarkFieldValid(System.String):System.Void",
7833
+ "clrName": "MarkFieldValid",
7834
+ "metadataToken": 100663637,
7835
+ "canonicalSignature": "(System.String):System.Void",
7836
+ "normalizedSignature": "MarkFieldValid|(System.String):System.Void|static=false",
7837
+ "emitScope": "ClassSurface",
7838
+ "provenance": "Original",
7839
+ "arity": 0,
7840
+ "parameterCount": 1,
7841
+ "isStatic": false,
7842
+ "isAbstract": false,
7843
+ "isVirtual": false,
7844
+ "isOverride": false,
7845
+ "isSealed": false,
7846
+ "visibility": "Public",
7847
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7848
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7849
+ "isExtensionMethod": false
7850
+ },
7851
+ {
7852
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::MarkFieldSkipped(System.String):System.Void",
7853
+ "clrName": "MarkFieldSkipped",
7854
+ "metadataToken": 100663638,
7855
+ "canonicalSignature": "(System.String):System.Void",
7856
+ "normalizedSignature": "MarkFieldSkipped|(System.String):System.Void|static=false",
7857
+ "emitScope": "ClassSurface",
7858
+ "provenance": "Original",
7859
+ "arity": 0,
7860
+ "parameterCount": 1,
7861
+ "isStatic": false,
7862
+ "isAbstract": false,
7863
+ "isVirtual": false,
7864
+ "isOverride": false,
7865
+ "isSealed": false,
7866
+ "visibility": "Public",
7867
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7868
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7869
+ "isExtensionMethod": false
7870
+ },
7871
+ {
7872
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Merge(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):System.Void",
7873
+ "clrName": "Merge",
7874
+ "metadataToken": 100663639,
7875
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):System.Void",
7876
+ "normalizedSignature": "Merge|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):System.Void|static=false",
7877
+ "emitScope": "ClassSurface",
7878
+ "provenance": "Original",
7879
+ "arity": 0,
7880
+ "parameterCount": 1,
7881
+ "isStatic": false,
7882
+ "isAbstract": false,
7883
+ "isVirtual": false,
7884
+ "isOverride": false,
7885
+ "isSealed": false,
7886
+ "visibility": "Public",
7887
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7888
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7889
+ "isExtensionMethod": false
7890
+ },
7891
+ {
7892
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::SetModelValue(System.String,System.Object,System.String):System.Void",
7893
+ "clrName": "SetModelValue",
7894
+ "metadataToken": 100663640,
7895
+ "canonicalSignature": "(System.String,System.Object,System.String):System.Void",
7896
+ "normalizedSignature": "SetModelValue|(System.String,System.Object,System.String):System.Void|static=false",
7897
+ "emitScope": "ClassSurface",
7898
+ "provenance": "Original",
7899
+ "arity": 0,
7900
+ "parameterCount": 3,
7901
+ "isStatic": false,
7902
+ "isAbstract": false,
7903
+ "isVirtual": false,
7904
+ "isOverride": false,
7905
+ "isSealed": false,
7906
+ "visibility": "Public",
7907
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7908
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7909
+ "isExtensionMethod": false
7910
+ },
7911
+ {
7912
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::SetModelValue(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Void",
7913
+ "clrName": "SetModelValue",
7914
+ "metadataToken": 100663641,
7915
+ "canonicalSignature": "(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Void",
7916
+ "normalizedSignature": "SetModelValue|(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Void|static=false",
7917
+ "emitScope": "ClassSurface",
7918
+ "provenance": "Original",
7919
+ "arity": 0,
7920
+ "parameterCount": 2,
7921
+ "isStatic": false,
7922
+ "isAbstract": false,
7923
+ "isVirtual": false,
7924
+ "isOverride": false,
7925
+ "isSealed": false,
7926
+ "visibility": "Public",
7927
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
7928
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
7929
+ "isExtensionMethod": false
7930
+ },
7931
+ {
7932
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ClearValidationState(System.String):System.Void",
7933
+ "clrName": "ClearValidationState",
7934
+ "metadataToken": 100663642,
7935
+ "canonicalSignature": "(System.String):System.Void",
7936
+ "normalizedSignature": "ClearValidationState|(System.String):System.Void|static=false",
8291
7937
  "emitScope": "ClassSurface",
8292
7938
  "provenance": "Original",
8293
7939
  "arity": 0,
8294
- "parameterCount": 2,
7940
+ "parameterCount": 1,
8295
7941
  "isStatic": false,
8296
7942
  "isAbstract": false,
8297
7943
  "isVirtual": false,
@@ -8303,15 +7949,15 @@
8303
7949
  "isExtensionMethod": false
8304
7950
  },
8305
7951
  {
8306
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::AddModelError(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Void",
8307
- "clrName": "AddModelError",
8308
- "metadataToken": 100663631,
8309
- "canonicalSignature": "(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Void",
8310
- "normalizedSignature": "AddModelError|(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Void|static=false",
7952
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Clear():System.Void",
7953
+ "clrName": "Clear",
7954
+ "metadataToken": 100663649,
7955
+ "canonicalSignature": "():System.Void",
7956
+ "normalizedSignature": "Clear|():System.Void|static=false",
8311
7957
  "emitScope": "ClassSurface",
8312
7958
  "provenance": "Original",
8313
7959
  "arity": 0,
8314
- "parameterCount": 3,
7960
+ "parameterCount": 0,
8315
7961
  "isStatic": false,
8316
7962
  "isAbstract": false,
8317
7963
  "isVirtual": false,
@@ -8323,35 +7969,35 @@
8323
7969
  "isExtensionMethod": false
8324
7970
  },
8325
7971
  {
8326
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryAddModelError(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
8327
- "clrName": "TryAddModelError",
8328
- "metadataToken": 100663632,
8329
- "canonicalSignature": "(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean",
8330
- "normalizedSignature": "TryAddModelError|(System.String,System.Exception,Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata):System.Boolean|static=false",
7972
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ContainsKey(System.String):System.Boolean",
7973
+ "clrName": "ContainsKey",
7974
+ "metadataToken": 100663650,
7975
+ "canonicalSignature": "(System.String):System.Boolean",
7976
+ "normalizedSignature": "ContainsKey|(System.String):System.Boolean|static=false",
8331
7977
  "emitScope": "ClassSurface",
8332
7978
  "provenance": "Original",
8333
7979
  "arity": 0,
8334
- "parameterCount": 3,
7980
+ "parameterCount": 1,
8335
7981
  "isStatic": false,
8336
7982
  "isAbstract": false,
8337
- "isVirtual": false,
7983
+ "isVirtual": true,
8338
7984
  "isOverride": false,
8339
- "isSealed": false,
7985
+ "isSealed": true,
8340
7986
  "visibility": "Public",
8341
7987
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8342
7988
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8343
7989
  "isExtensionMethod": false
8344
7990
  },
8345
7991
  {
8346
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::AddModelError(System.String,System.String):System.Void",
8347
- "clrName": "AddModelError",
8348
- "metadataToken": 100663633,
8349
- "canonicalSignature": "(System.String,System.String):System.Void",
8350
- "normalizedSignature": "AddModelError|(System.String,System.String):System.Void|static=false",
7992
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Remove(System.String):System.Boolean",
7993
+ "clrName": "Remove",
7994
+ "metadataToken": 100663651,
7995
+ "canonicalSignature": "(System.String):System.Boolean",
7996
+ "normalizedSignature": "Remove|(System.String):System.Boolean|static=false",
8351
7997
  "emitScope": "ClassSurface",
8352
7998
  "provenance": "Original",
8353
7999
  "arity": 0,
8354
- "parameterCount": 2,
8000
+ "parameterCount": 1,
8355
8001
  "isStatic": false,
8356
8002
  "isAbstract": false,
8357
8003
  "isVirtual": false,
@@ -8363,35 +8009,41 @@
8363
8009
  "isExtensionMethod": false
8364
8010
  },
8365
8011
  {
8366
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryAddModelError(System.String,System.String):System.Boolean",
8367
- "clrName": "TryAddModelError",
8368
- "metadataToken": 100663634,
8369
- "canonicalSignature": "(System.String,System.String):System.Boolean",
8370
- "normalizedSignature": "TryAddModelError|(System.String,System.String):System.Boolean|static=false",
8012
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryGetValue(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry\u0026):System.Boolean",
8013
+ "clrName": "TryGetValue",
8014
+ "metadataToken": 100663652,
8015
+ "canonicalSignature": "(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry\u0026):System.Boolean",
8016
+ "normalizedSignature": "TryGetValue|(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry\u0026):System.Boolean|static=false",
8371
8017
  "emitScope": "ClassSurface",
8372
8018
  "provenance": "Original",
8373
8019
  "arity": 0,
8374
8020
  "parameterCount": 2,
8375
8021
  "isStatic": false,
8376
8022
  "isAbstract": false,
8377
- "isVirtual": false,
8023
+ "isVirtual": true,
8378
8024
  "isOverride": false,
8379
- "isSealed": false,
8025
+ "isSealed": true,
8380
8026
  "visibility": "Public",
8381
8027
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8382
8028
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8383
- "isExtensionMethod": false
8029
+ "isExtensionMethod": false,
8030
+ "parameterModifiers": [
8031
+ {
8032
+ "index": 1,
8033
+ "modifier": "out"
8034
+ }
8035
+ ]
8384
8036
  },
8385
8037
  {
8386
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::GetFieldValidationState(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8387
- "clrName": "GetFieldValidationState",
8388
- "metadataToken": 100663635,
8389
- "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8390
- "normalizedSignature": "GetFieldValidationState|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState|static=false",
8038
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8039
+ "clrName": "GetEnumerator",
8040
+ "metadataToken": 100663653,
8041
+ "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8042
+ "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator|static=false",
8391
8043
  "emitScope": "ClassSurface",
8392
8044
  "provenance": "Original",
8393
8045
  "arity": 0,
8394
- "parameterCount": 1,
8046
+ "parameterCount": 0,
8395
8047
  "isStatic": false,
8396
8048
  "isAbstract": false,
8397
8049
  "isVirtual": false,
@@ -8403,16 +8055,16 @@
8403
8055
  "isExtensionMethod": false
8404
8056
  },
8405
8057
  {
8406
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::GetValidationState(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8407
- "clrName": "GetValidationState",
8408
- "metadataToken": 100663636,
8409
- "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8410
- "normalizedSignature": "GetValidationState|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState|static=false",
8058
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::StartsWithPrefix(System.String,System.String):System.Boolean",
8059
+ "clrName": "StartsWithPrefix",
8060
+ "metadataToken": 100663656,
8061
+ "canonicalSignature": "(System.String,System.String):System.Boolean",
8062
+ "normalizedSignature": "StartsWithPrefix|(System.String,System.String):System.Boolean|static=true",
8411
8063
  "emitScope": "ClassSurface",
8412
8064
  "provenance": "Original",
8413
8065
  "arity": 0,
8414
- "parameterCount": 1,
8415
- "isStatic": false,
8066
+ "parameterCount": 2,
8067
+ "isStatic": true,
8416
8068
  "isAbstract": false,
8417
8069
  "isVirtual": false,
8418
8070
  "isOverride": false,
@@ -8423,11 +8075,11 @@
8423
8075
  "isExtensionMethod": false
8424
8076
  },
8425
8077
  {
8426
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::MarkFieldValid(System.String):System.Void",
8427
- "clrName": "MarkFieldValid",
8428
- "metadataToken": 100663637,
8429
- "canonicalSignature": "(System.String):System.Void",
8430
- "normalizedSignature": "MarkFieldValid|(System.String):System.Void|static=false",
8078
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::FindKeysWithPrefix(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8079
+ "clrName": "FindKeysWithPrefix",
8080
+ "metadataToken": 100663657,
8081
+ "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8082
+ "normalizedSignature": "FindKeysWithPrefix|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable|static=false",
8431
8083
  "emitScope": "ClassSurface",
8432
8084
  "provenance": "Original",
8433
8085
  "arity": 0,
@@ -8441,493 +8093,841 @@
8441
8093
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8442
8094
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8443
8095
  "isExtensionMethod": false
8096
+ }
8097
+ ],
8098
+ "properties": [
8099
+ {
8100
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Root:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8101
+ "clrName": "Root",
8102
+ "metadataToken": 385876104,
8103
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8104
+ "normalizedSignature": "Root|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry|static=false|accessor=get",
8105
+ "emitScope": "ClassSurface",
8106
+ "provenance": "Original",
8107
+ "isIndexer": false,
8108
+ "hasGetter": true,
8109
+ "hasSetter": false,
8110
+ "isStatic": false,
8111
+ "isAbstract": false,
8112
+ "isVirtual": false,
8113
+ "isOverride": false,
8114
+ "visibility": "Public",
8115
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8116
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8444
8117
  },
8445
8118
  {
8446
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::MarkFieldSkipped(System.String):System.Void",
8447
- "clrName": "MarkFieldSkipped",
8448
- "metadataToken": 100663638,
8449
- "canonicalSignature": "(System.String):System.Void",
8450
- "normalizedSignature": "MarkFieldSkipped|(System.String):System.Void|static=false",
8119
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::MaxAllowedErrors:System.Int32",
8120
+ "clrName": "MaxAllowedErrors",
8121
+ "metadataToken": 385876105,
8122
+ "canonicalSignature": ":System.Int32",
8123
+ "normalizedSignature": "MaxAllowedErrors|:System.Int32|static=false|accessor=getset",
8124
+ "emitScope": "ClassSurface",
8125
+ "provenance": "Original",
8126
+ "isIndexer": false,
8127
+ "hasGetter": true,
8128
+ "hasSetter": true,
8129
+ "isStatic": false,
8130
+ "isAbstract": false,
8131
+ "isVirtual": false,
8132
+ "isOverride": false,
8133
+ "visibility": "Public",
8134
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8135
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8136
+ },
8137
+ {
8138
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::HasReachedMaxErrors:System.Boolean",
8139
+ "clrName": "HasReachedMaxErrors",
8140
+ "metadataToken": 385876106,
8141
+ "canonicalSignature": ":System.Boolean",
8142
+ "normalizedSignature": "HasReachedMaxErrors|:System.Boolean|static=false|accessor=get",
8143
+ "emitScope": "ClassSurface",
8144
+ "provenance": "Original",
8145
+ "isIndexer": false,
8146
+ "hasGetter": true,
8147
+ "hasSetter": false,
8148
+ "isStatic": false,
8149
+ "isAbstract": false,
8150
+ "isVirtual": false,
8151
+ "isOverride": false,
8152
+ "visibility": "Public",
8153
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8154
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8155
+ },
8156
+ {
8157
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ErrorCount:System.Int32",
8158
+ "clrName": "ErrorCount",
8159
+ "metadataToken": 385876107,
8160
+ "canonicalSignature": ":System.Int32",
8161
+ "normalizedSignature": "ErrorCount|:System.Int32|static=false|accessor=getset",
8162
+ "emitScope": "ClassSurface",
8163
+ "provenance": "Original",
8164
+ "isIndexer": false,
8165
+ "hasGetter": true,
8166
+ "hasSetter": true,
8167
+ "isStatic": false,
8168
+ "isAbstract": false,
8169
+ "isVirtual": false,
8170
+ "isOverride": false,
8171
+ "visibility": "Public",
8172
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8173
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8174
+ },
8175
+ {
8176
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Count:System.Int32",
8177
+ "clrName": "Count",
8178
+ "metadataToken": 385876108,
8179
+ "canonicalSignature": ":System.Int32",
8180
+ "normalizedSignature": "Count|:System.Int32|static=false|accessor=getset",
8181
+ "emitScope": "ClassSurface",
8182
+ "provenance": "Original",
8183
+ "isIndexer": false,
8184
+ "hasGetter": true,
8185
+ "hasSetter": true,
8186
+ "isStatic": false,
8187
+ "isAbstract": false,
8188
+ "isVirtual": true,
8189
+ "isOverride": false,
8190
+ "visibility": "Public",
8191
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8192
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8193
+ },
8194
+ {
8195
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Keys:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8196
+ "clrName": "Keys",
8197
+ "metadataToken": 385876109,
8198
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8199
+ "normalizedSignature": "Keys|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable|static=false|accessor=get",
8200
+ "emitScope": "ClassSurface",
8201
+ "provenance": "Original",
8202
+ "isIndexer": false,
8203
+ "hasGetter": true,
8204
+ "hasSetter": false,
8205
+ "isStatic": false,
8206
+ "isAbstract": false,
8207
+ "isVirtual": false,
8208
+ "isOverride": false,
8209
+ "visibility": "Public",
8210
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8211
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8212
+ },
8213
+ {
8214
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Values:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8215
+ "clrName": "Values",
8216
+ "metadataToken": 385876111,
8217
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8218
+ "normalizedSignature": "Values|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable|static=false|accessor=get",
8219
+ "emitScope": "ClassSurface",
8220
+ "provenance": "Original",
8221
+ "isIndexer": false,
8222
+ "hasGetter": true,
8223
+ "hasSetter": false,
8224
+ "isStatic": false,
8225
+ "isAbstract": false,
8226
+ "isVirtual": false,
8227
+ "isOverride": false,
8228
+ "visibility": "Public",
8229
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8230
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8231
+ },
8232
+ {
8233
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::IsValid:System.Boolean",
8234
+ "clrName": "IsValid",
8235
+ "metadataToken": 385876113,
8236
+ "canonicalSignature": ":System.Boolean",
8237
+ "normalizedSignature": "IsValid|:System.Boolean|static=false|accessor=get",
8451
8238
  "emitScope": "ClassSurface",
8452
8239
  "provenance": "Original",
8453
- "arity": 0,
8454
- "parameterCount": 1,
8240
+ "isIndexer": false,
8241
+ "hasGetter": true,
8242
+ "hasSetter": false,
8455
8243
  "isStatic": false,
8456
8244
  "isAbstract": false,
8457
8245
  "isVirtual": false,
8458
8246
  "isOverride": false,
8459
- "isSealed": false,
8460
8247
  "visibility": "Public",
8461
8248
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8462
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8463
- "isExtensionMethod": false
8249
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8464
8250
  },
8465
8251
  {
8466
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Merge(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):System.Void",
8467
- "clrName": "Merge",
8468
- "metadataToken": 100663639,
8469
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):System.Void",
8470
- "normalizedSignature": "Merge|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):System.Void|static=false",
8252
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ValidationState:Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8253
+ "clrName": "ValidationState",
8254
+ "metadataToken": 385876114,
8255
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8256
+ "normalizedSignature": "ValidationState|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState|static=false|accessor=get",
8471
8257
  "emitScope": "ClassSurface",
8472
8258
  "provenance": "Original",
8473
- "arity": 0,
8474
- "parameterCount": 1,
8259
+ "isIndexer": false,
8260
+ "hasGetter": true,
8261
+ "hasSetter": false,
8475
8262
  "isStatic": false,
8476
8263
  "isAbstract": false,
8477
8264
  "isVirtual": false,
8478
8265
  "isOverride": false,
8479
- "isSealed": false,
8480
8266
  "visibility": "Public",
8481
8267
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8482
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8483
- "isExtensionMethod": false
8268
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8484
8269
  },
8485
8270
  {
8486
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::SetModelValue(System.String,System.Object,System.String):System.Void",
8487
- "clrName": "SetModelValue",
8488
- "metadataToken": 100663640,
8489
- "canonicalSignature": "(System.String,System.Object,System.String):System.Void",
8490
- "normalizedSignature": "SetModelValue|(System.String,System.Object,System.String):System.Void|static=false",
8271
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Item[System.String]:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8272
+ "clrName": "Item",
8273
+ "metadataToken": 385876115,
8274
+ "canonicalSignature": "[System.String]:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8275
+ "normalizedSignature": "Item|[System.String]:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry|static=false|accessor=get",
8491
8276
  "emitScope": "ClassSurface",
8492
8277
  "provenance": "Original",
8493
- "arity": 0,
8494
- "parameterCount": 3,
8278
+ "isIndexer": true,
8279
+ "hasGetter": true,
8280
+ "hasSetter": false,
8495
8281
  "isStatic": false,
8496
8282
  "isAbstract": false,
8497
- "isVirtual": false,
8283
+ "isVirtual": true,
8498
8284
  "isOverride": false,
8499
- "isSealed": false,
8500
8285
  "visibility": "Public",
8501
8286
  "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8502
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8503
- "isExtensionMethod": false
8287
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8288
+ }
8289
+ ],
8290
+ "fields": [
8291
+ {
8292
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::DefaultMaxAllowedErrorsSystem.Int32",
8293
+ "clrName": "DefaultMaxAllowedErrors",
8294
+ "metadataToken": 67108962,
8295
+ "normalizedSignature": "DefaultMaxAllowedErrors|System.Int32|static=true|const=false",
8296
+ "isStatic": true,
8297
+ "isReadOnly": true,
8298
+ "isLiteral": false,
8299
+ "visibility": "Public",
8300
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8301
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8302
+ }
8303
+ ],
8304
+ "events": [],
8305
+ "constructors": [
8306
+ {
8307
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::.ctor():void",
8308
+ "metadataToken": 100663605,
8309
+ "canonicalSignature": "():void",
8310
+ "normalizedSignature": "constructor|():void|static=false",
8311
+ "isStatic": false,
8312
+ "parameterCount": 0,
8313
+ "visibility": "Public",
8314
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8315
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8504
8316
  },
8505
8317
  {
8506
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::SetModelValue(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Void",
8507
- "clrName": "SetModelValue",
8508
- "metadataToken": 100663641,
8509
- "canonicalSignature": "(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Void",
8510
- "normalizedSignature": "SetModelValue|(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult):System.Void|static=false",
8318
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::.ctor(System.Int32):void",
8319
+ "metadataToken": 100663606,
8320
+ "canonicalSignature": "(System.Int32):void",
8321
+ "normalizedSignature": "constructor|(System.Int32):void|static=false",
8322
+ "isStatic": false,
8323
+ "parameterCount": 1,
8324
+ "visibility": "Public",
8325
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8326
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8327
+ },
8328
+ {
8329
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8330
+ "metadataToken": 100663608,
8331
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8332
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void|static=false",
8333
+ "isStatic": false,
8334
+ "parameterCount": 1,
8335
+ "visibility": "Public",
8336
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8337
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8338
+ }
8339
+ ]
8340
+ },
8341
+ {
8342
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8343
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8344
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8345
+ "metadataToken": 0,
8346
+ "kind": "Struct",
8347
+ "accessibility": "Public",
8348
+ "isAbstract": false,
8349
+ "isSealed": true,
8350
+ "isStatic": false,
8351
+ "arity": 0,
8352
+ "baseType": {
8353
+ "stableId": "System.Private.CoreLib:System.ValueType",
8354
+ "clrName": "System.ValueType"
8355
+ },
8356
+ "interfaces": [
8357
+ {
8358
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
8359
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
8360
+ "typeArguments": [
8361
+ "KeyValuePair_2[[String,ModelStateEntry]]"
8362
+ ]
8363
+ },
8364
+ {
8365
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
8366
+ "clrName": "System.Collections.IEnumerator"
8367
+ },
8368
+ {
8369
+ "stableId": "System.Private.CoreLib:System.IDisposable",
8370
+ "clrName": "System.IDisposable"
8371
+ }
8372
+ ],
8373
+ "methods": [
8374
+ {
8375
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::Dispose():System.Void",
8376
+ "clrName": "Dispose",
8377
+ "metadataToken": 100664211,
8378
+ "canonicalSignature": "():System.Void",
8379
+ "normalizedSignature": "Dispose|():System.Void|static=false",
8511
8380
  "emitScope": "ClassSurface",
8512
8381
  "provenance": "Original",
8513
8382
  "arity": 0,
8514
- "parameterCount": 2,
8383
+ "parameterCount": 0,
8515
8384
  "isStatic": false,
8516
8385
  "isAbstract": false,
8517
- "isVirtual": false,
8386
+ "isVirtual": true,
8518
8387
  "isOverride": false,
8519
- "isSealed": false,
8388
+ "isSealed": true,
8520
8389
  "visibility": "Public",
8521
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8390
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8522
8391
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8523
8392
  "isExtensionMethod": false
8524
8393
  },
8525
8394
  {
8526
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ClearValidationState(System.String):System.Void",
8527
- "clrName": "ClearValidationState",
8528
- "metadataToken": 100663642,
8529
- "canonicalSignature": "(System.String):System.Void",
8530
- "normalizedSignature": "ClearValidationState|(System.String):System.Void|static=false",
8395
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::MoveNext():System.Boolean",
8396
+ "clrName": "MoveNext",
8397
+ "metadataToken": 100664212,
8398
+ "canonicalSignature": "():System.Boolean",
8399
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
8531
8400
  "emitScope": "ClassSurface",
8532
8401
  "provenance": "Original",
8533
8402
  "arity": 0,
8534
- "parameterCount": 1,
8403
+ "parameterCount": 0,
8535
8404
  "isStatic": false,
8536
8405
  "isAbstract": false,
8537
- "isVirtual": false,
8406
+ "isVirtual": true,
8538
8407
  "isOverride": false,
8539
- "isSealed": false,
8408
+ "isSealed": true,
8540
8409
  "visibility": "Public",
8541
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8410
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8542
8411
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8543
8412
  "isExtensionMethod": false
8544
8413
  },
8545
8414
  {
8546
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Clear():System.Void",
8547
- "clrName": "Clear",
8548
- "metadataToken": 100663649,
8415
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::Reset():System.Void",
8416
+ "clrName": "Reset",
8417
+ "metadataToken": 100664213,
8549
8418
  "canonicalSignature": "():System.Void",
8550
- "normalizedSignature": "Clear|():System.Void|static=false",
8419
+ "normalizedSignature": "Reset|():System.Void|static=false",
8551
8420
  "emitScope": "ClassSurface",
8552
8421
  "provenance": "Original",
8553
8422
  "arity": 0,
8554
8423
  "parameterCount": 0,
8555
8424
  "isStatic": false,
8556
8425
  "isAbstract": false,
8557
- "isVirtual": false,
8426
+ "isVirtual": true,
8558
8427
  "isOverride": false,
8559
- "isSealed": false,
8428
+ "isSealed": true,
8560
8429
  "visibility": "Public",
8561
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8430
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8562
8431
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8563
8432
  "isExtensionMethod": false
8564
- },
8433
+ }
8434
+ ],
8435
+ "properties": [
8565
8436
  {
8566
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ContainsKey(System.String):System.Boolean",
8567
- "clrName": "ContainsKey",
8568
- "metadataToken": 100663650,
8569
- "canonicalSignature": "(System.String):System.Boolean",
8570
- "normalizedSignature": "ContainsKey|(System.String):System.Boolean|static=false",
8437
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::Current:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
8438
+ "clrName": "Current",
8439
+ "metadataToken": 385876350,
8440
+ "canonicalSignature": ":System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
8441
+ "normalizedSignature": "Current|:System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry,Microsoft.AspNetCore.Mvc.Abstractions,Version=10.0.0.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false|accessor=get",
8571
8442
  "emitScope": "ClassSurface",
8572
8443
  "provenance": "Original",
8573
- "arity": 0,
8574
- "parameterCount": 1,
8444
+ "isIndexer": false,
8445
+ "hasGetter": true,
8446
+ "hasSetter": false,
8575
8447
  "isStatic": false,
8576
8448
  "isAbstract": false,
8577
8449
  "isVirtual": true,
8578
8450
  "isOverride": false,
8579
- "isSealed": true,
8580
8451
  "visibility": "Public",
8581
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8582
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8583
- "isExtensionMethod": false
8452
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8453
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8454
+ }
8455
+ ],
8456
+ "fields": [],
8457
+ "events": [],
8458
+ "constructors": [
8459
+ {
8460
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8461
+ "metadataToken": 100664208,
8462
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8463
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
8464
+ "isStatic": false,
8465
+ "parameterCount": 2,
8466
+ "visibility": "Public",
8467
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8468
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8469
+ }
8470
+ ]
8471
+ },
8472
+ {
8473
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8474
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8475
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8476
+ "metadataToken": 0,
8477
+ "kind": "Struct",
8478
+ "accessibility": "Public",
8479
+ "isAbstract": false,
8480
+ "isSealed": true,
8481
+ "isStatic": false,
8482
+ "arity": 0,
8483
+ "baseType": {
8484
+ "stableId": "System.Private.CoreLib:System.ValueType",
8485
+ "clrName": "System.ValueType"
8486
+ },
8487
+ "interfaces": [
8488
+ {
8489
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
8490
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
8491
+ "typeArguments": [
8492
+ "String"
8493
+ ]
8584
8494
  },
8585
8495
  {
8586
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Remove(System.String):System.Boolean",
8587
- "clrName": "Remove",
8588
- "metadataToken": 100663651,
8589
- "canonicalSignature": "(System.String):System.Boolean",
8590
- "normalizedSignature": "Remove|(System.String):System.Boolean|static=false",
8496
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
8497
+ "clrName": "System.Collections.IEnumerable"
8498
+ }
8499
+ ],
8500
+ "methods": [
8501
+ {
8502
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8503
+ "clrName": "GetEnumerator",
8504
+ "metadataToken": 100664215,
8505
+ "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8506
+ "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator|static=false",
8591
8507
  "emitScope": "ClassSurface",
8592
8508
  "provenance": "Original",
8593
8509
  "arity": 0,
8594
- "parameterCount": 1,
8510
+ "parameterCount": 0,
8595
8511
  "isStatic": false,
8596
8512
  "isAbstract": false,
8597
8513
  "isVirtual": false,
8598
8514
  "isOverride": false,
8599
8515
  "isSealed": false,
8600
8516
  "visibility": "Public",
8601
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8517
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8602
8518
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8603
8519
  "isExtensionMethod": false
8604
- },
8520
+ }
8521
+ ],
8522
+ "properties": [],
8523
+ "fields": [],
8524
+ "events": [],
8525
+ "constructors": [
8605
8526
  {
8606
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::TryGetValue(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry\u0026):System.Boolean",
8607
- "clrName": "TryGetValue",
8608
- "metadataToken": 100663652,
8609
- "canonicalSignature": "(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry\u0026):System.Boolean",
8610
- "normalizedSignature": "TryGetValue|(System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry\u0026):System.Boolean|static=false",
8611
- "emitScope": "ClassSurface",
8612
- "provenance": "Original",
8613
- "arity": 0,
8614
- "parameterCount": 2,
8527
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8528
+ "metadataToken": 100664214,
8529
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8530
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void|static=false",
8615
8531
  "isStatic": false,
8616
- "isAbstract": false,
8617
- "isVirtual": true,
8618
- "isOverride": false,
8619
- "isSealed": true,
8532
+ "parameterCount": 1,
8620
8533
  "visibility": "Public",
8621
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8622
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8623
- "isExtensionMethod": false,
8624
- "parameterModifiers": [
8625
- {
8626
- "index": 1,
8627
- "modifier": "out"
8628
- }
8534
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8535
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8536
+ }
8537
+ ]
8538
+ },
8539
+ {
8540
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8541
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8542
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8543
+ "metadataToken": 0,
8544
+ "kind": "Struct",
8545
+ "accessibility": "Public",
8546
+ "isAbstract": false,
8547
+ "isSealed": true,
8548
+ "isStatic": false,
8549
+ "arity": 0,
8550
+ "baseType": {
8551
+ "stableId": "System.Private.CoreLib:System.ValueType",
8552
+ "clrName": "System.ValueType"
8553
+ },
8554
+ "interfaces": [
8555
+ {
8556
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
8557
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
8558
+ "typeArguments": [
8559
+ "String"
8629
8560
  ]
8630
8561
  },
8631
8562
  {
8632
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8633
- "clrName": "GetEnumerator",
8634
- "metadataToken": 100663653,
8635
- "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8636
- "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator|static=false",
8563
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
8564
+ "clrName": "System.Collections.IEnumerator"
8565
+ },
8566
+ {
8567
+ "stableId": "System.Private.CoreLib:System.IDisposable",
8568
+ "clrName": "System.IDisposable"
8569
+ }
8570
+ ],
8571
+ "methods": [
8572
+ {
8573
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::Dispose():System.Void",
8574
+ "clrName": "Dispose",
8575
+ "metadataToken": 100664222,
8576
+ "canonicalSignature": "():System.Void",
8577
+ "normalizedSignature": "Dispose|():System.Void|static=false",
8637
8578
  "emitScope": "ClassSurface",
8638
8579
  "provenance": "Original",
8639
8580
  "arity": 0,
8640
8581
  "parameterCount": 0,
8641
8582
  "isStatic": false,
8642
8583
  "isAbstract": false,
8643
- "isVirtual": false,
8584
+ "isVirtual": true,
8644
8585
  "isOverride": false,
8645
- "isSealed": false,
8586
+ "isSealed": true,
8646
8587
  "visibility": "Public",
8647
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8588
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8648
8589
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8649
8590
  "isExtensionMethod": false
8650
8591
  },
8651
8592
  {
8652
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::StartsWithPrefix(System.String,System.String):System.Boolean",
8653
- "clrName": "StartsWithPrefix",
8654
- "metadataToken": 100663656,
8655
- "canonicalSignature": "(System.String,System.String):System.Boolean",
8656
- "normalizedSignature": "StartsWithPrefix|(System.String,System.String):System.Boolean|static=true",
8593
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::MoveNext():System.Boolean",
8594
+ "clrName": "MoveNext",
8595
+ "metadataToken": 100664223,
8596
+ "canonicalSignature": "():System.Boolean",
8597
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
8657
8598
  "emitScope": "ClassSurface",
8658
8599
  "provenance": "Original",
8659
8600
  "arity": 0,
8660
- "parameterCount": 2,
8661
- "isStatic": true,
8601
+ "parameterCount": 0,
8602
+ "isStatic": false,
8662
8603
  "isAbstract": false,
8663
- "isVirtual": false,
8604
+ "isVirtual": true,
8664
8605
  "isOverride": false,
8665
- "isSealed": false,
8606
+ "isSealed": true,
8666
8607
  "visibility": "Public",
8667
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8608
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8668
8609
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8669
8610
  "isExtensionMethod": false
8670
8611
  },
8671
8612
  {
8672
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::FindKeysWithPrefix(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8673
- "clrName": "FindKeysWithPrefix",
8674
- "metadataToken": 100663657,
8675
- "canonicalSignature": "(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8676
- "normalizedSignature": "FindKeysWithPrefix|(System.String):Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable|static=false",
8613
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::Reset():System.Void",
8614
+ "clrName": "Reset",
8615
+ "metadataToken": 100664224,
8616
+ "canonicalSignature": "():System.Void",
8617
+ "normalizedSignature": "Reset|():System.Void|static=false",
8677
8618
  "emitScope": "ClassSurface",
8678
8619
  "provenance": "Original",
8679
8620
  "arity": 0,
8680
- "parameterCount": 1,
8621
+ "parameterCount": 0,
8681
8622
  "isStatic": false,
8682
8623
  "isAbstract": false,
8683
- "isVirtual": false,
8624
+ "isVirtual": true,
8684
8625
  "isOverride": false,
8685
- "isSealed": false,
8626
+ "isSealed": true,
8686
8627
  "visibility": "Public",
8687
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8628
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8688
8629
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8689
8630
  "isExtensionMethod": false
8690
8631
  }
8691
8632
  ],
8692
8633
  "properties": [
8693
8634
  {
8694
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Root:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8695
- "clrName": "Root",
8696
- "metadataToken": 385876104,
8697
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8698
- "normalizedSignature": "Root|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry|static=false|accessor=get",
8635
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::Current:System.String",
8636
+ "clrName": "Current",
8637
+ "metadataToken": 385876352,
8638
+ "canonicalSignature": ":System.String",
8639
+ "normalizedSignature": "Current|:System.String|static=false|accessor=getset",
8699
8640
  "emitScope": "ClassSurface",
8700
8641
  "provenance": "Original",
8701
8642
  "isIndexer": false,
8702
8643
  "hasGetter": true,
8703
- "hasSetter": false,
8644
+ "hasSetter": true,
8704
8645
  "isStatic": false,
8705
8646
  "isAbstract": false,
8706
- "isVirtual": false,
8647
+ "isVirtual": true,
8707
8648
  "isOverride": false,
8708
8649
  "visibility": "Public",
8709
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8650
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8710
8651
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8711
- },
8652
+ }
8653
+ ],
8654
+ "fields": [],
8655
+ "events": [],
8656
+ "constructors": [
8712
8657
  {
8713
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::MaxAllowedErrors:System.Int32",
8714
- "clrName": "MaxAllowedErrors",
8715
- "metadataToken": 385876105,
8716
- "canonicalSignature": ":System.Int32",
8717
- "normalizedSignature": "MaxAllowedErrors|:System.Int32|static=false|accessor=getset",
8718
- "emitScope": "ClassSurface",
8719
- "provenance": "Original",
8720
- "isIndexer": false,
8721
- "hasGetter": true,
8722
- "hasSetter": true,
8658
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8659
+ "metadataToken": 100664218,
8660
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8661
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
8723
8662
  "isStatic": false,
8724
- "isAbstract": false,
8725
- "isVirtual": false,
8726
- "isOverride": false,
8663
+ "parameterCount": 2,
8727
8664
  "visibility": "Public",
8728
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8665
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerator",
8729
8666
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8667
+ }
8668
+ ]
8669
+ },
8670
+ {
8671
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8672
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8673
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8674
+ "metadataToken": 0,
8675
+ "kind": "Struct",
8676
+ "accessibility": "Public",
8677
+ "isAbstract": false,
8678
+ "isSealed": true,
8679
+ "isStatic": false,
8680
+ "arity": 0,
8681
+ "baseType": {
8682
+ "stableId": "System.Private.CoreLib:System.ValueType",
8683
+ "clrName": "System.ValueType"
8684
+ },
8685
+ "interfaces": [
8686
+ {
8687
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
8688
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
8689
+ "typeArguments": [
8690
+ "KeyValuePair_2[[String,ModelStateEntry]]"
8691
+ ]
8730
8692
  },
8731
8693
  {
8732
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::HasReachedMaxErrors:System.Boolean",
8733
- "clrName": "HasReachedMaxErrors",
8734
- "metadataToken": 385876106,
8735
- "canonicalSignature": ":System.Boolean",
8736
- "normalizedSignature": "HasReachedMaxErrors|:System.Boolean|static=false|accessor=get",
8694
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
8695
+ "clrName": "System.Collections.IEnumerable"
8696
+ }
8697
+ ],
8698
+ "methods": [
8699
+ {
8700
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8701
+ "clrName": "GetEnumerator",
8702
+ "metadataToken": 100664205,
8703
+ "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator",
8704
+ "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BEnumerator|static=false",
8737
8705
  "emitScope": "ClassSurface",
8738
8706
  "provenance": "Original",
8739
- "isIndexer": false,
8740
- "hasGetter": true,
8741
- "hasSetter": false,
8707
+ "arity": 0,
8708
+ "parameterCount": 0,
8742
8709
  "isStatic": false,
8743
8710
  "isAbstract": false,
8744
8711
  "isVirtual": false,
8745
8712
  "isOverride": false,
8713
+ "isSealed": false,
8746
8714
  "visibility": "Public",
8747
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8715
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8716
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8717
+ "isExtensionMethod": false
8718
+ }
8719
+ ],
8720
+ "properties": [],
8721
+ "fields": [],
8722
+ "events": [],
8723
+ "constructors": [
8724
+ {
8725
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8726
+ "metadataToken": 100664204,
8727
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8728
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
8729
+ "isStatic": false,
8730
+ "parameterCount": 2,
8731
+ "visibility": "Public",
8732
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BPrefixEnumerable",
8748
8733
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8734
+ }
8735
+ ]
8736
+ },
8737
+ {
8738
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8739
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8740
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8741
+ "metadataToken": 0,
8742
+ "kind": "Struct",
8743
+ "accessibility": "Public",
8744
+ "isAbstract": false,
8745
+ "isSealed": true,
8746
+ "isStatic": false,
8747
+ "arity": 0,
8748
+ "baseType": {
8749
+ "stableId": "System.Private.CoreLib:System.ValueType",
8750
+ "clrName": "System.ValueType"
8751
+ },
8752
+ "interfaces": [
8753
+ {
8754
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
8755
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
8756
+ "typeArguments": [
8757
+ "ModelStateEntry"
8758
+ ]
8749
8759
  },
8750
8760
  {
8751
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ErrorCount:System.Int32",
8752
- "clrName": "ErrorCount",
8753
- "metadataToken": 385876107,
8754
- "canonicalSignature": ":System.Int32",
8755
- "normalizedSignature": "ErrorCount|:System.Int32|static=false|accessor=getset",
8761
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
8762
+ "clrName": "System.Collections.IEnumerable"
8763
+ }
8764
+ ],
8765
+ "methods": [
8766
+ {
8767
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable::GetEnumerator():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8768
+ "clrName": "GetEnumerator",
8769
+ "metadataToken": 100664226,
8770
+ "canonicalSignature": "():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8771
+ "normalizedSignature": "GetEnumerator|():Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator|static=false",
8756
8772
  "emitScope": "ClassSurface",
8757
8773
  "provenance": "Original",
8758
- "isIndexer": false,
8759
- "hasGetter": true,
8760
- "hasSetter": true,
8774
+ "arity": 0,
8775
+ "parameterCount": 0,
8761
8776
  "isStatic": false,
8762
8777
  "isAbstract": false,
8763
8778
  "isVirtual": false,
8764
8779
  "isOverride": false,
8780
+ "isSealed": false,
8765
8781
  "visibility": "Public",
8766
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8767
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8768
- },
8782
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8783
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8784
+ "isExtensionMethod": false
8785
+ }
8786
+ ],
8787
+ "properties": [],
8788
+ "fields": [],
8789
+ "events": [],
8790
+ "constructors": [
8769
8791
  {
8770
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Count:System.Int32",
8771
- "clrName": "Count",
8772
- "metadataToken": 385876108,
8773
- "canonicalSignature": ":System.Int32",
8774
- "normalizedSignature": "Count|:System.Int32|static=false|accessor=getset",
8775
- "emitScope": "ClassSurface",
8776
- "provenance": "Original",
8777
- "isIndexer": false,
8778
- "hasGetter": true,
8779
- "hasSetter": true,
8792
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8793
+ "metadataToken": 100664225,
8794
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8795
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void|static=false",
8780
8796
  "isStatic": false,
8781
- "isAbstract": false,
8782
- "isVirtual": true,
8783
- "isOverride": false,
8797
+ "parameterCount": 1,
8784
8798
  "visibility": "Public",
8785
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8799
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8786
8800
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8801
+ }
8802
+ ]
8803
+ },
8804
+ {
8805
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8806
+ "clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8807
+ "assemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8808
+ "metadataToken": 0,
8809
+ "kind": "Struct",
8810
+ "accessibility": "Public",
8811
+ "isAbstract": false,
8812
+ "isSealed": true,
8813
+ "isStatic": false,
8814
+ "arity": 0,
8815
+ "baseType": {
8816
+ "stableId": "System.Private.CoreLib:System.ValueType",
8817
+ "clrName": "System.ValueType"
8818
+ },
8819
+ "interfaces": [
8820
+ {
8821
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601",
8822
+ "clrName": "System.Collections.Generic.IEnumerator\u00601",
8823
+ "typeArguments": [
8824
+ "ModelStateEntry"
8825
+ ]
8787
8826
  },
8788
8827
  {
8789
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Keys:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8790
- "clrName": "Keys",
8791
- "metadataToken": 385876109,
8792
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable",
8793
- "normalizedSignature": "Keys|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BKeyEnumerable|static=false|accessor=get",
8794
- "emitScope": "ClassSurface",
8795
- "provenance": "Original",
8796
- "isIndexer": false,
8797
- "hasGetter": true,
8798
- "hasSetter": false,
8799
- "isStatic": false,
8800
- "isAbstract": false,
8801
- "isVirtual": false,
8802
- "isOverride": false,
8803
- "visibility": "Public",
8804
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8805
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8828
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
8829
+ "clrName": "System.Collections.IEnumerator"
8806
8830
  },
8807
8831
  {
8808
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Values:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8809
- "clrName": "Values",
8810
- "metadataToken": 385876111,
8811
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable",
8812
- "normalizedSignature": "Values|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerable|static=false|accessor=get",
8832
+ "stableId": "System.Private.CoreLib:System.IDisposable",
8833
+ "clrName": "System.IDisposable"
8834
+ }
8835
+ ],
8836
+ "methods": [
8837
+ {
8838
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::Dispose():System.Void",
8839
+ "clrName": "Dispose",
8840
+ "metadataToken": 100664233,
8841
+ "canonicalSignature": "():System.Void",
8842
+ "normalizedSignature": "Dispose|():System.Void|static=false",
8813
8843
  "emitScope": "ClassSurface",
8814
8844
  "provenance": "Original",
8815
- "isIndexer": false,
8816
- "hasGetter": true,
8817
- "hasSetter": false,
8845
+ "arity": 0,
8846
+ "parameterCount": 0,
8818
8847
  "isStatic": false,
8819
8848
  "isAbstract": false,
8820
- "isVirtual": false,
8849
+ "isVirtual": true,
8821
8850
  "isOverride": false,
8851
+ "isSealed": true,
8822
8852
  "visibility": "Public",
8823
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8824
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8853
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8854
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8855
+ "isExtensionMethod": false
8825
8856
  },
8826
8857
  {
8827
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::IsValid:System.Boolean",
8828
- "clrName": "IsValid",
8829
- "metadataToken": 385876113,
8830
- "canonicalSignature": ":System.Boolean",
8831
- "normalizedSignature": "IsValid|:System.Boolean|static=false|accessor=get",
8858
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::MoveNext():System.Boolean",
8859
+ "clrName": "MoveNext",
8860
+ "metadataToken": 100664234,
8861
+ "canonicalSignature": "():System.Boolean",
8862
+ "normalizedSignature": "MoveNext|():System.Boolean|static=false",
8832
8863
  "emitScope": "ClassSurface",
8833
8864
  "provenance": "Original",
8834
- "isIndexer": false,
8835
- "hasGetter": true,
8836
- "hasSetter": false,
8865
+ "arity": 0,
8866
+ "parameterCount": 0,
8837
8867
  "isStatic": false,
8838
8868
  "isAbstract": false,
8839
- "isVirtual": false,
8869
+ "isVirtual": true,
8840
8870
  "isOverride": false,
8871
+ "isSealed": true,
8841
8872
  "visibility": "Public",
8842
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8843
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8873
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8874
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8875
+ "isExtensionMethod": false
8844
8876
  },
8845
8877
  {
8846
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::ValidationState:Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8847
- "clrName": "ValidationState",
8848
- "metadataToken": 385876114,
8849
- "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState",
8850
- "normalizedSignature": "ValidationState|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelValidationState|static=false|accessor=get",
8878
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::Reset():System.Void",
8879
+ "clrName": "Reset",
8880
+ "metadataToken": 100664235,
8881
+ "canonicalSignature": "():System.Void",
8882
+ "normalizedSignature": "Reset|():System.Void|static=false",
8851
8883
  "emitScope": "ClassSurface",
8852
8884
  "provenance": "Original",
8853
- "isIndexer": false,
8854
- "hasGetter": true,
8855
- "hasSetter": false,
8885
+ "arity": 0,
8886
+ "parameterCount": 0,
8856
8887
  "isStatic": false,
8857
8888
  "isAbstract": false,
8858
- "isVirtual": false,
8889
+ "isVirtual": true,
8859
8890
  "isOverride": false,
8891
+ "isSealed": true,
8860
8892
  "visibility": "Public",
8861
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8862
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8863
- },
8893
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8894
+ "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions",
8895
+ "isExtensionMethod": false
8896
+ }
8897
+ ],
8898
+ "properties": [
8864
8899
  {
8865
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::Item[System.String]:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8866
- "clrName": "Item",
8867
- "metadataToken": 385876115,
8868
- "canonicalSignature": "[System.String]:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8869
- "normalizedSignature": "Item|[System.String]:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry|static=false|accessor=get",
8900
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::Current:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8901
+ "clrName": "Current",
8902
+ "metadataToken": 385876354,
8903
+ "canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry",
8904
+ "normalizedSignature": "Current|:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry|static=false|accessor=getset",
8870
8905
  "emitScope": "ClassSurface",
8871
8906
  "provenance": "Original",
8872
- "isIndexer": true,
8907
+ "isIndexer": false,
8873
8908
  "hasGetter": true,
8874
- "hasSetter": false,
8909
+ "hasSetter": true,
8875
8910
  "isStatic": false,
8876
8911
  "isAbstract": false,
8877
8912
  "isVirtual": true,
8878
8913
  "isOverride": false,
8879
8914
  "visibility": "Public",
8880
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8881
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8882
- }
8883
- ],
8884
- "fields": [
8885
- {
8886
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::DefaultMaxAllowedErrorsSystem.Int32",
8887
- "clrName": "DefaultMaxAllowedErrors",
8888
- "metadataToken": 67108962,
8889
- "normalizedSignature": "DefaultMaxAllowedErrors|System.Int32|static=true|const=false",
8890
- "isStatic": true,
8891
- "isReadOnly": true,
8892
- "isLiteral": false,
8893
- "visibility": "Public",
8894
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8915
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8895
8916
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8896
8917
  }
8897
8918
  ],
8919
+ "fields": [],
8898
8920
  "events": [],
8899
8921
  "constructors": [
8900
8922
  {
8901
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::.ctor():void",
8902
- "metadataToken": 100663605,
8903
- "canonicalSignature": "():void",
8904
- "normalizedSignature": "constructor|():void|static=false",
8905
- "isStatic": false,
8906
- "parameterCount": 0,
8907
- "visibility": "Public",
8908
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8909
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8910
- },
8911
- {
8912
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::.ctor(System.Int32):void",
8913
- "metadataToken": 100663606,
8914
- "canonicalSignature": "(System.Int32):void",
8915
- "normalizedSignature": "constructor|(System.Int32):void|static=false",
8916
- "isStatic": false,
8917
- "parameterCount": 1,
8918
- "visibility": "Public",
8919
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8920
- "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8921
- },
8922
- {
8923
- "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8924
- "metadataToken": 100663608,
8925
- "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void",
8926
- "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary):void|static=false",
8923
+ "stableId": "Microsoft.AspNetCore.Mvc.Abstractions:Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator::.ctor(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8924
+ "metadataToken": 100664229,
8925
+ "canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void",
8926
+ "normalizedSignature": "constructor|(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.String):void|static=false",
8927
8927
  "isStatic": false,
8928
- "parameterCount": 1,
8928
+ "parameterCount": 2,
8929
8929
  "visibility": "Public",
8930
- "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary",
8930
+ "declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary\u002BValueEnumerator",
8931
8931
  "declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
8932
8932
  }
8933
8933
  ]