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)
688
schemaInfo.
IsDefault
= false;
909
schemaInfo.
IsDefault
= _context.IsDefault;
1072
attSchemaInfo.
IsDefault
= true;
1252
schemaInfo.
IsDefault
= _context.IsDefault;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
92
si.
IsDefault
= true;
17 references to IsDefault
System.Private.Xml (13)
System\Xml\Core\XsdValidatingReader.cs (9)
1521
if ((_xmlSchemaInfo.IsUnionType || _xmlSchemaInfo.
IsDefault
) && _coreReader is XsdCachingReader)
1722
return _xmlSchemaInfo.
IsDefault
;
1725
return _xmlSchemaInfo.
IsDefault
;
1730
return AttributeSchemaInfo.
IsDefault
;
2134
if (_xmlSchemaInfo.
IsDefault
)
2470
if (_xmlSchemaInfo.
IsDefault
)
2623
else if (_xmlSchemaInfo.
IsDefault
)
2679
if (_xmlSchemaInfo.
IsDefault
)
2780
if (_xmlSchemaInfo.
IsDefault
)
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
359
if ((_xmlSchemaInfo.IsUnionType || _xmlSchemaInfo.
IsDefault
) && _coreReader is XsdCachingReader)
632
if (_xmlSchemaInfo.
IsDefault
)
804
if (_xmlSchemaInfo.
IsDefault
)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
375
if (_schemaInfo!.
IsDefault
)
System.Private.Xml.Linq (4)
System\Xml\Schema\XNodeValidator.cs (4)
311
if (si!.Validity == XmlSchemaValidity.Valid && si.
IsDefault
)
383
si1.
IsDefault
== si2.
IsDefault
&&
396
if (si.
IsDefault
)