1 write to _schemas
System.Private.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
59_schemas = schemas;
3 references to _schemas
System.Private.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
108partialValidationType = _schemas.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc 245_validator = new XmlSchemaValidator(_nameTable, _schemas, NamespaceResolver, validationFlags); 568schemaAttribute = _schemas.GlobalAttributes[attName] as XmlSchemaAttribute;