3 references to InternalReadContentAsObject
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
738object typedValue = InternalReadContentAsObject(false, out originalStringValue); 2361return InternalReadContentAsObject(unwrapTypedValue, out _); 2498typedValue = InternalReadContentAsObject(unwrapTypedValue, out originalString);