2 writes to constraintSeparator
System.Data (2)
fx\src\data\System\Data\xmlsaver.cs (2)
588constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.XSDNS); 820constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.XSDNS);
7 references to constraintSeparator
System.Data (7)
fx\src\data\System\Data\xmlsaver.cs (7)
589dsElement.AppendChild(constraintSeparator); 649dsElement.RemoveChild(constraintSeparator); 821dsElement.AppendChild(constraintSeparator); 859dsElement.RemoveChild(constraintSeparator); 1776dsElement.InsertBefore(constraint, constraintSeparator); 1835dsElement.InsertBefore(constraint, constraintSeparator); 1909dsElement.InsertAfter(constraint, constraintSeparator);