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