1 write to attributeNewLineString
Microsoft.Web.XmlTransform (1)
XmlAttributePreservationDict.cs (1)
251attributeNewLineString = ComputeAttributeNewLineString(formatter);
4 references to attributeNewLineString
Microsoft.Web.XmlTransform (4)
XmlAttributePreservationDict.cs (4)
93if (attributeNewLineString != null) { 94oldNewLineString = writer.SetAttributeNewLineString(attributeNewLineString); 250if (attributeNewLineString == null) { 253return attributeNewLineString;