10 writes to XmlInputPath
Microsoft.Build.Tasks.UnitTests (10)
XmlPeek_Tests.cs (10)
72p.XmlInputPath = new TaskItem(xmlInputPath); 95p.XmlInputPath = new TaskItem(xmlInputPath); 124p.XmlInputPath = new TaskItem(xmlInputPath); 153p.XmlInputPath = new TaskItem(xmlInputPath); 196p.XmlInputPath = new TaskItem(xmlInputPath); 235p.XmlInputPath = new TaskItem(xmlInputPath); 253p.XmlInputPath = new TaskItem(xmlInputPath); 269p.XmlInputPath = new TaskItem(xmlInputPath); 298p.XmlInputPath = new TaskItem(xmlInputPath); 354p.XmlInputPath = new TaskItem(xmlInputPath);
4 references to XmlInputPath
Microsoft.Build.Tasks.Core (3)
XmlPeek.cs (3)
74AbsolutePath? absoluteInputPath = XmlInputPath != null ? TaskEnvironment.GetAbsolutePath(XmlInputPath.ItemSpec) : null; 94Log.LogErrorWithCodeFromResources("XmlPeekPoke.InputFileError", XmlInputPath.ItemSpec, e.Message);
Microsoft.Build.Tasks.UnitTests (1)
XmlPeek_Tests.cs (1)
198Assert.Equal(xmlInputPath, p.XmlInputPath.ItemSpec);