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