2 writes to XslCompiledDllPath
Microsoft.Build.Tasks.UnitTests (2)
XslTransformation_Tests.cs (2)
142t.XslCompiledDllPath = (TaskItem)xslValue; 236t.XslCompiledDllPath = (TaskItem)xslValue;
1 reference to XslCompiledDllPath
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
106xsltinput = new XsltInput(XslInputPath, XslContent, XslCompiledDllPath, Log, PreserveWhitespace);