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