4 references to MSD_ISNESTED
System.Data (4)
fx\src\data\System\Data\xmlsaver.cs (1)
1859constraint.SetAttribute(Keywords.MSD_ISNESTED, Keywords.MSDNS, Keywords.TRUE);
fx\src\data\System\Data\XMLSchema.cs (3)
1153if (GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false)) { 1458bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false); 2336bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);