1 write to _filePath
Microsoft.Build.Tasks.Core (1)
XmlPeek.cs (1)
258
_filePath
= xmlInputPath;
1 reference to _filePath
Microsoft.Build.Tasks.Core (1)
XmlPeek.cs (1)
300
_fs = new FileStream(
_filePath
.Value, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);