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