3 references to XSD_SCHEMALOCATION
System.Data (3)
fx\src\data\System\Data\xmlsaver.cs (3)
701
_import.SetAttribute(Keywords.
XSD_SCHEMALOCATION
, fileName + "_" + prefixes[ns] + ".xsd");
761
_import2.SetAttribute(Keywords.
XSD_SCHEMALOCATION
, fileName + fileExt); // for the dataset namespace don't append anything
763
_import2.SetAttribute(Keywords.
XSD_SCHEMALOCATION
, fileName + "_" + prefix +".xsd");