Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _textAttributes

readonly XsltInput.XsltAttribute [] System.Xml.Xsl.Xslt.XsltLoader._textAttributes
private
Initial value:
= new XsltInput.XsltAttribute[1]
{
new XsltInput.XsltAttribute("disable-output-escaping", V1Opt | V2Opt)
}

Definition at line 252 of file XsltLoader.cs.

253 {
254 new XsltInput.XsltAttribute("disable-output-escaping", V1Opt | V2Opt)
255 };

Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.XslText().