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