9 writes to XmlInputPath
Microsoft.Build.Tasks.UnitTests (9)
XmlPeek_Tests.cs (9)
63p.XmlInputPath = new TaskItem(xmlInputPath); 86p.XmlInputPath = new TaskItem(xmlInputPath); 115p.XmlInputPath = new TaskItem(xmlInputPath); 144p.XmlInputPath = new TaskItem(xmlInputPath); 187p.XmlInputPath = new TaskItem(xmlInputPath); 226p.XmlInputPath = new TaskItem(xmlInputPath); 244p.XmlInputPath = new TaskItem(xmlInputPath); 260p.XmlInputPath = new TaskItem(xmlInputPath); 289p.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)
189Assert.Equal(xmlInputPath, p.XmlInputPath.ItemSpec);