@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.
- package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +175 -172
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +23 -22
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -0
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +78 -77
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components/bindings.json +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +226 -228
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +73 -75
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +14 -13
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +20 -19
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +31 -30
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +33 -32
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Http/bindings.json +470 -530
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +313 -318
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +54 -56
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +63 -62
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Http.d.ts +4 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +249 -248
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +394 -393
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +72 -71
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +22 -21
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +99 -119
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +91 -91
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +59 -58
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +27 -26
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +50 -33
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +261 -263
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +36 -35
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +58 -43
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +37 -36
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +140 -139
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +137 -136
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +45 -44
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +24 -23
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +181 -183
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +1 -1
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +9 -8
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +15 -17
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +135 -137
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +13 -15
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +32 -31
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +9 -11
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +15 -14
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
- package/Microsoft.AspNetCore.SignalR/bindings.json +131 -131
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +104 -106
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
- package/Microsoft.AspNetCore.SignalR.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
- package/Microsoft.AspNetCore.WebUtilities.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
- package/Microsoft.JSInterop/internal/index.d.ts +46 -48
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +8 -10
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
- package/README.md +58 -15
- package/System.Formats.Cbor/internal/index.d.ts +4 -6
- package/System.Security.Claims/internal/index.d.ts +4 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +13 -15
- package/__internal/extensions/index.d.ts +417 -419
- 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.
|
|
1414
|
-
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1430
|
-
"clrName": "System.
|
|
1369
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1370
|
+
"clrName": "System.IEquatable\u00601",
|
|
1431
1371
|
"typeArguments": [
|
|
1432
|
-
"
|
|
1372
|
+
"ValueProviderResult"
|
|
1433
1373
|
]
|
|
1434
1374
|
},
|
|
1435
1375
|
{
|
|
1436
|
-
"stableId": "System.Private.CoreLib:System.Collections.
|
|
1437
|
-
"clrName": "System.Collections.
|
|
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.
|
|
1441
|
-
"clrName": "System.
|
|
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.
|
|
1447
|
-
"clrName": "
|
|
1448
|
-
"metadataToken":
|
|
1449
|
-
"canonicalSignature": "():System.
|
|
1450
|
-
"normalizedSignature": "
|
|
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":
|
|
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.
|
|
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.
|
|
1467
|
-
"clrName": "
|
|
1468
|
-
"metadataToken":
|
|
1469
|
-
"canonicalSignature": "():System.
|
|
1470
|
-
"normalizedSignature": "
|
|
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":
|
|
1479
|
-
"isSealed":
|
|
1441
|
+
"isOverride": true,
|
|
1442
|
+
"isSealed": false,
|
|
1480
1443
|
"visibility": "Public",
|
|
1481
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1487
|
-
"clrName": "
|
|
1488
|
-
"metadataToken":
|
|
1489
|
-
"canonicalSignature": "():System.
|
|
1490
|
-
"normalizedSignature": "
|
|
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.
|
|
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.
|
|
1509
|
-
"clrName": "
|
|
1510
|
-
"metadataToken":
|
|
1511
|
-
"canonicalSignature": ":System.
|
|
1512
|
-
"normalizedSignature": "
|
|
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":
|
|
1503
|
+
"isVirtual": false,
|
|
1521
1504
|
"isOverride": false,
|
|
1522
1505
|
"visibility": "Public",
|
|
1523
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1534
|
-
"
|
|
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
|
-
"
|
|
1521
|
+
"isAbstract": false,
|
|
1522
|
+
"isVirtual": false,
|
|
1523
|
+
"isOverride": false,
|
|
1537
1524
|
"visibility": "Public",
|
|
1538
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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": "
|
|
1568
|
-
"clrName": "
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
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
|
-
"
|
|
1581
|
-
"
|
|
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.
|
|
1589
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
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.
|
|
1599
|
-
"metadataToken":
|
|
1600
|
-
"canonicalSignature": "(Microsoft.
|
|
1601
|
-
"normalizedSignature": "constructor|(Microsoft.
|
|
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.
|
|
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.
|
|
1612
|
-
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
1613
|
-
"assemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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": "
|
|
1612
|
+
"kind": "Class",
|
|
1616
1613
|
"accessibility": "Public",
|
|
1617
1614
|
"isAbstract": false,
|
|
1618
|
-
"isSealed":
|
|
1615
|
+
"isSealed": false,
|
|
1619
1616
|
"isStatic": false,
|
|
1620
1617
|
"arity": 0,
|
|
1621
1618
|
"baseType": {
|
|
1622
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1623
|
-
"clrName": "System.
|
|
1619
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
1620
|
+
"clrName": "System.Attribute"
|
|
1624
1621
|
},
|
|
1625
|
-
"
|
|
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": "
|
|
1639
|
-
"clrName": "
|
|
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.
|
|
1645
|
-
"clrName": "
|
|
1646
|
-
"metadataToken":
|
|
1647
|
-
"canonicalSignature": "():
|
|
1648
|
-
"normalizedSignature": "
|
|
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":
|
|
1653
|
-
"isStatic":
|
|
1685
|
+
"parameterCount": 1,
|
|
1686
|
+
"isStatic": true,
|
|
1654
1687
|
"isAbstract": false,
|
|
1655
|
-
"isVirtual":
|
|
1688
|
+
"isVirtual": false,
|
|
1656
1689
|
"isOverride": false,
|
|
1657
|
-
"isSealed":
|
|
1690
|
+
"isSealed": false,
|
|
1658
1691
|
"visibility": "Public",
|
|
1659
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1665
|
-
"clrName": "
|
|
1666
|
-
"metadataToken":
|
|
1667
|
-
"canonicalSignature": "():
|
|
1668
|
-
"normalizedSignature": "
|
|
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":
|
|
1673
|
-
"isStatic":
|
|
1705
|
+
"parameterCount": 2,
|
|
1706
|
+
"isStatic": true,
|
|
1674
1707
|
"isAbstract": false,
|
|
1675
|
-
"isVirtual":
|
|
1708
|
+
"isVirtual": false,
|
|
1676
1709
|
"isOverride": false,
|
|
1677
|
-
"isSealed":
|
|
1710
|
+
"isSealed": false,
|
|
1678
1711
|
"visibility": "Public",
|
|
1679
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1685
|
-
"clrName": "
|
|
1686
|
-
"metadataToken":
|
|
1687
|
-
"canonicalSignature": "():System.
|
|
1688
|
-
"normalizedSignature": "
|
|
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":
|
|
1725
|
+
"parameterCount": 1,
|
|
1693
1726
|
"isStatic": false,
|
|
1694
1727
|
"isAbstract": false,
|
|
1695
|
-
"isVirtual":
|
|
1728
|
+
"isVirtual": false,
|
|
1696
1729
|
"isOverride": false,
|
|
1697
|
-
"isSealed":
|
|
1730
|
+
"isSealed": false,
|
|
1698
1731
|
"visibility": "Public",
|
|
1699
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1707
|
-
"clrName": "
|
|
1708
|
-
"metadataToken":
|
|
1709
|
-
"canonicalSignature": ":
|
|
1710
|
-
"normalizedSignature": "
|
|
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":
|
|
1751
|
+
"isVirtual": false,
|
|
1719
1752
|
"isOverride": false,
|
|
1720
1753
|
"visibility": "Public",
|
|
1721
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
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
|
-
"
|
|
1769
|
+
"isAbstract": false,
|
|
1770
|
+
"isVirtual": false,
|
|
1771
|
+
"isOverride": false,
|
|
1735
1772
|
"visibility": "Public",
|
|
1736
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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": "
|
|
1759
|
-
"clrName": "
|
|
1760
|
-
"
|
|
1761
|
-
|
|
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": "
|
|
1766
|
-
"clrName": "
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
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
|
-
"
|
|
1779
|
-
"
|
|
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.
|
|
1787
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.Abstractions"
|
|
1788
|
-
|
|
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.
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
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
|
-
"
|
|
1826
|
+
"isAbstract": false,
|
|
1827
|
+
"isVirtual": false,
|
|
1828
|
+
"isOverride": false,
|
|
1802
1829
|
"visibility": "Public",
|
|
1803
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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": "
|
|
1833
|
-
"clrName": "
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
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.
|
|
1839
|
-
"clrName": "
|
|
1840
|
-
"metadataToken":
|
|
1841
|
-
"canonicalSignature": "
|
|
1842
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
1846
|
-
"
|
|
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.
|
|
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.
|
|
1864
|
-
"metadataToken":
|
|
1865
|
-
"canonicalSignature": "(
|
|
1866
|
-
"normalizedSignature": "constructor|(
|
|
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.
|
|
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.
|
|
1877
|
-
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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": "
|
|
1904
|
+
"kind": "Class",
|
|
1881
1905
|
"accessibility": "Public",
|
|
1882
1906
|
"isAbstract": false,
|
|
1883
|
-
"isSealed":
|
|
1907
|
+
"isSealed": false,
|
|
1884
1908
|
"isStatic": false,
|
|
1885
1909
|
"arity": 0,
|
|
1886
1910
|
"baseType": {
|
|
1887
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1888
|
-
"clrName": "System.
|
|
1911
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1912
|
+
"clrName": "System.Object"
|
|
1889
1913
|
},
|
|
1890
1914
|
"interfaces": [
|
|
1891
1915
|
{
|
|
1892
|
-
"stableId": "System.Private.CoreLib:System.
|
|
1893
|
-
"clrName": "System.
|
|
1916
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1917
|
+
"clrName": "System.IEquatable\u00601",
|
|
1894
1918
|
"typeArguments": [
|
|
1895
|
-
"
|
|
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.
|
|
1910
|
-
"clrName": "
|
|
1911
|
-
"metadataToken":
|
|
1912
|
-
"canonicalSignature": "():System.
|
|
1913
|
-
"normalizedSignature": "
|
|
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":
|
|
1933
|
+
"parameterCount": 1,
|
|
1918
1934
|
"isStatic": false,
|
|
1919
1935
|
"isAbstract": false,
|
|
1920
1936
|
"isVirtual": true,
|
|
1921
1937
|
"isOverride": false,
|
|
1922
|
-
"isSealed":
|
|
1938
|
+
"isSealed": false,
|
|
1923
1939
|
"visibility": "Public",
|
|
1924
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1930
|
-
"clrName": "
|
|
1931
|
-
"metadataToken":
|
|
1932
|
-
"canonicalSignature": "():System.Boolean",
|
|
1933
|
-
"normalizedSignature": "
|
|
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":
|
|
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.
|
|
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.
|
|
1950
|
-
"clrName": "
|
|
1951
|
-
"metadataToken":
|
|
1952
|
-
"canonicalSignature": "():System.
|
|
1953
|
-
"normalizedSignature": "
|
|
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":
|
|
1973
|
+
"parameterCount": 1,
|
|
1958
1974
|
"isStatic": false,
|
|
1959
1975
|
"isAbstract": false,
|
|
1960
1976
|
"isVirtual": true,
|
|
1961
|
-
"isOverride":
|
|
1962
|
-
"isSealed":
|
|
1977
|
+
"isOverride": true,
|
|
1978
|
+
"isSealed": false,
|
|
1963
1979
|
"visibility": "Public",
|
|
1964
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
1972
|
-
"clrName": "
|
|
1973
|
-
"metadataToken":
|
|
1974
|
-
"canonicalSignature": ":
|
|
1975
|
-
"normalizedSignature": "
|
|
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.
|
|
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.
|
|
2146
|
-
"clrName": "
|
|
2147
|
-
"metadataToken":
|
|
2148
|
-
"canonicalSignature": ":System.
|
|
2149
|
-
"normalizedSignature": "
|
|
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.
|
|
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.
|
|
2165
|
-
"clrName": "
|
|
2166
|
-
"metadataToken":
|
|
2167
|
-
"canonicalSignature": ":
|
|
2168
|
-
"normalizedSignature": "
|
|
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.
|
|
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.
|
|
2184
|
-
"clrName": "
|
|
2185
|
-
"metadataToken":
|
|
2186
|
-
"canonicalSignature": ":System.
|
|
2187
|
-
"normalizedSignature": "
|
|
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.
|
|
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.
|
|
2203
|
-
"clrName": "
|
|
2204
|
-
"metadataToken":
|
|
2205
|
-
"canonicalSignature": ":System.
|
|
2206
|
-
"normalizedSignature": "
|
|
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.
|
|
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.
|
|
2224
|
-
"clrName": "
|
|
2225
|
-
"metadataToken":
|
|
2226
|
-
"normalizedSignature": "
|
|
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":
|
|
2090
|
+
"isReadOnly": true,
|
|
2229
2091
|
"isLiteral": false,
|
|
2230
2092
|
"visibility": "Public",
|
|
2231
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2241
|
-
"normalizedSignature": "
|
|
2242
|
-
"isStatic":
|
|
2243
|
-
"
|
|
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.
|
|
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.
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2252
|
-
"normalizedSignature": "
|
|
2253
|
-
"isStatic":
|
|
2254
|
-
"
|
|
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.
|
|
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.
|
|
2280
|
-
"clrName": "
|
|
2281
|
-
"metadataToken":
|
|
2282
|
-
"
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2285
|
-
"
|
|
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.
|
|
2295
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2303
|
-
"metadataToken":
|
|
2304
|
-
"canonicalSignature": "(
|
|
2305
|
-
"normalizedSignature": "constructor|(
|
|
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":
|
|
2213
|
+
"parameterCount": 4,
|
|
2308
2214
|
"visibility": "Public",
|
|
2309
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2310
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2316
|
-
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2317
|
-
"assemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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":
|
|
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.
|
|
2332
|
-
"clrName": "
|
|
2333
|
-
"metadataToken":
|
|
2334
|
-
"canonicalSignature": "(System.
|
|
2335
|
-
"normalizedSignature": "
|
|
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":
|
|
2341
|
-
"isAbstract":
|
|
2342
|
-
"isVirtual":
|
|
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.
|
|
2347
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2352
|
-
"clrName": "
|
|
2353
|
-
"metadataToken":
|
|
2354
|
-
"canonicalSignature": "(System.
|
|
2355
|
-
"normalizedSignature": "
|
|
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":
|
|
2360
|
-
"isStatic":
|
|
2361
|
-
"isAbstract":
|
|
2362
|
-
"isVirtual":
|
|
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.
|
|
2367
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2372
|
-
"clrName": "
|
|
2373
|
-
"metadataToken":
|
|
2374
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2375
|
-
"normalizedSignature": "
|
|
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":
|
|
2298
|
+
"isVirtual": true,
|
|
2383
2299
|
"isOverride": false,
|
|
2384
2300
|
"isSealed": false,
|
|
2385
2301
|
"visibility": "Public",
|
|
2386
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2387
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2394
|
-
"clrName": "
|
|
2395
|
-
"metadataToken":
|
|
2396
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2397
|
-
"normalizedSignature": "BindingSource
|
|
2398
|
-
"emitScope": "
|
|
2399
|
-
"provenance": "
|
|
2400
|
-
"
|
|
2401
|
-
"
|
|
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":
|
|
2318
|
+
"isVirtual": true,
|
|
2406
2319
|
"isOverride": false,
|
|
2320
|
+
"isSealed": false,
|
|
2407
2321
|
"visibility": "Public",
|
|
2408
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2409
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2413
|
-
"clrName": "
|
|
2414
|
-
"metadataToken":
|
|
2415
|
-
"canonicalSignature": ":System.
|
|
2416
|
-
"normalizedSignature": "
|
|
2417
|
-
"emitScope": "
|
|
2418
|
-
"provenance": "
|
|
2419
|
-
"
|
|
2420
|
-
"
|
|
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":
|
|
2339
|
+
"isVirtual": true,
|
|
2425
2340
|
"isOverride": false,
|
|
2341
|
+
"isSealed": false,
|
|
2426
2342
|
"visibility": "Public",
|
|
2427
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
2470
|
-
"clrName": "
|
|
2471
|
-
"metadataToken":
|
|
2472
|
-
"canonicalSignature": "
|
|
2473
|
-
"normalizedSignature": "
|
|
2474
|
-
"emitScope": "
|
|
2475
|
-
"provenance": "
|
|
2476
|
-
"
|
|
2477
|
-
"
|
|
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":
|
|
2360
|
+
"isVirtual": true,
|
|
2482
2361
|
"isOverride": false,
|
|
2362
|
+
"isSealed": false,
|
|
2483
2363
|
"visibility": "Public",
|
|
2484
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
2489
|
-
"clrName": "
|
|
2490
|
-
"metadataToken":
|
|
2491
|
-
"canonicalSignature": ":Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2492
|
-
"normalizedSignature": "
|
|
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":
|
|
2381
|
+
"hasSetter": false,
|
|
2498
2382
|
"isStatic": false,
|
|
2499
2383
|
"isAbstract": false,
|
|
2500
2384
|
"isVirtual": false,
|
|
2501
2385
|
"isOverride": false,
|
|
2502
|
-
"visibility": "
|
|
2503
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2504
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2508
|
-
"
|
|
2509
|
-
"
|
|
2510
|
-
"
|
|
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
|
-
"
|
|
2519
|
-
"isVirtual": false,
|
|
2520
|
-
"isOverride": false,
|
|
2400
|
+
"parameterCount": 1,
|
|
2521
2401
|
"visibility": "Public",
|
|
2522
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2523
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2531
|
-
"metadataToken":
|
|
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.
|
|
2538
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2542
|
-
"metadataToken":
|
|
2543
|
-
"canonicalSignature": "(
|
|
2544
|
-
"normalizedSignature": "constructor|(
|
|
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":
|
|
2466
|
+
"parameterCount": 0,
|
|
2547
2467
|
"visibility": "Public",
|
|
2548
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
2549
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Mvc.
|
|
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.
|
|
2555
|
-
"clrName": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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": "
|
|
2566
|
-
"clrName": "
|
|
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.
|
|
2580
|
-
"clrName": "
|
|
2581
|
-
"metadataToken":
|
|
2582
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource):
|
|
2583
|
-
"normalizedSignature": "
|
|
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":
|
|
2588
|
-
"isStatic":
|
|
2507
|
+
"parameterCount": 2,
|
|
2508
|
+
"isStatic": true,
|
|
2589
2509
|
"isAbstract": false,
|
|
2590
|
-
"isVirtual":
|
|
2510
|
+
"isVirtual": false,
|
|
2591
2511
|
"isOverride": false,
|
|
2592
2512
|
"isSealed": false,
|
|
2593
2513
|
"visibility": "Public",
|
|
2594
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
2600
|
-
"clrName": "
|
|
2601
|
-
"metadataToken":
|
|
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": "
|
|
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":
|
|
2612
|
-
"isSealed":
|
|
2531
|
+
"isOverride": true,
|
|
2532
|
+
"isSealed": false,
|
|
2613
2533
|
"visibility": "Public",
|
|
2614
|
-
"declaringClrType": "Microsoft.AspNetCore.Mvc.ModelBinding.
|
|
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.
|
|
2620
|
-
"clrName": "
|
|
2621
|
-
"metadataToken":
|
|
2622
|
-
"canonicalSignature": "
|
|
2623
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
2627
|
-
"
|
|
2548
|
+
"isIndexer": false,
|
|
2549
|
+
"hasGetter": true,
|
|
2550
|
+
"hasSetter": false,
|
|
2628
2551
|
"isStatic": false,
|
|
2629
2552
|
"isAbstract": false,
|
|
2630
|
-
"isVirtual":
|
|
2631
|
-
"isOverride":
|
|
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":
|
|
6421
|
-
"visibility": "
|
|
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":
|
|
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::
|
|
8307
|
-
"clrName": "
|
|
8308
|
-
"metadataToken":
|
|
8309
|
-
"canonicalSignature": "(
|
|
8310
|
-
"normalizedSignature": "
|
|
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":
|
|
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::
|
|
8327
|
-
"clrName": "
|
|
8328
|
-
"metadataToken":
|
|
8329
|
-
"canonicalSignature": "(System.String
|
|
8330
|
-
"normalizedSignature": "
|
|
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":
|
|
7980
|
+
"parameterCount": 1,
|
|
8335
7981
|
"isStatic": false,
|
|
8336
7982
|
"isAbstract": false,
|
|
8337
|
-
"isVirtual":
|
|
7983
|
+
"isVirtual": true,
|
|
8338
7984
|
"isOverride": false,
|
|
8339
|
-
"isSealed":
|
|
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::
|
|
8347
|
-
"clrName": "
|
|
8348
|
-
"metadataToken":
|
|
8349
|
-
"canonicalSignature": "(System.String
|
|
8350
|
-
"normalizedSignature": "
|
|
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":
|
|
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::
|
|
8367
|
-
"clrName": "
|
|
8368
|
-
"metadataToken":
|
|
8369
|
-
"canonicalSignature": "(System.String,
|
|
8370
|
-
"normalizedSignature": "
|
|
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":
|
|
8023
|
+
"isVirtual": true,
|
|
8378
8024
|
"isOverride": false,
|
|
8379
|
-
"isSealed":
|
|
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::
|
|
8387
|
-
"clrName": "
|
|
8388
|
-
"metadataToken":
|
|
8389
|
-
"canonicalSignature": "(
|
|
8390
|
-
"normalizedSignature": "
|
|
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":
|
|
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::
|
|
8407
|
-
"clrName": "
|
|
8408
|
-
"metadataToken":
|
|
8409
|
-
"canonicalSignature": "(System.String):
|
|
8410
|
-
"normalizedSignature": "
|
|
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":
|
|
8415
|
-
"isStatic":
|
|
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::
|
|
8427
|
-
"clrName": "
|
|
8428
|
-
"metadataToken":
|
|
8429
|
-
"canonicalSignature": "(System.String):
|
|
8430
|
-
"normalizedSignature": "
|
|
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::
|
|
8447
|
-
"clrName": "
|
|
8448
|
-
"metadataToken":
|
|
8449
|
-
"canonicalSignature": "
|
|
8450
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
8454
|
-
"
|
|
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::
|
|
8467
|
-
"clrName": "
|
|
8468
|
-
"metadataToken":
|
|
8469
|
-
"canonicalSignature": "
|
|
8470
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
8474
|
-
"
|
|
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::
|
|
8487
|
-
"clrName": "
|
|
8488
|
-
"metadataToken":
|
|
8489
|
-
"canonicalSignature": "
|
|
8490
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
8494
|
-
"
|
|
8278
|
+
"isIndexer": true,
|
|
8279
|
+
"hasGetter": true,
|
|
8280
|
+
"hasSetter": false,
|
|
8495
8281
|
"isStatic": false,
|
|
8496
8282
|
"isAbstract": false,
|
|
8497
|
-
"isVirtual":
|
|
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
|
-
|
|
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
|
|
8507
|
-
"
|
|
8508
|
-
"
|
|
8509
|
-
"
|
|
8510
|
-
"
|
|
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":
|
|
8383
|
+
"parameterCount": 0,
|
|
8515
8384
|
"isStatic": false,
|
|
8516
8385
|
"isAbstract": false,
|
|
8517
|
-
"isVirtual":
|
|
8386
|
+
"isVirtual": true,
|
|
8518
8387
|
"isOverride": false,
|
|
8519
|
-
"isSealed":
|
|
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::
|
|
8527
|
-
"clrName": "
|
|
8528
|
-
"metadataToken":
|
|
8529
|
-
"canonicalSignature": "(
|
|
8530
|
-
"normalizedSignature": "
|
|
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":
|
|
8403
|
+
"parameterCount": 0,
|
|
8535
8404
|
"isStatic": false,
|
|
8536
8405
|
"isAbstract": false,
|
|
8537
|
-
"isVirtual":
|
|
8406
|
+
"isVirtual": true,
|
|
8538
8407
|
"isOverride": false,
|
|
8539
|
-
"isSealed":
|
|
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::
|
|
8547
|
-
"clrName": "
|
|
8548
|
-
"metadataToken":
|
|
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": "
|
|
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":
|
|
8426
|
+
"isVirtual": true,
|
|
8558
8427
|
"isOverride": false,
|
|
8559
|
-
"isSealed":
|
|
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::
|
|
8567
|
-
"clrName": "
|
|
8568
|
-
"metadataToken":
|
|
8569
|
-
"canonicalSignature": "
|
|
8570
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
8574
|
-
"
|
|
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
|
-
|
|
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": "
|
|
8587
|
-
"clrName": "
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
|
|
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":
|
|
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
|
|
8607
|
-
"
|
|
8608
|
-
"
|
|
8609
|
-
"
|
|
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
|
-
"
|
|
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
|
-
|
|
8624
|
-
|
|
8625
|
-
|
|
8626
|
-
|
|
8627
|
-
|
|
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": "
|
|
8633
|
-
"clrName": "
|
|
8634
|
-
|
|
8635
|
-
|
|
8636
|
-
"
|
|
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":
|
|
8584
|
+
"isVirtual": true,
|
|
8644
8585
|
"isOverride": false,
|
|
8645
|
-
"isSealed":
|
|
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::
|
|
8653
|
-
"clrName": "
|
|
8654
|
-
"metadataToken":
|
|
8655
|
-
"canonicalSignature": "(
|
|
8656
|
-
"normalizedSignature": "
|
|
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":
|
|
8661
|
-
"isStatic":
|
|
8601
|
+
"parameterCount": 0,
|
|
8602
|
+
"isStatic": false,
|
|
8662
8603
|
"isAbstract": false,
|
|
8663
|
-
"isVirtual":
|
|
8604
|
+
"isVirtual": true,
|
|
8664
8605
|
"isOverride": false,
|
|
8665
|
-
"isSealed":
|
|
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::
|
|
8673
|
-
"clrName": "
|
|
8674
|
-
"metadataToken":
|
|
8675
|
-
"canonicalSignature": "(
|
|
8676
|
-
"normalizedSignature": "
|
|
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":
|
|
8621
|
+
"parameterCount": 0,
|
|
8681
8622
|
"isStatic": false,
|
|
8682
8623
|
"isAbstract": false,
|
|
8683
|
-
"isVirtual":
|
|
8624
|
+
"isVirtual": true,
|
|
8684
8625
|
"isOverride": false,
|
|
8685
|
-
"isSealed":
|
|
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::
|
|
8695
|
-
"clrName": "
|
|
8696
|
-
"metadataToken":
|
|
8697
|
-
"canonicalSignature": ":
|
|
8698
|
-
"normalizedSignature": "
|
|
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":
|
|
8644
|
+
"hasSetter": true,
|
|
8704
8645
|
"isStatic": false,
|
|
8705
8646
|
"isAbstract": false,
|
|
8706
|
-
"isVirtual":
|
|
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
|
|
8714
|
-
"
|
|
8715
|
-
"
|
|
8716
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
8733
|
-
"clrName": "
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
|
|
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
|
-
"
|
|
8740
|
-
"
|
|
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": "
|
|
8752
|
-
"clrName": "
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
|
|
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
|
-
"
|
|
8759
|
-
"
|
|
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
|
|
8771
|
-
"
|
|
8772
|
-
"
|
|
8773
|
-
"
|
|
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
|
-
"
|
|
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": "
|
|
8790
|
-
"clrName": "
|
|
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": "
|
|
8809
|
-
"clrName": "
|
|
8810
|
-
|
|
8811
|
-
|
|
8812
|
-
|
|
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
|
-
"
|
|
8816
|
-
"
|
|
8817
|
-
"hasSetter": false,
|
|
8845
|
+
"arity": 0,
|
|
8846
|
+
"parameterCount": 0,
|
|
8818
8847
|
"isStatic": false,
|
|
8819
8848
|
"isAbstract": false,
|
|
8820
|
-
"isVirtual":
|
|
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::
|
|
8828
|
-
"clrName": "
|
|
8829
|
-
"metadataToken":
|
|
8830
|
-
"canonicalSignature": ":System.Boolean",
|
|
8831
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
8835
|
-
"
|
|
8836
|
-
"hasSetter": false,
|
|
8865
|
+
"arity": 0,
|
|
8866
|
+
"parameterCount": 0,
|
|
8837
8867
|
"isStatic": false,
|
|
8838
8868
|
"isAbstract": false,
|
|
8839
|
-
"isVirtual":
|
|
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::
|
|
8847
|
-
"clrName": "
|
|
8848
|
-
"metadataToken":
|
|
8849
|
-
"canonicalSignature": ":
|
|
8850
|
-
"normalizedSignature": "
|
|
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
|
-
"
|
|
8854
|
-
"
|
|
8855
|
-
"hasSetter": false,
|
|
8885
|
+
"arity": 0,
|
|
8886
|
+
"parameterCount": 0,
|
|
8856
8887
|
"isStatic": false,
|
|
8857
8888
|
"isAbstract": false,
|
|
8858
|
-
"isVirtual":
|
|
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::
|
|
8866
|
-
"clrName": "
|
|
8867
|
-
"metadataToken":
|
|
8868
|
-
"canonicalSignature": "
|
|
8869
|
-
"normalizedSignature": "
|
|
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":
|
|
8907
|
+
"isIndexer": false,
|
|
8873
8908
|
"hasGetter": true,
|
|
8874
|
-
"hasSetter":
|
|
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":
|
|
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":
|
|
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
|
]
|