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