2 writes to _schemas
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
428
get =>
_schemas
??= new XmlSchemaSet(NameTable);
429
set =>
_schemas
= value;
3 references to _schemas
System.Private.Xml (3)
System\Xml\Dom\XmlDocument.cs (3)
1489
if (
_schemas
== null ||
_schemas
.Count == 0)
1502
DocumentSchemaValidator validator = new DocumentSchemaValidator(this,
_schemas
, validationEventHandler);