Base:
1 override of ReadElementContentAsDecimal
System.Private.DataContractSerialization (1)
System\Xml\XmlBinaryReader.cs (1)
222public override decimal ReadElementContentAsDecimal()
3 references to ReadElementContentAsDecimal
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryReader.cs (1)
233return base.ReadElementContentAsDecimal();
System\Xml\XmlDictionaryReader.cs (1)
1217array[offset + actual] = ReadElementContentAsDecimal();
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
926value = reader.ReadElementContentAsDecimal();