15 references to XmlType
System.Xml (15)
System\Xml\Core\XsdValidatingReader.cs (9)
1530
return xmlSchemaInfo.
XmlType
;
1537
return AttributeSchemaInfo.
XmlType
;
1671
cachingReader.RecordTextNode( xmlSchemaInfo.
XmlType
.ValueConverter.ToString( atomicValue ), originalAtomicValueString, depth + 1, 0, 0 );
1860
return ReturnBoxedValue( attributePSVI.typedAttributeValue, AttributeSchemaInfo.
XmlType
, unwrapTypedValue );
1885
object value = ReturnBoxedValue(ReadTillEndElement(), xmlSchemaInfo.
XmlType
, unwrapTypedValue);
1927
typedValue = ReturnBoxedValue(atomicValue, xmlSchemaInfo.
XmlType
, unwrapTypedValue);
1945
typedValue = ReturnBoxedValue(atomicValue, xmlSchemaInfo.
XmlType
, unwrapTypedValue);
2062
cachingReader.SwitchTextNodeAndEndElement(xmlSchemaInfo.
XmlType
.ValueConverter.ToString(atomicValue), originalAtomicValueString);
2104
cachingReader.SwitchTextNodeAndEndElement(xmlSchemaInfo.
XmlType
.ValueConverter.ToString(atomicValue), originalAtomicValueString);
System\Xml\Core\XsdValidatingReaderAsync.cs (5)
518
cachingReader.RecordTextNode( xmlSchemaInfo.
XmlType
.ValueConverter.ToString( atomicValue ), originalAtomicValueString, depth + 1, 0, 0 );
572
tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue( attributePSVI.typedAttributeValue, AttributeSchemaInfo.
XmlType
, unwrapTypedValue ));
601
object value = ReturnBoxedValue(await ReadTillEndElementAsync().ConfigureAwait(false), xmlSchemaInfo.
XmlType
, unwrapTypedValue);
649
typedValue = ReturnBoxedValue(atomicValue, xmlSchemaInfo.
XmlType
, unwrapTypedValue);
668
typedValue = ReturnBoxedValue(atomicValue, xmlSchemaInfo.
XmlType
, unwrapTypedValue);
System\Xml\Schema\XmlSchemaValidator.cs (1)
934
attrData.RawValue = attSchemaInfo.
XmlType
.ValueConverter.ToString(attrValidInfo.typedAttributeValue);