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