3 writes to xmlTransformation
Microsoft.Web.XmlTransform (3)
XmlTransformation.cs (3)
47xmlTransformation = new XmlFileInfoDocument(); 67xmlTransformation = new XmlFileInfoDocument(); 371xmlTransformation = null;
8 references to xmlTransformation
Microsoft.Web.XmlTransform (8)
XmlTransformation.cs (8)
50xmlTransformation.Load(transform); 54xmlTransformation.LoadXml(transform); 68xmlTransformation.Load(transformStream); 110foreach (XmlAttribute attribute in xmlTransformation.SelectNodes("//namespace::*")) { 122XmlNodeList namespaceNodes = xmlTransformation.SelectNodes("//xdt:*", namespaceManager); 181TransformLoop(xmlTransformation); 368if (xmlTransformation as XmlFileInfoDocument != null) 370(xmlTransformation as XmlFileInfoDocument).Dispose();