2 references to MSD_FRAGMENTCOUNT
System.Data.Common (2)
System\Data\DataSet.cs (1)
1805string? attribValue = reader.GetAttribute(Keywords.MSD_FRAGMENTCOUNT, Keywords.MSDNS); // this must not move the position
System\Data\xmlsaver.cs (1)
827rootSchema.SetAttribute(Keywords.MSD_FRAGMENTCOUNT, Keywords.MSDNS, _namespaces.Count.ToString(CultureInfo.InvariantCulture));