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