2 references to XslInputPath
Microsoft.Build.Tasks.Core (2)
XslTransformation.cs (2)
117
AbsolutePath? absoluteXslInputPath =
XslInputPath
?.ItemSpec != null ? TaskEnvironment.GetAbsolutePath(
XslInputPath
.ItemSpec) : null;