24 writes to OutputPaths
Microsoft.Build.Tasks.UnitTests (24)
XslTransformation_Tests.cs (24)
114
t.
OutputPaths
= outputPaths;
177
t.
OutputPaths
= outputPaths;
223
t.
OutputPaths
= outputPaths;
272
t.
OutputPaths
= outputPaths;
302
t.
OutputPaths
= outputPaths;
336
t.
OutputPaths
= outputPaths;
372
t.
OutputPaths
= outputPaths;
407
t.
OutputPaths
= outputPaths;
455
t.
OutputPaths
= outputPaths;
497
t.
OutputPaths
= outputPaths;
583
t.
OutputPaths
= outputPaths;
648
t.
OutputPaths
= outputPaths;
677
t.
OutputPaths
= outputPaths;
733
t.
OutputPaths
= outputPaths;
766
t.
OutputPaths
= outputPaths;
769
t.
OutputPaths
= new TaskItem[] { new TaskItem("k:\\folder\\file.xml") };
803
t.
OutputPaths
= outputPaths;
832
t.
OutputPaths
= outputPaths;
875
t.
OutputPaths
= outputPaths;
967
t.
OutputPaths
= outputMultiPaths;
1018
t.
OutputPaths
= outputMultiPathsShort;
1030
t.
OutputPaths
= outputMultiPathsLong;
1074
t.
OutputPaths
= outputPaths;
1084
t.
OutputPaths
= outputPaths;
4 references to OutputPaths
Microsoft.Build.Tasks.UnitTests (4)
XslTransformation_Tests.cs (4)
376
using (StreamReader sr = new StreamReader(t.
OutputPaths
[0].ItemSpec))
413
using (StreamReader sr = new StreamReader(t.
OutputPaths
[0].ItemSpec))
888
using (StreamReader sr = new StreamReader(t.
OutputPaths
[0].ItemSpec))
970
foreach (TaskItem tsk in t.
OutputPaths
)