10 writes to XmlInputPath
Microsoft.Build.Tasks.UnitTests (10)
XmlPeek_Tests.cs (10)
71p.XmlInputPath = new TaskItem(xmlInputPath); 94p.XmlInputPath = new TaskItem(xmlInputPath); 123p.XmlInputPath = new TaskItem(xmlInputPath); 152p.XmlInputPath = new TaskItem(xmlInputPath); 195p.XmlInputPath = new TaskItem(xmlInputPath); 234p.XmlInputPath = new TaskItem(xmlInputPath); 252p.XmlInputPath = new TaskItem(xmlInputPath); 268p.XmlInputPath = new TaskItem(xmlInputPath); 297p.XmlInputPath = new TaskItem(xmlInputPath); 353p.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)
197Assert.Equal(xmlInputPath, p.XmlInputPath.ItemSpec);