10 references to AttributeSchemaInfo
System.Xml (10)
System\Xml\Core\XsdValidatingReader.cs (9)
362if (attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) { 363return AttributeSchemaInfo.SchemaType.Datatype.ValueType; 1354return AttributeSchemaInfo.IsDefault; 1396return AttributeSchemaInfo.Validity; 1418return AttributeSchemaInfo.MemberType; 1437return AttributeSchemaInfo.SchemaType; 1459return AttributeSchemaInfo.SchemaAttribute; 1537return AttributeSchemaInfo.XmlType; 1860return ReturnBoxedValue( attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue );
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
572tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue( attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue ));