2 writes to _filePath
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
1094
_filePath
= Path.GetDirectoryName(fs.Name);
1098
_filePath
+= "\\";
3 references to _filePath
System.Data.Common (3)
System\Data\xmlsaver.cs (3)
549
bool genSecondary =
_filePath
!= null; //null non-file based streams.
858
xw = new XmlTextWriter(
_filePath
+ _fileName + "_" + _prefixes[ns] + ".xsd", null);
1097
if (!string.IsNullOrEmpty(
_filePath
))