1 write to _transformRootPath
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\Xdt\TransformXml.cs (1)
69
set {
_transformRootPath
= value; }
2 references to _transformRootPath
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\Xdt\TransformXml.cs (2)
60
if (string.IsNullOrEmpty(
_transformRootPath
))
66
return
_transformRootPath
;