1 write to attributeSchemaInfo
System.Xml (1)
System\Xml\Core\XsdValidatingReader.cs (1)
31attributeSchemaInfo = new XmlSchemaInfo();
7 references to attributeSchemaInfo
System.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (5)
38attributeSchemaInfo.Clear(); 1546return attributePSVI.attributeSchemaInfo; 1699attributePSVI.typedAttributeValue = validator.ValidateAttribute(localName, ns, valueGetter, attributePSVI.attributeSchemaInfo); 1701attributeInvalid = attributePSVI.attributeSchemaInfo.Validity == XmlSchemaValidity.Invalid; 1856XmlSchemaAttribute schemaAttr = attributePSVI.attributeSchemaInfo.SchemaAttribute;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
568XmlSchemaAttribute schemaAttr = attributePSVI.attributeSchemaInfo.SchemaAttribute;
System\Xml\Schema\XmlSchemaValidator.cs (1)
919XmlSchemaInfo attSchemaInfo = attrValidInfo.attributeSchemaInfo;