6 writes to XslCompiledDllPath
Microsoft.Build.Tasks.UnitTests (6)
XslTransformation_Tests.cs (6)
143
t.
XslCompiledDllPath
= (TaskItem)xslValue;
237
t.
XslCompiledDllPath
= (TaskItem)xslValue;
531
t.
XslCompiledDllPath
= xslCompiledPath;
559
t.
XslCompiledDllPath
= xslCompiledPath;
710
t.
XslCompiledDllPath
= xslCompiledPath;
921
XslCompiledDllPath
= new TaskItem(doubleTypePath),
2 references to XslCompiledDllPath
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
118
xsltinput = new XsltInput(absoluteXslInputPath, XslContent,
XslCompiledDllPath
?.ItemSpec, TaskEnvironment, Log, PreserveWhitespace);
Microsoft.Build.Tasks.UnitTests (1)
XslTransformation_Tests.cs (1)
532
Assert.Equal(xslCompiledPath.ItemSpec, t.
XslCompiledDllPath
.ItemSpec);