2 writes to _constraintSeparator
System.Data.Common (2)
System\Data\xmlsaver.cs (2)
685_constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.XSDNS); 962_constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.XSDNS);
7 references to _constraintSeparator
System.Data.Common (7)
System\Data\xmlsaver.cs (7)
686_dsElement.AppendChild(_constraintSeparator); 758_dsElement.RemoveChild(_constraintSeparator); 963_dsElement.AppendChild(_constraintSeparator); 1008_dsElement.RemoveChild(_constraintSeparator); 2055_dsElement.InsertBefore(constraint, _constraintSeparator); 2123_dsElement.InsertBefore(constraint, _constraintSeparator); 2207_dsElement.InsertAfter(constraint, _constraintSeparator);