Implemented interface member:
property
IsDefault
System.Xml.Schema.IXmlSchemaInfo.IsDefault
6 writes to IsDefault
System.Private.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
437_attributeSchemaInfo.IsDefault = true;
System\Xml\Schema\XmlSchemaValidator.cs (4)
688schemaInfo.IsDefault = false; 909schemaInfo.IsDefault = _context.IsDefault; 1072attSchemaInfo.IsDefault = true; 1252schemaInfo.IsDefault = _context.IsDefault;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
92si.IsDefault = true;
17 references to IsDefault
System.Private.Xml (13)
System\Xml\Core\XsdValidatingReader.cs (9)
1521if ((_xmlSchemaInfo.IsUnionType || _xmlSchemaInfo.IsDefault) && _coreReader is XsdCachingReader) 1722return _xmlSchemaInfo.IsDefault; 1725return _xmlSchemaInfo.IsDefault; 1730return AttributeSchemaInfo.IsDefault; 2134if (_xmlSchemaInfo.IsDefault) 2470if (_xmlSchemaInfo.IsDefault) 2623else if (_xmlSchemaInfo.IsDefault) 2679if (_xmlSchemaInfo.IsDefault) 2780if (_xmlSchemaInfo.IsDefault)
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
359if ((_xmlSchemaInfo.IsUnionType || _xmlSchemaInfo.IsDefault) && _coreReader is XsdCachingReader) 632if (_xmlSchemaInfo.IsDefault) 804if (_xmlSchemaInfo.IsDefault)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
375if (_schemaInfo!.IsDefault)
System.Private.Xml.Linq (4)
System\Xml\Schema\XNodeValidator.cs (4)
311if (si!.Validity == XmlSchemaValidity.Valid && si.IsDefault) 383si1.IsDefault == si2.IsDefault && 396if (si.IsDefault)