2 writes to _tagHelperAttributeInfo
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
1763
_tagHelperAttributeInfo
= tagHelperAttributeInfo;
1796
_tagHelperAttributeInfo
= tagHelperAttributeInfo;
2 references to _tagHelperAttributeInfo
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
1806
public TagHelperAttributeInfo TagHelperAttributeInfo =>
_tagHelperAttributeInfo
;
1841
=> new MarkupTagHelperAttributeSyntax(Kind, _namePrefix, _name, _nameSuffix, _equalsToken, _valuePrefix, _value, _valueSuffix,
_tagHelperAttributeInfo
, diagnostics);