8 references to ReturnBoxedValue
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (4)
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);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (4)
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);