6 writes to XslCompiledDllPath
Microsoft.Build.Tasks.UnitTests (6)
XslTransformation_Tests.cs (6)
142t.XslCompiledDllPath = (TaskItem)xslValue; 236t.XslCompiledDllPath = (TaskItem)xslValue; 530t.XslCompiledDllPath = xslCompiledPath; 558t.XslCompiledDllPath = xslCompiledPath; 709t.XslCompiledDllPath = xslCompiledPath; 920XslCompiledDllPath = new TaskItem(doubleTypePath),
2 references to XslCompiledDllPath
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
106xsltinput = new XsltInput(XslInputPath, XslContent, XslCompiledDllPath, Log, PreserveWhitespace);
Microsoft.Build.Tasks.UnitTests (1)
XslTransformation_Tests.cs (1)
531Assert.Equal(xslCompiledPath.ItemSpec, t.XslCompiledDllPath.ItemSpec);