3 references to InternalReadContentAsObject
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
717object typedValue = InternalReadContentAsObject(false, out originalStringValue); 2245return InternalReadContentAsObject(unwrapTypedValue, out str); 2372typedValue = InternalReadContentAsObject(unwrapTypedValue, out originalString);