4 writes to IsDefault
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
1435
_context.
IsDefault
= true;
1440
_context.
IsDefault
= true;
1532
_context.
IsDefault
= false;
1823
_context.
IsDefault
= true;
2 references to IsDefault
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
907
schemaInfo.IsDefault = _context.
IsDefault
;
1250
schemaInfo.IsDefault = _context.
IsDefault
;