4 writes to htmlAttrProps
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (2)
47this.htmlAttrProps = null; 63this.htmlAttrProps = src.htmlAttrProps;
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
333attribute.htmlAttrProps = htmlAttrProps as HtmlAttributeProps; 425_currentInfo.htmlAttrProps = null;
2 references to htmlAttrProps
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
63this.htmlAttrProps = src.htmlAttrProps;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
697HtmlAttributeProps? htmlAttrProps = attribute.htmlAttrProps;