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