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