4 writes to IsDefault
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
1437
_context.
IsDefault
= true;
1442
_context.
IsDefault
= true;
1534
_context.
IsDefault
= false;
1825
_context.
IsDefault
= true;
2 references to IsDefault
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
909
schemaInfo.IsDefault = _context.
IsDefault
;
1252
schemaInfo.IsDefault = _context.
IsDefault
;