2 writes to XslCompiledDllPath
Microsoft.Build.Tasks.UnitTests (2)
XslTransformation_Tests.cs (2)
143
t.
XslCompiledDllPath
= (TaskItem)xslValue;
237
t.
XslCompiledDllPath
= (TaskItem)xslValue;
1 reference to XslCompiledDllPath
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
118
xsltinput = new XsltInput(absoluteXslInputPath, XslContent,
XslCompiledDllPath
?.ItemSpec, TaskEnvironment, Log, PreserveWhitespace);