5 writes to XmlInputPath
Microsoft.Build.Tasks.UnitTests (5)
XmlPoke_Tests.cs (5)
188
XmlInputPath
= new TaskItem(xmlInputPath),
231
p.
XmlInputPath
= new TaskItem(xmlInputPath);
251
p.
XmlInputPath
= new TaskItem(xmlInputPath);
278
p.
XmlInputPath
= new TaskItem(xmlInputPath);
359
XmlInputPath
= new TaskItem(xmlInputPath),
2 references to XmlInputPath
Microsoft.Build.Tasks.Core (2)
XmlPoke.cs (2)
71
inputPath = TaskEnvironment.GetAbsolutePath(
XmlInputPath
.ItemSpec);
83
Log.LogErrorWithCodeFromResources("XmlPeekPoke.InputFileError",
XmlInputPath
.ItemSpec, e.Message);