2 references to InternalReadElementContentAsObject
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
1051
object typedValue =
InternalReadElementContentAsObject
(out xmlType, false, out originalStringValue);
2318
return
InternalReadElementContentAsObject
(out xmlType, unwrapTypedValue, out tmpString);