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