6 references to XmlFile
Microsoft.Build.Tasks.Core (3)
XslTransformation.cs (3)
190if (xmlinput.XmlMode == XmlInput.XmlModes.XmlFile) 286XmlMode = XmlModes.XmlFile; 332if (XmlMode == XmlModes.XmlFile)
Microsoft.Build.Tasks.UnitTests (3)
XslTransformation_Tests.cs (3)
125case XslTransformation.XmlInput.XmlModes.XmlFile: 186case XslTransformation.XmlInput.XmlModes.XmlFile: 1132xmlInputs.Add(new KeyValuePair<XslTransformation.XmlInput.XmlModes, object>(XslTransformation.XmlInput.XmlModes.XmlFile, xmlPaths));