6 references to XmlFile
Microsoft.Build.Tasks.Core (3)
XslTransformation.cs (3)
189if (xmlinput.XmlMode == XmlInput.XmlModes.XmlFile) 285XmlMode = XmlModes.XmlFile; 331if (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));