2 writes to filePath
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (2)
927
this.
filePath
= Path.GetDirectoryName(fs.Name);
931
this.
filePath
= filePath + "\\";
4 references to filePath
System.Data (4)
fx\src\data\System\Data\xmlsaver.cs (4)
470
bool genSecondary =
filePath
!= null; //null non-file based streams.
731
xw = new XmlTextWriter(
filePath
+ fileName + "_" + prefixes[ns] + ".xsd", null);
930
if (!Common.ADP.IsEmpty(this.
filePath
))
931
this.filePath =
filePath
+ "\\";