25 writes to OutputPaths
Microsoft.Build.Tasks.UnitTests (25)
XslTransformation_Tests.cs (25)
115
t.
OutputPaths
= outputPaths;
178
t.
OutputPaths
= outputPaths;
224
t.
OutputPaths
= outputPaths;
273
t.
OutputPaths
= outputPaths;
303
t.
OutputPaths
= outputPaths;
337
t.
OutputPaths
= outputPaths;
373
t.
OutputPaths
= outputPaths;
408
t.
OutputPaths
= outputPaths;
456
t.
OutputPaths
= outputPaths;
498
t.
OutputPaths
= outputPaths;
584
t.
OutputPaths
= outputPaths;
649
t.
OutputPaths
= outputPaths;
678
t.
OutputPaths
= outputPaths;
734
t.
OutputPaths
= outputPaths;
767
t.
OutputPaths
= outputPaths;
770
t.
OutputPaths
= new TaskItem[] { new TaskItem("k:\\folder\\file.xml") };
804
t.
OutputPaths
= outputPaths;
833
t.
OutputPaths
= outputPaths;
876
t.
OutputPaths
= outputPaths;
968
t.
OutputPaths
= outputMultiPaths;
1019
t.
OutputPaths
= outputMultiPathsShort;
1031
t.
OutputPaths
= outputMultiPathsLong;
1075
t.
OutputPaths
= outputPaths;
1085
t.
OutputPaths
= outputPaths;
1318
t2.
OutputPaths
= outputPaths;
4 references to OutputPaths
Microsoft.Build.Tasks.UnitTests (4)
XslTransformation_Tests.cs (4)
377
using (StreamReader sr = new StreamReader(t.
OutputPaths
[0].ItemSpec))
414
using (StreamReader sr = new StreamReader(t.
OutputPaths
[0].ItemSpec))
889
using (StreamReader sr = new StreamReader(t.
OutputPaths
[0].ItemSpec))
971
foreach (TaskItem tsk in t.
OutputPaths
)