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