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