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