System\Data\XMLSchema.cs (10)
572if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false))
584if (GetBooleanAttribute(XmlElement, Keywords.MSD_ISDATASET, /*default:*/ false))
590if (!GetBooleanAttribute(node, Keywords.MSD_ISDATASET, /*default:*/ true))
1307if (GetBooleanAttribute(keyref, Keywords.MSD_CONSTRAINTONLY, /*default:*/ false))
1357if (GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false))
1405bool fPrimaryKey = GetBooleanAttribute(keyNode, Keywords.MSD_PRIMARYKEY, /*default:*/ false);
1687bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);
2324column.AllowDBNull = GetBooleanAttribute(attr, Keywords.MSD_ALLOWDBNULL, true);
2581if (GetBooleanAttribute(node, Keywords.MSD_USECURRENTLOCALE, false))
2700bool isNested = GetBooleanAttribute(keyref, Keywords.MSD_ISNESTED, /*default:*/ false);