15 writes to XslInputPath
Microsoft.Build.Tasks.UnitTests (15)
XslTransformation_Tests.cs (15)
140t.XslInputPath = (TaskItem)xslValue; 234t.XslInputPath = (TaskItem)xslValue; 340t.XslInputPath = xslPath; 500t.XslInputPath = xslPath; 624t.XslInputPath = xslPath; 652t.XslInputPath = xslPath; 681t.XslInputPath = xslPath; 803t.XslInputPath = xslPath; 874t.XslInputPath = xslPath; 966t.XslInputPath = xslPath; 1017t.XslInputPath = xslPath; 1029t.XslInputPath = xslPath; 1077t.XslInputPath = otherXslPath; 1087t.XslInputPath = otherXslPath; 1317t2.XslInputPath = new TaskItem(xslPath);
3 references to XslInputPath
Microsoft.Build.Tasks.Core (2)
XslTransformation.cs (2)
117AbsolutePath? absoluteXslInputPath = XslInputPath?.ItemSpec != null ? TaskEnvironment.GetAbsolutePath(XslInputPath.ItemSpec) : null;
Microsoft.Build.Tasks.UnitTests (1)
XslTransformation_Tests.cs (1)
342Assert.Equal(xslPath, t.XslInputPath);