1 write to _attributeInfo
Microsoft.AspNetCore.Mvc.Razor (1)
RazorPageBase.cs (1)
495
_attributeInfo
= new AttributeInfo(name, prefix, prefixOffset, suffix, suffixOffset, attributeValuesCount);
8 references to _attributeInfo
Microsoft.AspNetCore.Mvc.Razor (8)
RazorPageBase.cs (8)
522
if (
_attributeInfo
.AttributeValuesCount == 1)
527
_attributeInfo
.Suppressed = true;
532
WritePositionTaggedLiteral(
_attributeInfo
.Prefix,
_attributeInfo
.PrefixOffset);
537
value =
_attributeInfo
.Name;
564
if (!
_attributeInfo
.Suppressed)
566
WritePositionTaggedLiteral(
_attributeInfo
.Suffix,
_attributeInfo
.SuffixOffset);