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)
522if (_attributeInfo.AttributeValuesCount == 1) 527_attributeInfo.Suppressed = true; 532WritePositionTaggedLiteral(_attributeInfo.Prefix, _attributeInfo.PrefixOffset); 537value = _attributeInfo.Name; 564if (!_attributeInfo.Suppressed) 566WritePositionTaggedLiteral(_attributeInfo.Suffix, _attributeInfo.SuffixOffset);