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