5 writes to XmlInputPath
Microsoft.Build.Tasks.UnitTests (5)
XmlPoke_Tests.cs (5)
186XmlInputPath = new TaskItem(xmlInputPath), 229p.XmlInputPath = new TaskItem(xmlInputPath); 249p.XmlInputPath = new TaskItem(xmlInputPath); 276p.XmlInputPath = new TaskItem(xmlInputPath); 356XmlInputPath = new TaskItem(xmlInputPath),
3 references to XmlInputPath
Microsoft.Build.Tasks.Core (3)
XmlPoke.cs (3)
66using (FileStream fs = new FileStream(XmlInputPath.ItemSpec, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) 77Log.LogErrorWithCodeFromResources("XmlPeekPoke.InputFileError", XmlInputPath.ItemSpec, e.Message); 142using (Stream stream = File.Create(XmlInputPath.ItemSpec))