15 references to XmlType
System.Private.Xml (15)
System\Xml\Core\XsdValidatingReader.cs (9)
1969
return _xmlSchemaInfo.
XmlType
;
1979
return AttributeSchemaInfo.
XmlType
;
2141
_cachingReader.RecordTextNode(_xmlSchemaInfo.
XmlType
!.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0);
2378
return ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.
XmlType
!, unwrapTypedValue);
2407
object? value = ReturnBoxedValue(ReadTillEndElement(), _xmlSchemaInfo.
XmlType
!, unwrapTypedValue);
2450
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
!, unwrapTypedValue);
2474
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
!, unwrapTypedValue);
2627
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.
XmlType
!.ValueConverter.ToString(_atomicValue), _originalAtomicValueString);
2682
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.
XmlType
!.ValueConverter.ToString(_atomicValue!), _originalAtomicValueString);
System\Xml\Core\XsdValidatingReaderAsync.cs (5)
639
_cachingReader.RecordTextNode(_xmlSchemaInfo.
XmlType
!.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0);
704
return (originalStringValue, ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.
XmlType
!, unwrapTypedValue));
734
object? value = ReturnBoxedValue(await ReadTillEndElementAsync().ConfigureAwait(false), _xmlSchemaInfo.
XmlType
!, unwrapTypedValue);
783
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
!, unwrapTypedValue);
808
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
!, unwrapTypedValue);
System\Xml\Schema\XmlSchemaValidator.cs (1)
1076
attrData.RawValue = attSchemaInfo.
XmlType
!.ValueConverter.ToString(attrValidInfo.typedAttributeValue);