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