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);
3 references to XmlInputPath
Microsoft.Build.Tasks.Core (2)
XmlPeek.cs (2)
70xmlinput = new XmlInput(XmlInputPath, XmlContent); 89Log.LogErrorWithCodeFromResources("XmlPeekPoke.InputFileError", XmlInputPath.ItemSpec, e.Message);
Microsoft.Build.Tasks.UnitTests (1)
XmlPeek_Tests.cs (1)
198Assert.Equal(xmlInputPath, p.XmlInputPath.ItemSpec);