2 writes to schemas
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
319schemas = new XmlSchemaSet(NameTable); 325schemas = value;
5 references to schemas
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (5)
318if (schemas == null) { 321return schemas; 1249if (this.schemas == null || this.schemas.Count == 0) { //Should we error 1259DocumentSchemaValidator validator = new DocumentSchemaValidator(this, schemas, validationEventHandler);