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)
549bool genSecondary = _filePath != null; //null non-file based streams. 858xw = new XmlTextWriter(_filePath + _fileName + "_" + _prefixes[ns] + ".xsd", null); 1097if (!string.IsNullOrEmpty(_filePath))