Implemented interface member:
property
IsDefault
System.Xml.Schema.IXmlSchemaInfo.IsDefault
6 writes to IsDefault
System.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
401attributeSchemaInfo.IsDefault = true;
System\Xml\Schema\XmlSchemaValidator.cs (4)
630schemaInfo.IsDefault = false; 816schemaInfo.IsDefault = context.IsDefault; 930attSchemaInfo.IsDefault = true; 1074schemaInfo.IsDefault = context.IsDefault;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
80si.IsDefault = true;
17 references to IsDefault
System.Xml (13)
System\Xml\Core\XsdValidatingReader.cs (9)
1186if ((xmlSchemaInfo.IsUnionType || xmlSchemaInfo.IsDefault) && coreReader is XsdCachingReader) { 1347return xmlSchemaInfo.IsDefault; 1350return xmlSchemaInfo.IsDefault; 1354return AttributeSchemaInfo.IsDefault; 1667if (xmlSchemaInfo.IsDefault) { //The atomicValue returned is a default value 1943if (xmlSchemaInfo.IsDefault) { 2061else if (xmlSchemaInfo.IsDefault) { //The atomicValue returned is a default value 2103if (xmlSchemaInfo.IsDefault) { //The atomicValue returned is a default value 2178if ( xmlSchemaInfo.IsDefault ) {
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
286if ((xmlSchemaInfo.IsUnionType || xmlSchemaInfo.IsDefault) && coreReader is XsdCachingReader) { 514if (xmlSchemaInfo.IsDefault) { //The atomicValue returned is a default value 666if (xmlSchemaInfo.IsDefault) {
System\Xml\Dom\DocumentSchemaValidator.cs (1)
344if (schemaInfo.IsDefault) { //the element has a default value
System.Xml.Linq (4)
System\Xml\Linq\XNodeValidator.cs (4)
260if (si.Validity == XmlSchemaValidity.Valid && si.IsDefault) { 317si1.IsDefault == si2.IsDefault && 329if (si.IsDefault) {