3 references to XSD_SCHEMALOCATION
System.Data.Common (3)
System\Data\xmlsaver.cs (3)
822
_import.SetAttribute(Keywords.
XSD_SCHEMALOCATION
, _fileName + "_" + _prefixes[ns] + ".xsd");
893
_import2.SetAttribute(Keywords.
XSD_SCHEMALOCATION
, _fileName + _fileExt); // for the dataset namespace don't append anything
895
_import2.SetAttribute(Keywords.
XSD_SCHEMALOCATION
, _fileName + "_" + prefix + ".xsd");