11 references to AttributeSchemaInfo
System.Private.Xml (11)
System\Xml\Core\XsdValidatingReader.cs (10)
432
if (_attributePSVI != null &&
AttributeSchemaInfo
.ContentType == XmlSchemaContentType.TextOnly)
434
Debug.Assert(
AttributeSchemaInfo
.SchemaType!.Datatype != null);
435
return
AttributeSchemaInfo
.SchemaType.Datatype.ValueType;
1730
return
AttributeSchemaInfo
.IsDefault;
1787
return
AttributeSchemaInfo
.Validity;
1817
return
AttributeSchemaInfo
.MemberType;
1841
return
AttributeSchemaInfo
.SchemaType;
1873
return
AttributeSchemaInfo
.SchemaAttribute;
1979
return
AttributeSchemaInfo
.XmlType;
2378
return ReturnBoxedValue(_attributePSVI.typedAttributeValue,
AttributeSchemaInfo
.XmlType!, unwrapTypedValue);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
704
return (originalStringValue, ReturnBoxedValue(_attributePSVI.typedAttributeValue,
AttributeSchemaInfo
.XmlType!, unwrapTypedValue));