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