5 writes to XmlInputPath
Microsoft.Build.Tasks.UnitTests (5)
XmlPoke_Tests.cs (5)
188
XmlInputPath
= new TaskItem(xmlInputPath),
236
p.
XmlInputPath
= new TaskItem(xmlInputPath);
256
p.
XmlInputPath
= new TaskItem(xmlInputPath);
283
p.
XmlInputPath
= new TaskItem(xmlInputPath);
364
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);