11 writes to XslContent
Microsoft.Build.Tasks.UnitTests (11)
XslTransformation_Tests.cs (11)
137t.XslContent = (string)xslValue; 231t.XslContent = (string)xslValue; 306t.XslContent = _xslDocument; 339t.XslContent = _xslDocument; 372t.XslContent = _xslDocument; 410t.XslContent = _xslParameterDocument; 458t.XslContent = _xslParameterDocument; 586t.XslContent = _errorXslDocument; 736t.XslContent = _xslParameterDocument; 769t.XslContent = _xslDocument; 835t.XslContent = _errorXslDocument2;
2 references to XslContent
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)
341Assert.Equal(_xslDocument, t.XslContent);