@@ -14,7 +14,7 @@ namespace System.Runtime.CompilerServices
1414 [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
1515 file sealed class InterceptsLocationAttribute : Attribute
1616 {
17- public InterceptsLocationAttribute(string filePath, int line, int column )
17+ public InterceptsLocationAttribute(int version, string data )
1818 {
1919 }
2020 }
@@ -58,7 +58,7 @@ namespace Microsoft.AspNetCore.Http.Generated
5858 private static readonly JsonOptions FallbackJsonOptions = new();
5959 private static readonly string[] GetVerb = new[] { global::Microsoft.AspNetCore.Http.HttpMethods.Get };
6060
61- [InterceptsLocation(@"TestMapActions.cs", 26, 13)]
61+ %INTERCEPTSLOCATIONATTRIBUTE%
6262 internal static RouteHandlerBuilder MapGet0(
6363 this IEndpointRouteBuilder endpoints,
6464 [StringSyntax("Route")] string pattern,
@@ -169,7 +169,7 @@ namespace Microsoft.AspNetCore.Http.Generated
169169 castHandler.Method);
170170 }
171171
172- [InterceptsLocation(@"TestMapActions.cs", 27, 5)]
172+ %INTERCEPTSLOCATIONATTRIBUTE%
173173 internal static RouteHandlerBuilder MapGet1(
174174 this IEndpointRouteBuilder endpoints,
175175 [StringSyntax("Route")] string pattern,
@@ -266,7 +266,7 @@ namespace Microsoft.AspNetCore.Http.Generated
266266 castHandler.Method);
267267 }
268268
269- [InterceptsLocation(@"TestMapActions.cs", 28, 5)]
269+ %INTERCEPTSLOCATIONATTRIBUTE%
270270 internal static RouteHandlerBuilder MapGet2(
271271 this IEndpointRouteBuilder endpoints,
272272 [StringSyntax("Route")] string pattern,
@@ -365,7 +365,7 @@ namespace Microsoft.AspNetCore.Http.Generated
365365 castHandler.Method);
366366 }
367367
368- [InterceptsLocation(@"TestMapActions.cs", 29, 5)]
368+ %INTERCEPTSLOCATIONATTRIBUTE%
369369 internal static RouteHandlerBuilder MapGet3(
370370 this IEndpointRouteBuilder endpoints,
371371 [StringSyntax("Route")] string pattern,
@@ -462,7 +462,7 @@ namespace Microsoft.AspNetCore.Http.Generated
462462 castHandler.Method);
463463 }
464464
465- [InterceptsLocation(@"TestMapActions.cs", 30, 5)]
465+ %INTERCEPTSLOCATIONATTRIBUTE%
466466 internal static RouteHandlerBuilder MapGet4(
467467 this IEndpointRouteBuilder endpoints,
468468 [StringSyntax("Route")] string pattern,
@@ -573,7 +573,7 @@ namespace Microsoft.AspNetCore.Http.Generated
573573 castHandler.Method);
574574 }
575575
576- [InterceptsLocation(@"TestMapActions.cs", 31, 5)]
576+ %INTERCEPTSLOCATIONATTRIBUTE%
577577 internal static RouteHandlerBuilder MapGet5(
578578 this IEndpointRouteBuilder endpoints,
579579 [StringSyntax("Route")] string pattern,
@@ -670,7 +670,7 @@ namespace Microsoft.AspNetCore.Http.Generated
670670 castHandler.Method);
671671 }
672672
673- [InterceptsLocation(@"TestMapActions.cs", 32, 5)]
673+ %INTERCEPTSLOCATIONATTRIBUTE%
674674 internal static RouteHandlerBuilder MapGet6(
675675 this IEndpointRouteBuilder endpoints,
676676 [StringSyntax("Route")] string pattern,
@@ -769,7 +769,7 @@ namespace Microsoft.AspNetCore.Http.Generated
769769 castHandler.Method);
770770 }
771771
772- [InterceptsLocation(@"TestMapActions.cs", 33, 5)]
772+ %INTERCEPTSLOCATIONATTRIBUTE%
773773 internal static RouteHandlerBuilder MapGet7(
774774 this IEndpointRouteBuilder endpoints,
775775 [StringSyntax("Route")] string pattern,
@@ -866,7 +866,7 @@ namespace Microsoft.AspNetCore.Http.Generated
866866 castHandler.Method);
867867 }
868868
869- [InterceptsLocation(@"TestMapActions.cs", 34, 5)]
869+ %INTERCEPTSLOCATIONATTRIBUTE%
870870 internal static RouteHandlerBuilder MapGet8(
871871 this IEndpointRouteBuilder endpoints,
872872 [StringSyntax("Route")] string pattern,
@@ -976,7 +976,7 @@ namespace Microsoft.AspNetCore.Http.Generated
976976 castHandler.Method);
977977 }
978978
979- [InterceptsLocation(@"TestMapActions.cs", 35, 5)]
979+ %INTERCEPTSLOCATIONATTRIBUTE%
980980 internal static RouteHandlerBuilder MapGet9(
981981 this IEndpointRouteBuilder endpoints,
982982 [StringSyntax("Route")] string pattern,
@@ -1072,7 +1072,7 @@ namespace Microsoft.AspNetCore.Http.Generated
10721072 castHandler.Method);
10731073 }
10741074
1075- [InterceptsLocation(@"TestMapActions.cs", 36, 5)]
1075+ %INTERCEPTSLOCATIONATTRIBUTE%
10761076 internal static RouteHandlerBuilder MapGet10(
10771077 this IEndpointRouteBuilder endpoints,
10781078 [StringSyntax("Route")] string pattern,
@@ -1170,7 +1170,7 @@ namespace Microsoft.AspNetCore.Http.Generated
11701170 castHandler.Method);
11711171 }
11721172
1173- [InterceptsLocation(@"TestMapActions.cs", 37, 5)]
1173+ %INTERCEPTSLOCATIONATTRIBUTE%
11741174 internal static RouteHandlerBuilder MapGet11(
11751175 this IEndpointRouteBuilder endpoints,
11761176 [StringSyntax("Route")] string pattern,
@@ -1266,7 +1266,7 @@ namespace Microsoft.AspNetCore.Http.Generated
12661266 castHandler.Method);
12671267 }
12681268
1269- [InterceptsLocation(@"TestMapActions.cs", 38, 5)]
1269+ %INTERCEPTSLOCATIONATTRIBUTE%
12701270 internal static RouteHandlerBuilder MapGet12(
12711271 this IEndpointRouteBuilder endpoints,
12721272 [StringSyntax("Route")] string pattern,
@@ -1377,7 +1377,7 @@ namespace Microsoft.AspNetCore.Http.Generated
13771377 castHandler.Method);
13781378 }
13791379
1380- [InterceptsLocation(@"TestMapActions.cs", 39, 5)]
1380+ %INTERCEPTSLOCATIONATTRIBUTE%
13811381 internal static RouteHandlerBuilder MapGet13(
13821382 this IEndpointRouteBuilder endpoints,
13831383 [StringSyntax("Route")] string pattern,
@@ -1474,7 +1474,7 @@ namespace Microsoft.AspNetCore.Http.Generated
14741474 castHandler.Method);
14751475 }
14761476
1477- [InterceptsLocation(@"TestMapActions.cs", 40, 5)]
1477+ %INTERCEPTSLOCATIONATTRIBUTE%
14781478 internal static RouteHandlerBuilder MapGet14(
14791479 this IEndpointRouteBuilder endpoints,
14801480 [StringSyntax("Route")] string pattern,
@@ -1584,7 +1584,7 @@ namespace Microsoft.AspNetCore.Http.Generated
15841584 castHandler.Method);
15851585 }
15861586
1587- [InterceptsLocation(@"TestMapActions.cs", 41, 5)]
1587+ %INTERCEPTSLOCATIONATTRIBUTE%
15881588 internal static RouteHandlerBuilder MapGet15(
15891589 this IEndpointRouteBuilder endpoints,
15901590 [StringSyntax("Route")] string pattern,
@@ -1680,7 +1680,7 @@ namespace Microsoft.AspNetCore.Http.Generated
16801680 castHandler.Method);
16811681 }
16821682
1683- [InterceptsLocation(@"TestMapActions.cs", 42, 5)]
1683+ %INTERCEPTSLOCATIONATTRIBUTE%
16841684 internal static RouteHandlerBuilder MapGet16(
16851685 this IEndpointRouteBuilder endpoints,
16861686 [StringSyntax("Route")] string pattern,
@@ -1791,7 +1791,7 @@ namespace Microsoft.AspNetCore.Http.Generated
17911791 castHandler.Method);
17921792 }
17931793
1794- [InterceptsLocation(@"TestMapActions.cs", 43, 5)]
1794+ %INTERCEPTSLOCATIONATTRIBUTE%
17951795 internal static RouteHandlerBuilder MapGet17(
17961796 this IEndpointRouteBuilder endpoints,
17971797 [StringSyntax("Route")] string pattern,
@@ -1888,7 +1888,7 @@ namespace Microsoft.AspNetCore.Http.Generated
18881888 castHandler.Method);
18891889 }
18901890
1891- [InterceptsLocation(@"TestMapActions.cs", 44, 5)]
1891+ %INTERCEPTSLOCATIONATTRIBUTE%
18921892 internal static RouteHandlerBuilder MapGet18(
18931893 this IEndpointRouteBuilder endpoints,
18941894 [StringSyntax("Route")] string pattern,
@@ -1998,7 +1998,7 @@ namespace Microsoft.AspNetCore.Http.Generated
19981998 castHandler.Method);
19991999 }
20002000
2001- [InterceptsLocation(@"TestMapActions.cs", 45, 5)]
2001+ %INTERCEPTSLOCATIONATTRIBUTE%
20022002 internal static RouteHandlerBuilder MapGet19(
20032003 this IEndpointRouteBuilder endpoints,
20042004 [StringSyntax("Route")] string pattern,
0 commit comments