14 writes to XmlInputPaths
Microsoft.Build.Tasks.UnitTests (14)
XslTransformation_Tests.cs (14)
126t.XmlInputPaths = (TaskItem[])xmlValue; 187t.XmlInputPaths = (TaskItem[])xmlValue; 304t.XmlInputPaths = xmlPaths; 498t.XmlInputPaths = xmlPaths; 622t.XmlInputPaths = xmlPaths; 650t.XmlInputPaths = xmlPaths; 678t.XmlInputPaths = xmlPaths; 801t.XmlInputPaths = xmlPaths; 874t.XmlInputPaths = xmlPaths; 966t.XmlInputPaths = xmlMultiPaths; 1017t.XmlInputPaths = xmlMultiPaths; 1029t.XmlInputPaths = xmlMultiPaths; 1075t.XmlInputPaths = new TaskItem[] { myXmlPath1 }; 1085t.XmlInputPaths = new TaskItem[] { myXmlPath1 };
7 references to XmlInputPaths
Microsoft.Build.Tasks.Core (6)
XslTransformation.cs (6)
105xmlinput = new XmlInput(XmlInputPaths, XmlContent); 115if (XmlInputPaths != null && XmlInputPaths.Length != _outputPaths.Length) 117Log.LogErrorWithCodeFromResources("General.TwoVectorsMustHaveSameLength", _outputPaths.Length, XmlInputPaths.Length, "OutputPaths", "XmlInputPaths"); 191for (int i = 0; i < XmlInputPaths.Length; i++) 193XmlInputPaths[i].CopyMetadataTo(_outputPaths[i]);
Microsoft.Build.Tasks.UnitTests (1)
XslTransformation_Tests.cs (1)
307Assert.Equal(xmlPaths, t.XmlInputPaths);