1 instantiation of XmlFormatter
Microsoft.Web.XmlTransform (1)
XmlFormatter.cs (1)
38XmlFormatter formatter = new XmlFormatter(errorInfoDocument);
9 references to XmlFormatter
Microsoft.Web.XmlTransform (9)
XmlAttributePreservationDict.cs (4)
120internal void UpdatePreservationInfo(XmlAttributeCollection updatedAttributes, XmlFormatter formatter) { 249public string GetAttributeNewLineString(XmlFormatter formatter) { 256private string ComputeAttributeNewLineString(XmlFormatter formatter) { 278private void EnsureAttributeNewLineString(XmlFormatter formatter) {
XmlFileInfoDocument.cs (3)
229XmlFormatter.Format(this); 256XmlFormatter.Format(this); 395void IXmlFormattableAttributes.FormatAttributes(XmlFormatter formatter) {
XmlFormatter.cs (2)
15void FormatAttributes(XmlFormatter formatter); 38XmlFormatter formatter = new XmlFormatter(errorInfoDocument);