2 writes to _constraintSeparator
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
686_constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.XSDNS); 964_constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.XSDNS);
7 references to _constraintSeparator
System.Data.Common (7)
System\Data\xmlsaver.cs (7)
687_dsElement.AppendChild(_constraintSeparator); 759_dsElement.RemoveChild(_constraintSeparator); 965_dsElement.AppendChild(_constraintSeparator); 1010_dsElement.RemoveChild(_constraintSeparator); 2065_dsElement.InsertBefore(constraint, _constraintSeparator); 2133_dsElement.InsertBefore(constraint, _constraintSeparator); 2217_dsElement.InsertAfter(constraint, _constraintSeparator);