10 references to AttributeSchemaInfo
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (9)
423if (_attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 425return AttributeSchemaInfo.SchemaType.Datatype.ValueType; 1656return AttributeSchemaInfo.IsDefault; 1707return AttributeSchemaInfo.Validity; 1734return AttributeSchemaInfo.MemberType; 1757return AttributeSchemaInfo.SchemaType; 1786return AttributeSchemaInfo.SchemaAttribute; 1886return AttributeSchemaInfo.XmlType; 2262return ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
678tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue));