2 writes to _toCData
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\OutputScope.cs (2)
53set { _toCData = value; } 79_toCData = false;
1 reference to _toCData
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\OutputScope.cs (1)
52get { return _toCData; }