3 references to XmlInputPath
Microsoft.Build.Tasks.Core (3)
XmlPeek.cs (3)
74
AbsolutePath? absoluteInputPath =
XmlInputPath
!= null ? TaskEnvironment.GetAbsolutePath(
XmlInputPath
.ItemSpec) : null;
94
Log.LogErrorWithCodeFromResources("XmlPeekPoke.InputFileError",
XmlInputPath
.ItemSpec, e.Message);