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