2 references to InternalReadElementContentAsObject
System.Xml (2)
System\Xml\Core\XsdValidatingReader.cs (2)
848
object typedValue =
InternalReadElementContentAsObject
(out xmlType, false, out originalStringValue);
1915
return
InternalReadElementContentAsObject
(out xmlType, unwrapTypedValue, out tmpString);