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