2 references to ReadElementContentAsDecimal
System.Runtime.Serialization (2)
System\Runtime\Serialization\PrimitiveDataContract.cs (2)
511return (context == null) ? reader.ReadElementContentAsDecimal() 512: HandleReadValue(reader.ReadElementContentAsDecimal(), context);