15 references to XmlType
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (9)
1876
return _xmlSchemaInfo.
XmlType
;
1886
return AttributeSchemaInfo.
XmlType
;
2038
_cachingReader.RecordTextNode(_xmlSchemaInfo.
XmlType
.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0);
2262
return ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.
XmlType
, unwrapTypedValue);
2288
object value = ReturnBoxedValue(ReadTillEndElement(), _xmlSchemaInfo.
XmlType
, unwrapTypedValue);
2331
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
, unwrapTypedValue);
2352
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
, unwrapTypedValue);
2487
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.
XmlType
.ValueConverter.ToString(_atomicValue), _originalAtomicValueString);
2536
_cachingReader.SwitchTextNodeAndEndElement(_xmlSchemaInfo.
XmlType
.ValueConverter.ToString(_atomicValue), _originalAtomicValueString);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (5)
614
_cachingReader.RecordTextNode(_xmlSchemaInfo.
XmlType
.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0);
678
tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.
XmlType
, unwrapTypedValue));
708
object value = ReturnBoxedValue(await ReadTillEndElementAsync().ConfigureAwait(false), _xmlSchemaInfo.
XmlType
, unwrapTypedValue);
758
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
, unwrapTypedValue);
780
typedValue = ReturnBoxedValue(_atomicValue, _xmlSchemaInfo.
XmlType
, unwrapTypedValue);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1106
attrData.RawValue = attSchemaInfo.
XmlType
.ValueConverter.ToString(attrValidInfo.typedAttributeValue);