3 references to InternalReadContentAsObject
System.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
588object typedValue = InternalReadContentAsObject(false, out originalStringValue); 1845return InternalReadContentAsObject(unwrapTypedValue, out str); 1962typedValue = InternalReadContentAsObject(unwrapTypedValue, out originalString);