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