11 writes to XslContent
Microsoft.Build.Tasks.UnitTests (11)
XslTransformation_Tests.cs (11)
136t.XslContent = (string)xslValue; 230t.XslContent = (string)xslValue; 305t.XslContent = _xslDocument; 338t.XslContent = _xslDocument; 371t.XslContent = _xslDocument; 409t.XslContent = _xslParameterDocument; 457t.XslContent = _xslParameterDocument; 585t.XslContent = _errorXslDocument; 735t.XslContent = _xslParameterDocument; 768t.XslContent = _xslDocument; 834t.XslContent = _errorXslDocument2;
2 references to XslContent
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)
340Assert.Equal(_xslDocument, t.XslContent);