4 references to MSD_ISNESTED
System.Data.Common (4)
System\Data\xmlsaver.cs (1)
2160constraint.SetAttribute(Keywords.MSD_ISNESTED, Keywords.MSDNS, Keywords.TRUE);
System\Data\XMLSchema.cs (3)
1361if (GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false)) 1691bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false); 2710bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);