System\Data\XMLSchema.cs (10)
575if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false))
587if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false))
593if (!GetBooleanAttribute(node, Keywords.MSD_ISDATASET, /*default:*/ true))
1311if (GetBooleanAttribute(keyref, Keywords.MSD_CONSTRAINTONLY, /*default:*/ false))
1361if (GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false))
1409bool fPrimaryKey = GetBooleanAttribute(keyNode, Keywords.MSD_PRIMARYKEY, /*default:*/ false);
1691bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);
2328column.AllowDBNull = GetBooleanAttribute(attr, Keywords.MSD_ALLOWDBNULL, true);
2585if (GetBooleanAttribute(node, Keywords.MSD_USECURRENTLOCALE, false))
2710bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);