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