2 references to ReadElementContentAsDateTime
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\PrimitiveDataContract.cs (2)
603
return (context == null) ? reader.
ReadElementContentAsDateTime
()
604
: HandleReadValue(reader.
ReadElementContentAsDateTime
(), context);