Make property attributes public in IR
This commit is contained in:
parent
936c43a96c
commit
9df4674ee5
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.Razor.Evolution.Intermediate
|
|||
|
||||
internal HtmlAttributeValueStyle ValueStyle { get; set; }
|
||||
|
||||
internal TagHelperAttributeDescriptor Descriptor { get; set; }
|
||||
public TagHelperAttributeDescriptor Descriptor { get; set; }
|
||||
|
||||
public override void Accept(RazorIRNodeVisitor visitor)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue