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