14 writes to XslInputPath
Microsoft.Build.Tasks.UnitTests (14)
XslTransformation_Tests.cs (14)
139t.XslInputPath = (TaskItem)xslValue; 233t.XslInputPath = (TaskItem)xslValue; 339t.XslInputPath = xslPath; 499t.XslInputPath = xslPath; 623t.XslInputPath = xslPath; 651t.XslInputPath = xslPath; 680t.XslInputPath = xslPath; 802t.XslInputPath = xslPath; 873t.XslInputPath = xslPath; 965t.XslInputPath = xslPath; 1016t.XslInputPath = xslPath; 1028t.XslInputPath = xslPath; 1076t.XslInputPath = otherXslPath; 1086t.XslInputPath = otherXslPath;
2 references to XslInputPath
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
106xsltinput = new XsltInput(XslInputPath, XslContent, XslCompiledDllPath, Log, PreserveWhitespace);
Microsoft.Build.Tasks.UnitTests (1)
XslTransformation_Tests.cs (1)
341Assert.Equal(xslPath, t.XslInputPath);