1 write to attributeSchemaInfo
System.Private.Xml (1)
System\Xml\Core\XsdValidatingReader.cs (1)
28attributeSchemaInfo = new XmlSchemaInfo();
7 references to attributeSchemaInfo
System.Private.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (5)
36attributeSchemaInfo.Clear(); 1991return _attributePSVI.attributeSchemaInfo; 2176attributePSVI.typedAttributeValue = _validator.ValidateAttribute(localName, ns, _valueGetter, attributePSVI.attributeSchemaInfo); 2179attributeInvalid = attributePSVI.attributeSchemaInfo.Validity == XmlSchemaValidity.Invalid; 2374XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!;
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
700XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1058XmlSchemaInfo attSchemaInfo = attrValidInfo.attributeSchemaInfo;