|
1 | 1 | {
|
2 |
| - "AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", |
| 2 | + "AssemblyIdentity": "Microsoft.AspNetCore.Routing, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60", |
3 | 3 | "Types": [
|
4 | 4 | {
|
5 | 5 | "Name": "Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions",
|
|
967 | 967 | "Microsoft.AspNetCore.Routing.INamedRouter"
|
968 | 968 | ],
|
969 | 969 | "Members": [
|
| 970 | + { |
| 971 | + "Kind": "Method", |
| 972 | + "Name": "OnRouteMatched", |
| 973 | + "Parameters": [ |
| 974 | + { |
| 975 | + "Name": "context", |
| 976 | + "Type": "Microsoft.AspNetCore.Routing.RouteContext" |
| 977 | + } |
| 978 | + ], |
| 979 | + "ReturnType": "System.Threading.Tasks.Task", |
| 980 | + "Virtual": true, |
| 981 | + "Abstract": true, |
| 982 | + "Visibility": "Protected", |
| 983 | + "GenericParameter": [] |
| 984 | + }, |
| 985 | + { |
| 986 | + "Kind": "Method", |
| 987 | + "Name": "OnVirtualPathGenerated", |
| 988 | + "Parameters": [ |
| 989 | + { |
| 990 | + "Name": "context", |
| 991 | + "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext" |
| 992 | + } |
| 993 | + ], |
| 994 | + "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData", |
| 995 | + "Virtual": true, |
| 996 | + "Abstract": true, |
| 997 | + "Visibility": "Protected", |
| 998 | + "GenericParameter": [] |
| 999 | + }, |
| 1000 | + { |
| 1001 | + "Kind": "Method", |
| 1002 | + "Name": "RouteAsync", |
| 1003 | + "Parameters": [ |
| 1004 | + { |
| 1005 | + "Name": "context", |
| 1006 | + "Type": "Microsoft.AspNetCore.Routing.RouteContext" |
| 1007 | + } |
| 1008 | + ], |
| 1009 | + "ReturnType": "System.Threading.Tasks.Task", |
| 1010 | + "Virtual": true, |
| 1011 | + "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
| 1012 | + "Visibility": "Public", |
| 1013 | + "GenericParameter": [] |
| 1014 | + }, |
| 1015 | + { |
| 1016 | + "Kind": "Method", |
| 1017 | + "Name": "GetVirtualPath", |
| 1018 | + "Parameters": [ |
| 1019 | + { |
| 1020 | + "Name": "context", |
| 1021 | + "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext" |
| 1022 | + } |
| 1023 | + ], |
| 1024 | + "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData", |
| 1025 | + "Virtual": true, |
| 1026 | + "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
| 1027 | + "Visibility": "Public", |
| 1028 | + "GenericParameter": [] |
| 1029 | + }, |
970 | 1030 | {
|
971 | 1031 | "Kind": "Method",
|
972 | 1032 | "Name": "get_Constraints",
|
|
1106 | 1166 | "Visibility": "Protected",
|
1107 | 1167 | "GenericParameter": []
|
1108 | 1168 | },
|
1109 |
| - { |
1110 |
| - "Kind": "Method", |
1111 |
| - "Name": "OnRouteMatched", |
1112 |
| - "Parameters": [ |
1113 |
| - { |
1114 |
| - "Name": "context", |
1115 |
| - "Type": "Microsoft.AspNetCore.Routing.RouteContext" |
1116 |
| - } |
1117 |
| - ], |
1118 |
| - "ReturnType": "System.Threading.Tasks.Task", |
1119 |
| - "Virtual": true, |
1120 |
| - "Abstract": true, |
1121 |
| - "Visibility": "Protected", |
1122 |
| - "GenericParameter": [] |
1123 |
| - }, |
1124 |
| - { |
1125 |
| - "Kind": "Method", |
1126 |
| - "Name": "OnVirtualPathGenerated", |
1127 |
| - "Parameters": [ |
1128 |
| - { |
1129 |
| - "Name": "context", |
1130 |
| - "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext" |
1131 |
| - } |
1132 |
| - ], |
1133 |
| - "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData", |
1134 |
| - "Virtual": true, |
1135 |
| - "Abstract": true, |
1136 |
| - "Visibility": "Protected", |
1137 |
| - "GenericParameter": [] |
1138 |
| - }, |
1139 |
| - { |
1140 |
| - "Kind": "Method", |
1141 |
| - "Name": "RouteAsync", |
1142 |
| - "Parameters": [ |
1143 |
| - { |
1144 |
| - "Name": "context", |
1145 |
| - "Type": "Microsoft.AspNetCore.Routing.RouteContext" |
1146 |
| - } |
1147 |
| - ], |
1148 |
| - "ReturnType": "System.Threading.Tasks.Task", |
1149 |
| - "Virtual": true, |
1150 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
1151 |
| - "Visibility": "Public", |
1152 |
| - "GenericParameter": [] |
1153 |
| - }, |
1154 |
| - { |
1155 |
| - "Kind": "Method", |
1156 |
| - "Name": "GetVirtualPath", |
1157 |
| - "Parameters": [ |
1158 |
| - { |
1159 |
| - "Name": "context", |
1160 |
| - "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext" |
1161 |
| - } |
1162 |
| - ], |
1163 |
| - "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData", |
1164 |
| - "Virtual": true, |
1165 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
1166 |
| - "Visibility": "Public", |
1167 |
| - "GenericParameter": [] |
1168 |
| - }, |
1169 | 1169 | {
|
1170 | 1170 | "Kind": "Method",
|
1171 | 1171 | "Name": "GetConstraints",
|
|
1371 | 1371 | "Members": [
|
1372 | 1372 | {
|
1373 | 1373 | "Kind": "Method",
|
1374 |
| - "Name": "get_Item", |
| 1374 | + "Name": "RouteAsync", |
1375 | 1375 | "Parameters": [
|
1376 | 1376 | {
|
1377 |
| - "Name": "index", |
1378 |
| - "Type": "System.Int32" |
| 1377 | + "Name": "context", |
| 1378 | + "Type": "Microsoft.AspNetCore.Routing.RouteContext" |
1379 | 1379 | }
|
1380 | 1380 | ],
|
1381 |
| - "ReturnType": "Microsoft.AspNetCore.Routing.IRouter", |
1382 |
| - "Visibility": "Public", |
1383 |
| - "GenericParameter": [] |
1384 |
| - }, |
1385 |
| - { |
1386 |
| - "Kind": "Method", |
1387 |
| - "Name": "get_Count", |
1388 |
| - "Parameters": [], |
1389 |
| - "ReturnType": "System.Int32", |
| 1381 | + "ReturnType": "System.Threading.Tasks.Task", |
| 1382 | + "Virtual": true, |
| 1383 | + "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
1390 | 1384 | "Visibility": "Public",
|
1391 | 1385 | "GenericParameter": []
|
1392 | 1386 | },
|
1393 | 1387 | {
|
1394 | 1388 | "Kind": "Method",
|
1395 |
| - "Name": "Add", |
| 1389 | + "Name": "GetVirtualPath", |
1396 | 1390 | "Parameters": [
|
1397 | 1391 | {
|
1398 |
| - "Name": "router", |
1399 |
| - "Type": "Microsoft.AspNetCore.Routing.IRouter" |
| 1392 | + "Name": "context", |
| 1393 | + "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext" |
1400 | 1394 | }
|
1401 | 1395 | ],
|
1402 |
| - "ReturnType": "System.Void", |
1403 |
| - "Sealed": true, |
| 1396 | + "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData", |
1404 | 1397 | "Virtual": true,
|
1405 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouteCollection", |
| 1398 | + "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
1406 | 1399 | "Visibility": "Public",
|
1407 | 1400 | "GenericParameter": []
|
1408 | 1401 | },
|
1409 | 1402 | {
|
1410 | 1403 | "Kind": "Method",
|
1411 |
| - "Name": "RouteAsync", |
| 1404 | + "Name": "get_Item", |
1412 | 1405 | "Parameters": [
|
1413 | 1406 | {
|
1414 |
| - "Name": "context", |
1415 |
| - "Type": "Microsoft.AspNetCore.Routing.RouteContext" |
| 1407 | + "Name": "index", |
| 1408 | + "Type": "System.Int32" |
1416 | 1409 | }
|
1417 | 1410 | ],
|
1418 |
| - "ReturnType": "System.Threading.Tasks.Task", |
1419 |
| - "Virtual": true, |
1420 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
| 1411 | + "ReturnType": "Microsoft.AspNetCore.Routing.IRouter", |
1421 | 1412 | "Visibility": "Public",
|
1422 | 1413 | "GenericParameter": []
|
1423 | 1414 | },
|
1424 | 1415 | {
|
1425 | 1416 | "Kind": "Method",
|
1426 |
| - "Name": "GetVirtualPath", |
| 1417 | + "Name": "get_Count", |
| 1418 | + "Parameters": [], |
| 1419 | + "ReturnType": "System.Int32", |
| 1420 | + "Visibility": "Public", |
| 1421 | + "GenericParameter": [] |
| 1422 | + }, |
| 1423 | + { |
| 1424 | + "Kind": "Method", |
| 1425 | + "Name": "Add", |
1427 | 1426 | "Parameters": [
|
1428 | 1427 | {
|
1429 |
| - "Name": "context", |
1430 |
| - "Type": "Microsoft.AspNetCore.Routing.VirtualPathContext" |
| 1428 | + "Name": "router", |
| 1429 | + "Type": "Microsoft.AspNetCore.Routing.IRouter" |
1431 | 1430 | }
|
1432 | 1431 | ],
|
1433 |
| - "ReturnType": "Microsoft.AspNetCore.Routing.VirtualPathData", |
| 1432 | + "ReturnType": "System.Void", |
| 1433 | + "Sealed": true, |
1434 | 1434 | "Virtual": true,
|
1435 |
| - "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouter", |
| 1435 | + "ImplementedInterface": "Microsoft.AspNetCore.Routing.IRouteCollection", |
1436 | 1436 | "Visibility": "Public",
|
1437 | 1437 | "GenericParameter": []
|
1438 | 1438 | },
|
|
2455 | 2455 | ],
|
2456 | 2456 | "Visibility": "Public",
|
2457 | 2457 | "GenericParameter": []
|
| 2458 | + }, |
| 2459 | + { |
| 2460 | + "Kind": "Constructor", |
| 2461 | + "Name": ".ctor", |
| 2462 | + "Parameters": [ |
| 2463 | + { |
| 2464 | + "Name": "loggerFactory", |
| 2465 | + "Type": "Microsoft.Extensions.Logging.ILoggerFactory" |
| 2466 | + }, |
| 2467 | + { |
| 2468 | + "Name": "objectPool", |
| 2469 | + "Type": "Microsoft.Extensions.ObjectPool.ObjectPool<Microsoft.AspNetCore.Routing.Internal.UriBuildingContext>" |
| 2470 | + }, |
| 2471 | + { |
| 2472 | + "Name": "constraintResolver", |
| 2473 | + "Type": "Microsoft.AspNetCore.Routing.IInlineConstraintResolver" |
| 2474 | + } |
| 2475 | + ], |
| 2476 | + "Visibility": "Public", |
| 2477 | + "GenericParameter": [] |
2458 | 2478 | }
|
2459 | 2479 | ],
|
2460 | 2480 | "GenericParameters": []
|
|
0 commit comments