2 references to XSD_KEYREF
System.Data.Common (2)
System\Data\DataException.cs (1)
714public static Exception MissingRefer(string name) => _Data(SR.Format(SR.Xml_MissingRefer, Keywords.REFER, Keywords.XSD_KEYREF, name));
System\Data\xmlsaver.cs (1)
2126constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_KEYREF, Keywords.XSDNS);