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