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