1 type derived from XmlFileInfoDocument
Microsoft.Web.XmlTransform (1)
XmlTransformableDocument.cs (1)
11public class XmlTransformableDocument : XmlFileInfoDocument, IXmlOriginalDocumentService
2 instantiations of XmlFileInfoDocument
Microsoft.Web.XmlTransform (2)
XmlTransformation.cs (2)
47xmlTransformation = new XmlFileInfoDocument(); 67xmlTransformation = new XmlFileInfoDocument();
15 references to XmlFileInfoDocument
Microsoft.Web.XmlTransform (15)
XmlElementContext.cs (2)
204XmlFileInfoDocument infoDocument = TargetDocument as XmlFileInfoDocument;
XmlFileInfoDocument.cs (2)
316internal XmlFileInfoElement(string prefix, string localName, string namespaceUri, XmlFileInfoDocument document) 414internal XmlFileInfoAttribute(string prefix, string localName, string namespaceUri, XmlFileInfoDocument document)
XmlFormatter.cs (4)
22private XmlFileInfoDocument document; 36XmlFileInfoDocument errorInfoDocument = document as XmlFileInfoDocument; 43private XmlFormatter(XmlFileInfoDocument document) {
XmlNodeException.cs (3)
16private XmlFileInfoDocument document; 33this.document = node.OwnerDocument as XmlFileInfoDocument; 39this.document = node.OwnerDocument as XmlFileInfoDocument;
XmlTransformation.cs (2)
368if (xmlTransformation as XmlFileInfoDocument != null) 370(xmlTransformation as XmlFileInfoDocument).Dispose();
XmlTransformationLogger.cs (2)
213XmlFileInfoDocument errorInfoDocument = xmlDocument as XmlFileInfoDocument;