@@ -7,8 +7,9 @@ namespace TestOutput
77
88 public class BasicTagHelpers
99 {
10+ #line hidden
1011 private System . IO . TextWriter __tagHelperStringValueBuffer = null ;
11- private TagHelperExecutionContext __tagHelpersExecutionContext = null ;
12+ private TagHelperExecutionContext __tagHelperExecutionContext = null ;
1213 private TagHelperRunner __tagHelperRunner = new TagHelperRunner ( ) ;
1314 private TagHelperScopeManager __tagHelperScopeManager = new TagHelperScopeManager ( ) ;
1415 private PTagHelper __PTagHelper = null ;
@@ -25,59 +26,59 @@ public override async Task ExecuteAsync()
2526 Instrumentation . BeginContext ( 0 , 47 , true ) ;
2627 WriteLiteral ( "<div class=\" randomNonTagHelperAttribute\" >\r \n " ) ;
2728 Instrumentation . EndContext ( ) ;
28- __tagHelpersExecutionContext = __tagHelperScopeManager . Begin ( "p" ) ;
29+ __tagHelperExecutionContext = __tagHelperScopeManager . Begin ( "p" ) ;
2930 __PTagHelper = CreateTagHelper < PTagHelper > ( ) ;
30- __tagHelpersExecutionContext . Add ( __PTagHelper ) ;
31- __tagHelpersExecutionContext . AddHtmlAttribute ( "class" , "Hello World" ) ;
32- __tagHelpersExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelpersExecutionContext ) . Result ;
33- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateStartTag ( ) ) ;
31+ __tagHelperExecutionContext . Add ( __PTagHelper ) ;
32+ __tagHelperExecutionContext . AddHtmlAttribute ( "class" , "Hello World" ) ;
33+ __tagHelperExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelperExecutionContext ) . Result ;
34+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateStartTag ( ) ) ;
3435 Instrumentation . BeginContext ( 70 , 10 , true ) ;
3536 WriteLiteral ( "\r \n " ) ;
3637 Instrumentation . EndContext ( ) ;
37- __tagHelpersExecutionContext = __tagHelperScopeManager . Begin ( "p" ) ;
38+ __tagHelperExecutionContext = __tagHelperScopeManager . Begin ( "p" ) ;
3839 __PTagHelper = CreateTagHelper < PTagHelper > ( ) ;
39- __tagHelpersExecutionContext . Add ( __PTagHelper ) ;
40- __tagHelpersExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelpersExecutionContext ) . Result ;
41- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateStartTag ( ) ) ;
42- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateEndTag ( ) ) ;
43- __tagHelpersExecutionContext = __tagHelperScopeManager . End ( ) ;
40+ __tagHelperExecutionContext . Add ( __PTagHelper ) ;
41+ __tagHelperExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelperExecutionContext ) . Result ;
42+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateStartTag ( ) ) ;
43+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateEndTag ( ) ) ;
44+ __tagHelperExecutionContext = __tagHelperScopeManager . End ( ) ;
4445 Instrumentation . BeginContext ( 87 , 10 , true ) ;
4546 WriteLiteral ( "\r \n " ) ;
4647 Instrumentation . EndContext ( ) ;
47- __tagHelpersExecutionContext = __tagHelperScopeManager . Begin ( "input" ) ;
48+ __tagHelperExecutionContext = __tagHelperScopeManager . Begin ( "input" ) ;
4849 __InputTagHelper = CreateTagHelper < InputTagHelper > ( ) ;
49- __tagHelpersExecutionContext . Add ( __InputTagHelper ) ;
50+ __tagHelperExecutionContext . Add ( __InputTagHelper ) ;
5051 __InputTagHelper . Type = "text" ;
51- __tagHelpersExecutionContext . AddTagHelperAttribute ( "type" , __InputTagHelper . Type ) ;
52+ __tagHelperExecutionContext . AddTagHelperAttribute ( "type" , __InputTagHelper . Type ) ;
5253 __InputTagHelper2 = CreateTagHelper < InputTagHelper2 > ( ) ;
53- __tagHelpersExecutionContext . Add ( __InputTagHelper2 ) ;
54+ __tagHelperExecutionContext . Add ( __InputTagHelper2 ) ;
5455 __InputTagHelper2 . Type = __InputTagHelper . Type ;
55- __tagHelpersExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelpersExecutionContext ) . Result ;
56- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateStartTag ( ) ) ;
57- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateEndTag ( ) ) ;
58- __tagHelpersExecutionContext = __tagHelperScopeManager . End ( ) ;
56+ __tagHelperExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelperExecutionContext ) . Result ;
57+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateStartTag ( ) ) ;
58+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateEndTag ( ) ) ;
59+ __tagHelperExecutionContext = __tagHelperScopeManager . End ( ) ;
5960 Instrumentation . BeginContext ( 118 , 10 , true ) ;
6061 WriteLiteral ( "\r \n " ) ;
6162 Instrumentation . EndContext ( ) ;
62- __tagHelpersExecutionContext = __tagHelperScopeManager . Begin ( "input" ) ;
63+ __tagHelperExecutionContext = __tagHelperScopeManager . Begin ( "input" ) ;
6364 __InputTagHelper = CreateTagHelper < InputTagHelper > ( ) ;
64- __tagHelpersExecutionContext . Add ( __InputTagHelper ) ;
65+ __tagHelperExecutionContext . Add ( __InputTagHelper ) ;
6566 __InputTagHelper . Type = "checkbox" ;
66- __tagHelpersExecutionContext . AddTagHelperAttribute ( "type" , __InputTagHelper . Type ) ;
67+ __tagHelperExecutionContext . AddTagHelperAttribute ( "type" , __InputTagHelper . Type ) ;
6768 __InputTagHelper2 = CreateTagHelper < InputTagHelper2 > ( ) ;
68- __tagHelpersExecutionContext . Add ( __InputTagHelper2 ) ;
69+ __tagHelperExecutionContext . Add ( __InputTagHelper2 ) ;
6970 __InputTagHelper2 . Type = __InputTagHelper . Type ;
7071 __InputTagHelper2 . Checked = true ;
71- __tagHelpersExecutionContext . AddTagHelperAttribute ( "checked" , __InputTagHelper2 . Checked ) ;
72- __tagHelpersExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelpersExecutionContext ) . Result ;
73- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateStartTag ( ) ) ;
74- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateEndTag ( ) ) ;
75- __tagHelpersExecutionContext = __tagHelperScopeManager . End ( ) ;
72+ __tagHelperExecutionContext . AddTagHelperAttribute ( "checked" , __InputTagHelper2 . Checked ) ;
73+ __tagHelperExecutionContext . Output = __tagHelperRunner . RunAsync ( __tagHelperExecutionContext ) . Result ;
74+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateStartTag ( ) ) ;
75+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateEndTag ( ) ) ;
76+ __tagHelperExecutionContext = __tagHelperScopeManager . End ( ) ;
7677 Instrumentation . BeginContext ( 167 , 6 , true ) ;
7778 WriteLiteral ( "\r \n " ) ;
7879 Instrumentation . EndContext ( ) ;
79- WriteLiteral ( __tagHelpersExecutionContext . Output . GenerateEndTag ( ) ) ;
80- __tagHelpersExecutionContext = __tagHelperScopeManager . End ( ) ;
80+ WriteLiteral ( __tagHelperExecutionContext . Output . GenerateEndTag ( ) ) ;
81+ __tagHelperExecutionContext = __tagHelperScopeManager . End ( ) ;
8182 Instrumentation . BeginContext ( 177 , 8 , true ) ;
8283 WriteLiteral ( "\r \n </div>" ) ;
8384 Instrumentation . EndContext ( ) ;
0 commit comments